Mode

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:MODE
class ModeCls[source]

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

get(terminal=Terminal.Default) RsSmbv.enums.EvdoTermMode[source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:MODE
value: enums.EvdoTermMode = driver.source.bb.evdo.terminal.mode.get(terminal = repcap.Terminal.Default)

Sets the mode (Traffic or Access) of the selected access terminal.

param terminal

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

return

mode: ACCess| TRAFfic

set(mode: RsSmbv.enums.EvdoTermMode, terminal=Terminal.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:MODE
driver.source.bb.evdo.terminal.mode.set(mode = enums.EvdoTermMode.ACCess, terminal = repcap.Terminal.Default)

Sets the mode (Traffic or Access) of the selected access terminal.

param mode

ACCess| TRAFfic

param terminal

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