Ibe

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QPSK:IBE
Commands in total: 2
Subgroups: 1
Direct child commands: 1
class ValueStruct[source]

Structure for setting input parameters. Fields:

  • Enable: bool: OFF: disables the limit check ON: enables the limit check

  • Minimum: float: numeric

  • Evm: float: numeric

  • Rb_Power: float: numeric

  • Iq_Image_Lesser: float: I/Q image for low TX power range

  • Iq_Image_Greater: float: I/Q image for high TX power range

get_value() ValueStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QPSK:IBE
value: ValueStruct = driver.configure.nrSubMeas.multiEval.limit.qpsk.ibe.get_value()

Defines parameters used for calculation of an upper limit for the in-band emission (QPSK modulation) , see ‘In-band emissions limits’.

Returns:

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

set_value(value: ValueStruct) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QPSK:IBE
structure = driver.configure.nrSubMeas.multiEval.limit.qpsk.ibe.ValueStruct()
structure.Enable: bool = False
structure.Minimum: float = 1.0
structure.Evm: float = 1.0
structure.Rb_Power: float = 1.0
structure.Iq_Image_Lesser: float = 1.0
structure.Iq_Image_Greater: float = 1.0
driver.configure.nrSubMeas.multiEval.limit.qpsk.ibe.set_value(value = structure)

Defines parameters used for calculation of an upper limit for the in-band emission (QPSK modulation) , see ‘In-band emissions limits’.

Parameters:

value – see the help for ValueStruct structure arguments.

Cloning the Group

# Create a copy of the original group, that exists independently
ibe_copy = driver.configure.nrSubMeas.multiEval.limit.qpsk.ibe.clone()

Subgroups