Dselect

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:FDPCh:DPCCh:TPC:DATA:DSELect
class DselectCls[source]

Dselect commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) str[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:FDPCh:DPCCh:TPC:DATA:DSELect
value: str = driver.source.bb.w3Gpp.bstation.channel.fdpch.dpcch.tpc.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 command method RsSmw.MassMemory.currentDirectory. To access the files in this directory, you only have to give the file name, without the path and the file extension.

param baseStation:

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

param channelNull:

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

return:

dselect: data list name

set(dselect: str, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:FDPCh:DPCCh:TPC:DATA:DSELect
driver.source.bb.w3Gpp.bstation.channel.fdpch.dpcch.tpc.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 command method RsSmw.MassMemory.currentDirectory. To access the files in this directory, you only have to give the file name, without the path and the file extension.

param dselect:

data list name

param baseStation:

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

param channelNull:

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