IqOffset

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PHBPsk: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: 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:IBE:IQOFfset
value: IqOffsetStruct = driver.configure.nrSubMeas.multiEval.limit.phbpsk.ibe.iqOffset.get()

Defines I/Q origin offset values used for calculation of an upper limit for the inband emission, for Pi/2-BPSK modulation. Four different values can be set for four TX power ranges.

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) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PHBPsk:IBE:IQOFfset
driver.configure.nrSubMeas.multiEval.limit.phbpsk.ibe.iqOffset.set(offset_0 = 1.0, offset_1 = 1.0, offset_2 = 1.0, offset_3 = 1.0)

Defines I/Q origin offset values used for calculation of an upper limit for the inband emission, for Pi/2-BPSK modulation. Four different values can be set for four TX power ranges.

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