O100
SCPI Command :
[SENSe]:ROSCillator:O100
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:ROSCillator:O100 value: bool = driver.sense.roscillator.o100.get()
This command turns the output of a reference signal on the corresponding connector (‘Ref Output’) on and off. method
RsFsw.sense.roscillator.o100.set(): Provides a 100 MHz reference signal on corresponding connector. methodRsFsw.sense.roscillator.o640.set(): Provides a 640 MHz reference signal on corresponding connector.- Returns:
state: ON | OFF | 1 | 0 OFF | 0 Switches the reference off. ON | 1 Switches the reference on
- set(state: bool) None[source]
# [SENSe]:ROSCillator:O100 driver.sense.roscillator.o100.set(state = False)
This command turns the output of a reference signal on the corresponding connector (‘Ref Output’) on and off. method
RsFsw.sense.roscillator.o100.set(): Provides a 100 MHz reference signal on corresponding connector. methodRsFsw.sense.roscillator.o640.set(): Provides a 640 MHz reference signal on corresponding connector.- Parameters:
state – ON | OFF | 1 | 0 OFF | 0 Switches the reference off. ON | 1 Switches the reference on