Dselection

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:DATA:DSELection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(terminal=Terminal.Default, packet=Packet.Default) str[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:DATA:DSELection
value: str = driver.source.bb.evdo.terminal.dchannel.packet.data.dselection.get(terminal = repcap.Terminal.Default, packet = repcap.Packet.Default)

(enabled for an access terminal working in traffic mode) Selects the data list for the data source.

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

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

Returns:

filename: string

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

(enabled for an access terminal working in traffic mode) Selects the data list for the data source.

Parameters:
  • filename – string

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

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