Peak

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:LIMit:NXDN: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: Upper FSK frequency error limit for peak value Range: 0 % to 100 %, Unit: %

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

Configures an upper limit for the measured peak value of the FSK frequency error for the digital standard ‘NXDN’.

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

Configures an upper limit for the measured peak value of the FSK frequency error for the digital standard ‘NXDN’.

param enable:

OFF | ON

param limit:

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