Peak

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:LIMit:TETRa:MERRor:PEAK
class PeakCls[source]

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

class PeakStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON Enables or disables the limit check

  • Limit: float: Upper magnitude error limit for peak value Range: 0 % to 100 %, Unit: %

get() PeakStruct[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:LIMit:TETRa:MERRor:PEAK
value: PeakStruct = driver.configure.vse.measurement.limit.tetra.merror.peak.get()

Configures an upper limit for the measured peak value of the magnitude error for the digital standard ‘TETRA’.

return:

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

set(enable: bool, limit: float) None[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:LIMit:TETRa:MERRor:PEAK
driver.configure.vse.measurement.limit.tetra.merror.peak.set(enable = False, limit = 1.0)

Configures an upper limit for the measured peak value of the magnitude error for the digital standard ‘TETRA’.

param enable:

OFF | ON Enables or disables the limit check

param limit:

Upper magnitude error limit for peak value Range: 0 % to 100 %, Unit: %