Plevel

SCPI Command :

CONFigure:UWB:MEASurement<Instance>:MEValuation:MODulation:LIMit:PLEVel
class PlevelCls[source]

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

class PlevelStruct[source]

Response structure. Fields:

  • Enable: bool: No parameter help available

  • Limit: float: No parameter help available

get() PlevelStruct[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:MODulation:LIMit:PLEVel
value: PlevelStruct = driver.configure.uwbMeas.multiEval.modulation.limit.plevel.get()

Activates and defines a symmetrical upper and lower limit for the pulse levels relative to the SHR pulse level.

return:

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

set(enable: bool, limit: float) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:MODulation:LIMit:PLEVel
driver.configure.uwbMeas.multiEval.modulation.limit.plevel.set(enable = False, limit = 1.0)

Activates and defines a symmetrical upper and lower limit for the pulse levels relative to the SHR pulse level.

param enable:

No help available

param limit:

No help available