Mode

SCPI Command :

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

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

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

(enabled for access terminal working in traffic mode) Specifies the modulation mode of the ACK channel. With BPSK modulation, a 0 (ACK) is mapped to +1 and a 1 (NAK) to -1.With OOK modulation, a 0 (ACK) is mapped to ON and a 1 (NAK) to OFF.

param terminal

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

return

mode: BPSK| OOK BPSK Sets the modulation to BPSK (Binary Phase Shift Keying) . OOK Sets the modulation to OOK (On-Off Keying) . Note: This value is only enabled for physical layer subtype 2.

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

(enabled for access terminal working in traffic mode) Specifies the modulation mode of the ACK channel. With BPSK modulation, a 0 (ACK) is mapped to +1 and a 1 (NAK) to -1.With OOK modulation, a 0 (ACK) is mapped to ON and a 1 (NAK) to OFF.

param mode

BPSK| OOK BPSK Sets the modulation to BPSK (Binary Phase Shift Keying) . OOK Sets the modulation to OOK (On-Off Keying) . Note: This value is only enabled for physical layer subtype 2.

param terminal

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