Osync
SCPI Command :
[SENSe]:ROSCillator:OSYNc
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:ROSCillator:OSYNc value: bool = driver.sense.roscillator.osync.get()
If enabled, a 100 MHz reference signal is provided to the ‘SYNC TRIGGER OUTPUT’ connector.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:ROSCillator:OSYNc driver.sense.roscillator.osync.set(state = False)
If enabled, a 100 MHz reference signal is provided to the ‘SYNC TRIGGER OUTPUT’ connector.
- Parameters:
state – ON | OFF | 1 | 0