Limit

SCPI Command :

CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<nr>
class LimitCls[source]

Limit commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class LimitStruct[source]

Response structure. Fields:

  • Enable: bool: OFF: disables the check of these requirements ON: enables the check of these requirements

  • Frequency_Start: float: Start frequency of the area, relative to the edges of the channel bandwidth.

  • Frequency_Stop: float: Stop frequency of the area, relative to the edges of the channel bandwidth.

  • Power_Level_Start: float: Upper limit at the FrequencyStart

  • Power_Level_Stop: float: Upper limit at the FrequencyEnd

get(limit=Limit.Default) LimitStruct[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<nr>
value: LimitStruct = driver.configure.niotMeas.multiEval.limit.seMask.limit.get(limit = repcap.Limit.Default)

Defines the emission mask area <no>.

param limit:

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

return:

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

set(enable: bool, frequency_start: float, frequency_stop: float, power_level_start: float, power_level_stop: float, limit=Limit.Default) None[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<nr>
driver.configure.niotMeas.multiEval.limit.seMask.limit.set(enable = False, frequency_start = 1.0, frequency_stop = 1.0, power_level_start = 1.0, power_level_stop = 1.0, limit = repcap.Limit.Default)

Defines the emission mask area <no>.

param enable:

OFF: disables the check of these requirements ON: enables the check of these requirements

param frequency_start:

Start frequency of the area, relative to the edges of the channel bandwidth.

param frequency_stop:

Stop frequency of the area, relative to the edges of the channel bandwidth.

param power_level_start:

Upper limit at the FrequencyStart

param power_level_stop:

Upper limit at the FrequencyEnd

param limit:

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