Dselection

SCPI Command :

[SOURce<HW>]:BB:GBAS:VDB<CH>:DATA:DSELection
class DselectionCls[source]

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

get(vdbTransmitter=VdbTransmitter.Default) str[source]
# SCPI: [SOURce<HW>]:BB:GBAS:VDB<CH>:DATA:DSELection
value: str = driver.source.bb.gbas.vdb.data.dselection.get(vdbTransmitter = repcap.VdbTransmitter.Default)

Selects the data list for the data source.

param vdbTransmitter

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

return

dselection: string

set(dselection: str, vdbTransmitter=VdbTransmitter.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GBAS:VDB<CH>:DATA:DSELection
driver.source.bb.gbas.vdb.data.dselection.set(dselection = 'abc', vdbTransmitter = repcap.VdbTransmitter.Default)

Selects the data list for the data source.

param dselection

string

param vdbTransmitter

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