Nrmse

SCPI Command :

CONFigure:UWB:MEASurement<Instance>:MEValuation:MODulation:LIMit:STS:NRMSe
class NrmseCls[source]

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

class NrmseStruct[source]

Response structure. Fields:

  • Enable: bool: No parameter help available

  • Limit: float: No parameter help available

get() NrmseStruct[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:MODulation:LIMit:STS:NRMSe
value: NrmseStruct = driver.configure.uwbMeas.multiEval.modulation.limit.sts.nrmse.get()

Activates and defines an upper limit for the NRMSE of the STS.

return:

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

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

Activates and defines an upper limit for the NRMSE of the STS.

param enable:

No help available

param limit:

No help available