Ibe

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QPSK:IBE
class IbeCls[source]

Ibe commands group definition. 2 total commands, 1 Subgroups, 1 group commands

class IbeStruct[source]

Response structure. Fields:

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

  • Minimum: float: No parameter help available

  • Evm: float: No parameter help available

  • Rb_Power: float: No parameter help available

  • Iq_Image: float: No parameter help available

get() IbeStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QPSK:IBE
value: IbeStruct = driver.configure.lteMeas.multiEval.limit.qpsk.ibe.get()

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

return:

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

set(enable: bool, minimum: float, evm: float, rb_power: float, iq_image: float) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QPSK:IBE
driver.configure.lteMeas.multiEval.limit.qpsk.ibe.set(enable = False, minimum = 1.0, evm = 1.0, rb_power = 1.0, iq_image = 1.0)

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

param enable:

OFF: disables the limit check ON: enables the limit check

param minimum:

No help available

param evm:

No help available

param rb_power:

No help available

param iq_image:

No help available

Cloning the Group

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

Subgroups