Dselect

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TPC:DATA:DSELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) str[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TPC:DATA:DSELect
value: str = driver.source.bb.w3Gpp.bstation.channel.dpcch.tpc.data.dselect.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

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 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: data list name

set(dselect: str, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TPC:DATA:DSELect
driver.source.bb.w3Gpp.bstation.channel.dpcch.tpc.data.dselect.set(dselect = 'abc', baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

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 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 – data list name

  • 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’)