Dselection

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:DATA:DSELection
class DselectionCls[source]

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

get(terminal=Terminal.Default) str[source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:DATA:DSELection
value: str = driver.source.bb.evdo.terminal.dchannel.data.dselection.get(terminal = repcap.Terminal.Default)

Selects the data list for the data source.

param terminal

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

return

filename: string

set(filename: str, terminal=Terminal.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:DATA:DSELection
driver.source.bb.evdo.terminal.dchannel.data.dselection.set(filename = 'abc', terminal = repcap.Terminal.Default)

Selects the data list for the data source.

param filename

string

param terminal

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