Dselect

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:TPC:DATA:DSELect
class DselectCls[source]

Dselect commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) str[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:TPC:DATA:DSELect
value: str = driver.source.bb.tdscdma.up.cell.slot.channel.dpcch.tpc.data.dselect.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)

Selects an existing data list file from the default directory or from the specific directory. 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 slotNull

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

param channelNull

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

return

dselect: string

set(dselect: str, cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:TPC:DATA:DSELect
driver.source.bb.tdscdma.up.cell.slot.channel.dpcch.tpc.data.dselect.set(dselect = 'abc', cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)

Selects an existing data list file from the default directory or from the specific directory. For the traffic channels, this value is specific for the selected radio configuration.

param dselect

string

param cell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)

param slotNull

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

param channelNull

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