Glist

SCPI Command :

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

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

get(channel=Channel.Default, txIndexNull=TxIndexNull.Default) List[float][source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:ANTenna:CUSTom:TX<ST0>:GLISt
value: List[float] = driver.source.areGenerator.frontend.cfe.antenna.custom.tx.glist.get(channel = repcap.Channel.Default, txIndexNull = repcap.TxIndexNull.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 txIndexNull:

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

return:

areg_fconf_use_cust_ant_gain_list: No help available

set(areg_fconf_use_cust_ant_gain_list: List[float], channel=Channel.Default, txIndexNull=TxIndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:ANTenna:CUSTom:TX<ST0>:GLISt
driver.source.areGenerator.frontend.cfe.antenna.custom.tx.glist.set(areg_fconf_use_cust_ant_gain_list = [1.1, 2.2, 3.3], channel = repcap.Channel.Default, txIndexNull = repcap.TxIndexNull.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 txIndexNull:

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

Cloning the Group

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

Subgroups