ListSel
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:LISTsel
- class ListSelCls[source]
ListSel commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) str [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:LISTsel value: str = driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.listSel.get(sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)
Selects an existing data list file from the default directory or from the specific directory. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- param sfCfgIxNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SfConfig’)
- param frCfgIxNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘FrConfig’)
- param indexNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sec’)
- return:
list_sel: string Filename incl. file extension or complete file path
- set(list_sel: str, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:LISTsel driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.listSel.set(list_sel = 'abc', sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)
Selects an existing data list file from the default directory or from the specific directory. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- param list_sel:
string Filename incl. file extension or complete file path
- param sfCfgIxNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SfConfig’)
- param frCfgIxNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘FrConfig’)
- param indexNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sec’)