IqOffset

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QPSK:IQOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class IqOffsetStruct[source]

Response structure. Fields:

  • 1 Enable: bool: OFF: disables the limit check ON: enables the limit check

  • 2 Offset_0: float: I/Q origin offset limit for TX power 10 dBm

  • 3 Offset_1: float: I/Q origin offset limit for TX power 0 dBm

  • 4 Offset_2: float: I/Q origin offset limit for TX power -30 dBm

  • 5 Offset_3: float: I/Q origin offset limit for TX power -40 dBm

get() IqOffsetStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QPSK:IQOFfset
value: IqOffsetStruct = driver.configure.nrSubMeas.multiEval.limit.qpsk.iqOffset.get()

Defines upper limits for the I/Q origin offset (QPSK modulation) . Four different I/Q origin offset limits can be set for four TX power ranges.

Returns:

structure: for return value, see the help for IqOffsetStruct structure arguments.

set(enable: bool, offset_0: float, offset_1: float, offset_2: float, offset_3: float) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QPSK:IQOFfset
driver.configure.nrSubMeas.multiEval.limit.qpsk.iqOffset.set(enable = False, offset_0 = 1.0, offset_1 = 1.0, offset_2 = 1.0, offset_3 = 1.0)

Defines upper limits for the I/Q origin offset (QPSK modulation) . Four different I/Q origin offset limits can be set for four TX power ranges.

Parameters:
  • enable – OFF: disables the limit check ON: enables the limit check

  • offset_0 – I/Q origin offset limit for TX power 10 dBm

  • offset_1 – I/Q origin offset limit for TX power 0 dBm

  • offset_2 – I/Q origin offset limit for TX power -30 dBm

  • offset_3 – I/Q origin offset limit for TX power -40 dBm