Dselect
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:DATA:DSELect
- class DselectCls[source]
Dselect commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default, channel=Channel.Default) str [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:DATA:DSELect value: str = driver.source.bb.tdscdma.up.cell.enh.dch.dtch.data.dselect.get(cell = repcap.Cell.Default, channel = repcap.Channel.Default)
Selects an existing data list file from the default directory or from the specific directory. For general information on file handling in the default and in a specific directory, see section ‘MMEMory Subsystem’ in the R&S SMWuser manual. For the traffic channels, this value is specific for the selected radio configuration.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)
- return
dselect: string Filename incl. file extension or complete file path
- set(dselect: str, cell=Cell.Default, channel=Channel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:DATA:DSELect driver.source.bb.tdscdma.up.cell.enh.dch.dtch.data.dselect.set(dselect = 'abc', cell = repcap.Cell.Default, channel = repcap.Channel.Default)
Selects an existing data list file from the default directory or from the specific directory. For general information on file handling in the default and in a specific directory, see section ‘MMEMory Subsystem’ in the R&S SMWuser manual. For the traffic channels, this value is specific for the selected radio configuration.
- param dselect
string Filename incl. file extension or complete file path
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)