IqOffset

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QPSK:IQOFfset
class IqOffsetCls[source]

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

class IqOffsetStruct[source]

Response structure. Fields:

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

  • Offset_1: float: numeric I/Q origin offset limit for high TX power range Range: -256 dBc to 256 dBc, Unit: dB

  • Offset_2: float: numeric I/Q origin offset limit for intermediate TX power range Range: -256 dBc to 256 dBc, Unit: dB

  • Offset_3: float: numeric I/Q origin offset limit for low TX power range Range: -256 dBc to 256 dBc, Unit: dB

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

Defines upper limits for the I/Q origin offset (QPSK modulation) . Three different I/Q origin offset limits can be set for three TX power ranges. For details, see ‘I/Q origin offset limits’.

return:

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

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

Defines upper limits for the I/Q origin offset (QPSK modulation) . Three different I/Q origin offset limits can be set for three TX power ranges. For details, see ‘I/Q origin offset limits’.

param enable:

OFF | ON OFF: disables the limit check ON: enables the limit check

param offset_1:

numeric I/Q origin offset limit for high TX power range Range: -256 dBc to 256 dBc, Unit: dB

param offset_2:

numeric I/Q origin offset limit for intermediate TX power range Range: -256 dBc to 256 dBc, Unit: dB

param offset_3:

numeric I/Q origin offset limit for low TX power range Range: -256 dBc to 256 dBc, Unit: dB