Dselect
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DATA:DSELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) str[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DATA:DSELect value: str = driver.source.bb.w3Gpp.bstation.channel.data.dselect.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command selects the data list for the DLISt data source selection. The lists are stored as files with the fixed file extensions dm_iqd in a directory of the user’s choice. The directory applicable to the following commands is defined with the method
RsSmw.massMemory.current_directory(). To access the files in this directory, you only have to give the file name, without the path and the file extension.- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
dselect: string
- set(dselect: str, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DATA:DSELect driver.source.bb.w3Gpp.bstation.channel.data.dselect.set(dselect = 'abc', baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command selects the data list for the DLISt data source selection. The lists are stored as files with the fixed file extensions dm_iqd in a directory of the user’s choice. The directory applicable to the following commands is defined with the method
RsSmw.massMemory.current_directory(). To access the files in this directory, you only have to give the file name, without the path and the file extension.- Parameters:
dselect – string
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)