Glist

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:ANTenna:CUSTom:RX<ST>:GLISt
class GlistCls[source]

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

get(channel=Channel.Default, rxIndex=RxIndex.Default) List[float][source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:ANTenna:CUSTom:RX<ST>:GLISt
value: List[float] = driver.source.areGenerator.frontend.cfe.antenna.custom.rx.glist.get(channel = repcap.Channel.Default, rxIndex = repcap.RxIndex.Default)

For TRX-type frontend: Requires [:SOURce<hw>]:AREGenerator:FRONtend:TRX<ch>:ANTenna:CUSTom[:MODE] LIST. Sets the values for antenna gain RX/TX 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 ‘Cfe’)

param rxIndex:

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

return:

areg_fconf_use_cust_ant_gain_list: No help available

set(areg_fconf_use_cust_ant_gain_list: List[float], channel=Channel.Default, rxIndex=RxIndex.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:ANTenna:CUSTom:RX<ST>:GLISt
driver.source.areGenerator.frontend.cfe.antenna.custom.rx.glist.set(areg_fconf_use_cust_ant_gain_list = [1.1, 2.2, 3.3], channel = repcap.Channel.Default, rxIndex = repcap.RxIndex.Default)

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

param areg_fconf_use_cust_ant_gain_list:

No help available

param channel:

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

param rxIndex:

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

Cloning the Group

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

Subgroups