IqOffset

SCPI Command :

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

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

class IqOffsetStruct[source]

Response structure. Fields:

  • 1 Offset_1: float: numeric Offset for high TX power range Range: -256 dBc to 256 dBc, Unit: dBc

  • 2 Offset_2: float: numeric Offset for intermediate TX power range Range: -256 dBc to 256 dBc, Unit: dBc

  • 3 Offset_3: float: numeric Offset for low TX power range Range: -256 dBc to 256 dBc, Unit: dBc

get(qAMmodOrder=QAMmodOrder.Default) IqOffsetStruct[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:IBE:IQOFfset

Snippet: value: IqOffsetStruct = driver.configure.multiEval.limit.qam.ibe.iqOffset.get(qAMmodOrder = repcap.QAMmodOrder.Default)

Defines I/Q origin offset values used for calculation of an upper limit for the in-band emission, for QAM modulations. Three different values can be set for three TX power ranges, see ‘In-band emissions limits’.

param qAMmodOrder:

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

return:

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

set(offset_1: float, offset_2: float, offset_3: float, qAMmodOrder=QAMmodOrder.Default) None[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:IBE:IQOFfset

Snippet: driver.configure.multiEval.limit.qam.ibe.iqOffset.set(offset_1 = 1.0, offset_2 = 1.0, offset_3 = 1.0, qAMmodOrder = repcap.QAMmodOrder.Default)

Defines I/Q origin offset values used for calculation of an upper limit for the in-band emission, for QAM modulations. Three different values can be set for three TX power ranges, see ‘In-band emissions limits’.

param offset_1:

numeric Offset for high TX power range Range: -256 dBc to 256 dBc, Unit: dBc

param offset_2:

numeric Offset for intermediate TX power range Range: -256 dBc to 256 dBc, Unit: dBc

param offset_3:

numeric Offset for low TX power range Range: -256 dBc to 256 dBc, Unit: dBc

param qAMmodOrder:

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