Merror
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:PRACh:LIMit:MERRor
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class MerrorStruct[source]
Response structure. Fields:
1 Rms: float | bool: numeric | ON | OFF
2 Peak: float | bool: numeric | ON | OFF
- get() MerrorStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:PRACh:LIMit:MERRor value: MerrorStruct = driver.configure.nrSubMeas.prach.limit.merror.get()
Defines upper limits for the RMS and peak values of the magnitude error.
- Returns:
structure: for return value, see the help for MerrorStruct structure arguments.
- set(rms: float | bool, peak: float | bool) None[source]
# CONFigure:NRSub:MEASurement<Instance>:PRACh:LIMit:MERRor driver.configure.nrSubMeas.prach.limit.merror.set(rms = 1.0, peak = 1.0)
Defines upper limits for the RMS and peak values of the magnitude error.
- Parameters:
rms – (float or boolean) numeric | ON | OFF
peak – (float or boolean) numeric | ON | OFF