Mode
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACKChannel:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(terminal=Terminal.Default) EvdoAckMode[source]
# [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.
- Parameters:
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- Returns:
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: EvdoAckMode, terminal=Terminal.Default) None[source]
# [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.
- Parameters:
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.
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)