Dselect

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:DATA:DSELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default, slotNull=SlotNull.Default) str[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:DATA:DSELect
value: str = driver.source.bb.tdscdma.up.cell.slot.prac.msg.data.dselect.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)

Selects an existing data list file from the default directory or from the specific directory.

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

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

Returns:

dselect: string Filename incl. file extension or complete file path

set(dselect: str, cell=Cell.Default, slotNull=SlotNull.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:DATA:DSELect
driver.source.bb.tdscdma.up.cell.slot.prac.msg.data.dselect.set(dselect = 'abc', cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)

Selects an existing data list file from the default directory or from the specific directory.

Parameters:
  • dselect – string Filename incl. file extension or complete file path

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

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