SubType

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:SUBType
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(terminal=Terminal.Default) SubType[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:SUBType
value: enums.SubType = driver.source.bb.evdo.terminal.subType.get(terminal = repcap.Terminal.Default)

Selects the physical layer subtype for the selected access terminal.

Parameters:

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

Returns:

sub_type: S1 | S2

set(sub_type: SubType, terminal=Terminal.Default) None[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:SUBType
driver.source.bb.evdo.terminal.subType.set(sub_type = enums.SubType.S1, terminal = repcap.Terminal.Default)

Selects the physical layer subtype for the selected access terminal.

Parameters:
  • sub_type – S1 | S2

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