Peak

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:LIMit:PTFive:FFERor: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

  • Limit: float: 0.00 % to 100.00 % Unit: %

get() PeakStruct[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:LIMit:PTFive:FFERor:PEAK
value: PeakStruct = driver.configure.vse.measurement.limit.ptFive.ffError.peak.get()

Configures an upper limit for the measured peak value of the frequency deviation error.

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:PTFive:FFERor:PEAK
driver.configure.vse.measurement.limit.ptFive.ffError.peak.set(enable = False, limit = 1.0)

Configures an upper limit for the measured peak value of the frequency deviation error.

param enable:

OFF | ON

param limit:

0.00 % to 100.00 % Unit: %