Ibe

SCPI Command :

CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIMit: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

  • Sc_Power: float: No parameter help available

  • Iq_Image: float: No parameter help available

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

Defines parameters used for calculation of an upper limit for the inband emissions, see ‘Modulation limits: inband emissions’.

return:

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

set(enable: bool, minimum: float, sc_power: float, iq_image: float) None[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIMit:IBE
driver.configure.niotMeas.multiEval.limit.ibe.set(enable = False, minimum = 1.0, sc_power = 1.0, iq_image = 1.0)

Defines parameters used for calculation of an upper limit for the inband emissions, see ‘Modulation limits: inband emissions’.

param enable:

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

param minimum:

No help available

param sc_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.niotMeas.multiEval.limit.ibe.clone()

Subgroups