Flist

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:ANTenna:CUSTom:FLISt
class FlistCls[source]

Flist commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(trxFrontent=TrxFrontent.Default) List[float][source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:ANTenna:CUSTom:FLISt
value: List[float] = driver.source.areGenerator.frontend.trx.antenna.custom.flist.get(trxFrontent = repcap.TrxFrontent.Default)

For TRX-type frontend: Requires [:SOURce<hw>]:AREGenerator:FRONtend:TRX<ch>:ANTenna:CUSTom[:MODE] LIST. Sets the values for frequency in the list. Enter all values of the list separated by comma.

param trxFrontent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trx’)

return:

areg_fconf_use_cust_ant_freq_list: No help available

set(areg_fconf_use_cust_ant_freq_list: List[float], trxFrontent=TrxFrontent.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:ANTenna:CUSTom:FLISt
driver.source.areGenerator.frontend.trx.antenna.custom.flist.set(areg_fconf_use_cust_ant_freq_list = [1.1, 2.2, 3.3], trxFrontent = repcap.TrxFrontent.Default)

For TRX-type frontend: Requires [:SOURce<hw>]:AREGenerator:FRONtend:TRX<ch>:ANTenna:CUSTom[:MODE] LIST. Sets the values for frequency in the list. Enter all values of the list separated by comma.

param areg_fconf_use_cust_ant_freq_list:

No help available

param trxFrontent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trx’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.areGenerator.frontend.trx.antenna.custom.flist.clone()

Subgroups