Tolerance

SCPI Command :

[SENSe]:POWer:RLEVel:VERify:TOLerance
class ToleranceCls[source]

Tolerance commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:POWer:RLEVel:VERify:TOLerance
value: float = driver.applications.k40PhaseNoise.sense.power.refLevel.verify.tolerance.get()

Defines a relative level tolerance for level verification

return

level: Numeric value in dB, relative to the nominal level. Unit: DB

set(level: float) None[source]
# SCPI: [SENSe]:POWer:RLEVel:VERify:TOLerance
driver.applications.k40PhaseNoise.sense.power.refLevel.verify.tolerance.set(level = 1.0)

Defines a relative level tolerance for level verification

param level

Numeric value in dB, relative to the nominal level. Unit: DB