SvFailed
SCPI Command :
[SENSe]:SWEep:SVFailed
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() AutoMode[source]
# [SENSe]:SWEep:SVFailed value: enums.AutoMode = driver.applications.k40PhaseNoise.sense.sweep.svFailed.get()
Turns repeated tries to start the measurement if signal verification fails on and off.
- Returns:
state: ON | OFF | AUTO If on, the application tries to verify the signal once and then aborts the measurement if verification has failed.
- set(state: AutoMode) None[source]
# [SENSe]:SWEep:SVFailed driver.applications.k40PhaseNoise.sense.sweep.svFailed.set(state = enums.AutoMode.AUTO)
Turns repeated tries to start the measurement if signal verification fails on and off.
- Parameters:
state – ON | OFF | AUTO If on, the application tries to verify the signal once and then aborts the measurement if verification has failed.