Relative
SCPI Command :
[SENSe]:FREQuency:VERify:TOLerance[:RELative]
- class RelativeCls[source]
Relative commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [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.
- return
percentage: Numeric value in %, relative to the current nominal frequency. Range: 1 to 100, Unit: PCT
- set(percentage: float) None [source]
# SCPI: [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.
- param percentage
Numeric value in %, relative to the current nominal frequency. Range: 1 to 100, Unit: PCT