SvFailed

SCPI Command :

[SENSe]:SWEep:SVFailed
class SvFailedCls[source]

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

get() RsFsw.enums.AutoMode[source]
# SCPI: [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.

return

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: RsFsw.enums.AutoMode) None[source]
# SCPI: [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.

param state

ON | OFF | AUTO If on, the application tries to verify the signal once and then aborts the measurement if verification has failed.