ListSel
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:LISTsel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) str[source]
# [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.
- Parameters:
sfCfgIxNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SfConfig’)
frCfgIxNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘FrConfig’)
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sec’)
- Returns:
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]
# [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.
- Parameters:
list_sel – string Filename incl. file extension or complete file path
sfCfgIxNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SfConfig’)
frCfgIxNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘FrConfig’)
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sec’)