Ibe

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:IBE
class IbeCls[source]

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

class IbeStruct[source]

Structure for setting input parameters. 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_Lesser: float: I/Q image for low TX power range

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

get(qam=Qam.Default) IbeStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:IBE
value: IbeStruct = driver.configure.nrSubMeas.multiEval.limit.qam.ibe.get(qam = repcap.Qam.Default)

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

param qam:

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

return:

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

set(structure: IbeStruct, qam=Qam.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:IBE
structure = driver.configure.nrSubMeas.multiEval.limit.qam.ibe.IbeStruct()
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.qam.ibe.set(structure, qam = repcap.Qam.Default)

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

param structure:

for set value, see the help for IbeStruct structure arguments.

param qam:

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

Cloning the Group

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

Subgroups