IqOffset

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PHBPsk: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_0: float: numeric I/Q origin offset limit for TX power 10 dBm Range: -256 dBc to 256 dBc, Unit: dBc

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

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

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

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

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

return:

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]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PHBPsk:IQOFfset
driver.configure.nrSubMeas.multiEval.limit.phbpsk.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 (Pi/2-BPSK modulation) . Four different I/Q origin offset limits can be set for four TX power ranges.

param enable:

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

param offset_0:

numeric I/Q origin offset limit for TX power 10 dBm Range: -256 dBc to 256 dBc, Unit: dBc

param offset_1:

numeric I/Q origin offset limit for TX power 0 dBm Range: -256 dBc to 256 dBc, Unit: dBc

param offset_2:

numeric I/Q origin offset limit for TX power -30 dBm Range: -256 dBc to 256 dBc, Unit: dBc

param offset_3:

numeric I/Q origin offset limit for TX power -40 dBm Range: -256 dBc to 256 dBc, Unit: dBc