Dselect
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DATA:DSELect
- class DselectCls[source]
Dselect commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) str [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DATA:DSELect value: str = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.data.dselect.get(mobileStation = repcap.MobileStation.Default)
The command selects the data list when the DLISt data source is selected for E-DCH channels. 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 method RsSmbv.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 mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
dselect: string
- set(dselect: str, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DATA:DSELect driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.data.dselect.set(dselect = 'abc', mobileStation = repcap.MobileStation.Default)
The command selects the data list when the DLISt data source is selected for E-DCH channels. 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 method RsSmbv.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
string
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)