Dselect

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:DATA:DSELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(transportChannelNull=TransportChannelNull.Default) str[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:DATA:DSELect
value: str = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.data.dselect.get(transportChannelNull = repcap.TransportChannelNull.Default)

The command selects the data list for the enhanced channels for the DLISt selection. 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:

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

Returns:

dselect: string

set(dselect: str, transportChannelNull=TransportChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:DATA:DSELect
driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.data.dselect.set(dselect = 'abc', transportChannelNull = repcap.TransportChannelNull.Default)

The command selects the data list for the enhanced channels for the DLISt selection. 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

  • transportChannelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)