Absolute
SCPI Command :
[SENSe]:FREQuency:VERify:TOLerance:ABSolute
- class AbsoluteCls[source]
Absolute commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [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.
- return
frequency: Numeric value in Hz. Unit: HZ
- set(frequency: float) None [source]
# SCPI: [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.
- param frequency
Numeric value in Hz. Unit: HZ