O640

SCPI Command :

[SENSe]:ROSCillator:O640
class O640Cls[source]

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

get() bool[source]
# SCPI: [SENSe]:ROSCillator:O640
value: bool = driver.sense.roscillator.o640.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:O640
driver.sense.roscillator.o640.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