Peak

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:LIMit:PTFive:MFIDelity: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: Range: 0.00 % to 100.00 % , Unit: %

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

Enables/disables limit evaluation and sets the upper limit for the peak modulation fidelity.

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

Enables/disables limit evaluation and sets the upper limit for the peak modulation fidelity.

param enable:

OFF | ON

param limit:

Range: 0.00 % to 100.00 % , Unit: %