Flist

SCPI Command :

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

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

get(channel=Channel.Default) List[float][source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:ANTenna:CUSTom:FLISt
value: List[float] = driver.source.areGenerator.frontend.fe.antenna.custom.flist.get(channel = repcap.Channel.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 channel:

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

return:

areg_fconf_use_cust_ant_freq_list: No help available

set(areg_fconf_use_cust_ant_freq_list: List[float], channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:ANTenna:CUSTom:FLISt
driver.source.areGenerator.frontend.fe.antenna.custom.flist.set(areg_fconf_use_cust_ant_freq_list = [1.1, 2.2, 3.3], channel = repcap.Channel.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 channel:

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

Cloning the Group

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

Subgroups