Dselection

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:DATA:DSELection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(terminal=Terminal.Default) str[source]
# [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.

Parameters:

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

Returns:

filename: string

set(filename: str, terminal=Terminal.Default) None[source]
# [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.

Parameters:
  • filename – string

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