Dselect

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:CHANnel<CH>:DPDCh:E:DATA:DSELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default, channel=Channel.Default) str[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:CHANnel<CH>:DPDCh:E:DATA:DSELect
value: str = driver.source.bb.w3Gpp.mstation.hsupa.channel.dpdch.e.data.dselect.get(mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)

The command selects the data list for the DLISt data source. The files are stored with the fixed file extensions dm_iqd in a directory of the user’s choice. The directory applicable to the 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:
  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

  • channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)

Returns:

dselect: string

set(dselect: str, mobileStation=MobileStation.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:CHANnel<CH>:DPDCh:E:DATA:DSELect
driver.source.bb.w3Gpp.mstation.hsupa.channel.dpdch.e.data.dselect.set(dselect = 'abc', mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)

The command selects the data list for the DLISt data source. The files are stored with the fixed file extensions dm_iqd in a directory of the user’s choice. The directory applicable to the 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

  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

  • channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)