O640

SCPI Command :

[SENSe]:ROSCillator:O640
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [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. method RsFsw.sense.roscillator.o100.set() : Provides a 100 MHz reference signal on corresponding connector. method RsFsw.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: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. method RsFsw.sense.roscillator.o100.set() : Provides a 100 MHz reference signal on corresponding connector. method RsFsw.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