IqOffset

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>: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(qam=Qam.Default) IqOffsetStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:IQOFfset
value: IqOffsetStruct = driver.configure.nrSubMeas.multiEval.limit.qam.iqOffset.get(qam = repcap.Qam.Default)

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

param qam:

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

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, qam=Qam.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:IQOFfset
driver.configure.nrSubMeas.multiEval.limit.qam.iqOffset.set(enable = False, offset_0 = 1.0, offset_1 = 1.0, offset_2 = 1.0, offset_3 = 1.0, qam = repcap.Qam.Default)

Defines upper limits for the I/Q origin offset (QAM modulations) . 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

param qam:

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