Dselect
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DATA:DSELect
- class DselectCls[source]
Dselect commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) str [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DATA:DSELect value: str = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.data.dselect.get(channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)
The command selects the data list for 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 command MMEMory:CDIR. To access the files in this directory, you only have to give the file name, without the path and the file extension.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- param transportChannelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)
- return
dselect: string
- set(dselect: str, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DATA:DSELect driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.data.dselect.set(dselect = 'abc', channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)
The command selects the data list for 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 command MMEMory:CDIR. To access the files in this directory, you only have to give the file name, without the path and the file extension.
- param dselect
string
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- param transportChannelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)