Dselect

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSDPA:DATA:DSELect
class DselectCls[source]

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

get(cell=Cell.Default) str[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSDPA:DATA:DSELect
value: str = driver.source.bb.tdscdma.up.cell.enh.dch.hsdpa.data.dselect.get(cell = repcap.Cell.Default)

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

param cell

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

return

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

set(dselect: str, cell=Cell.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSDPA:DATA:DSELect
driver.source.bb.tdscdma.up.cell.enh.dch.hsdpa.data.dselect.set(dselect = 'abc', cell = repcap.Cell.Default)

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

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’)