SubType

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:SUBType
class SubTypeCls[source]

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

get(terminal=Terminal.Default) RsSmbv.enums.SubType[source]
# SCPI: [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.

param terminal

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

return

sub_type: S1| S2

set(sub_type: RsSmbv.enums.SubType, terminal=Terminal.Default) None[source]
# SCPI: [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.

param sub_type

S1| S2

param terminal

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