Area

SCPI Command :

CONFigure:UWB:MEASurement<Instance>:MEValuation:PMASk:LIMit:AREA
class AreaCls[source]

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

class AreaStruct[source]

Response structure. Fields:

  • Enable_Lower: bool: Enables the check of lower limits

  • Enable_Upper: bool: Enables the check of upper limits

get() AreaStruct[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:PMASk:LIMit:AREA
value: AreaStruct = driver.configure.uwbMeas.multiEval.pmask.limit.area.get()

Enables limit checks for the pulse mask.

return:

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

set(enable_lower: bool, enable_upper: bool) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:PMASk:LIMit:AREA
driver.configure.uwbMeas.multiEval.pmask.limit.area.set(enable_lower = False, enable_upper = False)

Enables limit checks for the pulse mask.

param enable_lower:

Enables the check of lower limits

param enable_upper:

Enables the check of upper limits