Relative

SCPI Command :

[SENSe]:FREQuency:VERify:TOLerance[:RELative]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:FREQuency:VERify:TOLerance[:RELative]
value: float = driver.applications.k40PhaseNoise.sense.frequency.verify.tolerance.relative.get()

Defines a relative frequency tolerance for frequency verification. If you define both an absolute and relative tolerance, the application uses the higher tolerance level.

Returns:

percentage: Numeric value in %, relative to the current nominal frequency. Range: 1 to 100, Unit: PCT

set(percentage: float) None[source]
# [SENSe]:FREQuency:VERify:TOLerance[:RELative]
driver.applications.k40PhaseNoise.sense.frequency.verify.tolerance.relative.set(percentage = 1.0)

Defines a relative frequency tolerance for frequency verification. If you define both an absolute and relative tolerance, the application uses the higher tolerance level.

Parameters:

percentage – Numeric value in %, relative to the current nominal frequency. Range: 1 to 100, Unit: PCT