IqOffset

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:IBE:IQOFfset
class IqOffsetCls[source]

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

class IqOffsetStruct[source]

Response structure. Fields:

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

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

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

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

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

Defines I/Q origin offset values used for calculation of an upper limit for the in-band emission, for QAM modulations. Four different values 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(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>:IBE:IQOFfset
driver.configure.nrSubMeas.multiEval.limit.qam.ibe.iqOffset.set(offset_0 = 1.0, offset_1 = 1.0, offset_2 = 1.0, offset_3 = 1.0, qam = repcap.Qam.Default)

Defines I/Q origin offset values used for calculation of an upper limit for the in-band emission, for QAM modulations. Four different values can be set for four TX power ranges.

param offset_0:

I/Q origin offset limit for TX power 10 dBm

param offset_1:

I/Q origin offset limit for TX power 0 dBm

param offset_2:

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

param offset_3:

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

param qam:

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