Ibe
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:IBE
- Commands in total: 2Subgroups: 1Direct child commands: 1
- class IbeStruct[source]
Structure for setting input parameters. Fields:
1 Enable: bool: OFF: disables the limit check ON: enables the limit check
2 Minimum: float: numeric
3 Evm: float: numeric
4 Rb_Power: float: numeric
5 Iq_Image_Lesser: float: I/Q image for low TX power range
6 Iq_Image_Greater: float: I/Q image for high TX power range
- get(qam=Qam.Default) IbeStruct[source]
# 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’.
- Parameters:
qam – optional repeated capability selector. Default value: Order16 (settable in the interface ‘Qam’)
- Returns:
structure: for return value, see the help for IbeStruct structure arguments.
- set(structure: IbeStruct, qam=Qam.Default) None[source]
# 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’.
- Parameters:
structure – for set value, see the help for IbeStruct structure arguments.
qam – optional repeated capability selector. Default value: Order16 (settable in the interface ‘Qam’)
Cloning the Group
# Create a copy of the original group, that exists independently
ibe_copy = driver.configure.nrSubMeas.multiEval.limit.qam.ibe.clone()
Subgroups