IqOffset

SCPI Command :

CONFigure:NRMMw: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: I/Q origin offset limit for high TX power range

  • Offset_1: float: I/Q origin offset limit for low TX power range

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

Defines I/Q origin offset values used for calculation of an upper limit for the in-band emission, for π/2-BPSK modulation. Two different values can be set for two TX power ranges.

return:

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

set(offset_0: float, offset_1: float) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:LIMit:PHBPsk:IBE:IQOFfset
driver.configure.nrMmwMeas.multiEval.limit.phbpsk.ibe.iqOffset.set(offset_0 = 1.0, offset_1 = 1.0)

Defines I/Q origin offset values used for calculation of an upper limit for the in-band emission, for π/2-BPSK modulation. Two different values can be set for two TX power ranges.

param offset_0:

I/Q origin offset limit for high TX power range

param offset_1:

I/Q origin offset limit for low TX power range