Absolute
SCPI Command :
[SENSe]:FREQuency:VERify:TOLerance:ABSolute
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:FREQuency:VERify:TOLerance:ABSolute value: float = driver.applications.k40PhaseNoise.sense.frequency.verify.tolerance.absolute.get()
Defines an absolute frequency tolerance for frequency verification. If you define both an absolute and relative tolerance, the application uses the higher tolerance level.
- Returns:
frequency: Numeric value in Hz. Unit: HZ
- set(frequency: float) None[source]
# [SENSe]:FREQuency:VERify:TOLerance:ABSolute driver.applications.k40PhaseNoise.sense.frequency.verify.tolerance.absolute.set(frequency = 1.0)
Defines an absolute frequency tolerance for frequency verification. If you define both an absolute and relative tolerance, the application uses the higher tolerance level.
- Parameters:
frequency – Numeric value in Hz. Unit: HZ