O100
SCPI Command :
[SENSe]:ROSCillator:O100
- class O100Cls[source]
O100 commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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. [SENSe:]ROSCillator:O100: Provides a 100 MHz reference signal on corresponding connector. [SENSe:]ROSCillator:O640: Provides a 640 MHz reference signal on corresponding connector.
- return
state: ON | OFF | 1 | 0 OFF | 0 Switches the reference off. ON | 1 Switches the reference on
- set(state: bool) None [source]
# SCPI: [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. [SENSe:]ROSCillator:O100: Provides a 100 MHz reference signal on corresponding connector. [SENSe:]ROSCillator:O640: Provides a 640 MHz reference signal on corresponding connector.
- param state
ON | OFF | 1 | 0 OFF | 0 Switches the reference off. ON | 1 Switches the reference on