PmlWidth

SCPI Command :

CONFigure:UWB:MEASurement<Instance>:MEValuation:MODulation:LIMit:PMLWidth
class PmlWidthCls[source]

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

class PmlWidthStruct[source]

Response structure. Fields:

  • Enable: bool: No parameter help available

  • Limit: float: No parameter help available

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

Activates and defines a lower limit for the pulse mainlobe width.

return:

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

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

Activates and defines a lower limit for the pulse mainlobe width.

param enable:

No help available

param limit:

No help available