Fallback
SCPI Command :
[SENSe]:ROSCillator:EXTernal:FALLback
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:ROSCillator:EXTernal:FALLback value: bool = driver.sense.roscillator.external.fallback.get()
Defines how the instrument reacts if an external reference is selected but none is available.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 If no valid external reference signal is available, the error message ‘External reference missing’ is displayed. Additionally, the flag ‘NO REF’ is displayed to indicate that no synchronization was performed for the last measurement. ON | 1 If no external reference is available, the instrument automatically switches back to the internal reference. Note that you must re-activate the external reference if it becomes available again at a later time.
- set(state: bool) None[source]
# [SENSe]:ROSCillator:EXTernal:FALLback driver.sense.roscillator.external.fallback.set(state = False)
Defines how the instrument reacts if an external reference is selected but none is available.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 If no valid external reference signal is available, the error message ‘External reference missing’ is displayed. Additionally, the flag ‘NO REF’ is displayed to indicate that no synchronization was performed for the last measurement. ON | 1 If no external reference is available, the instrument automatically switches back to the internal reference. Note that you must re-activate the external reference if it becomes available again at a later time.