Output

SCPI Commands :

SENSe[:ROSCillator]:OUTPut[:ENABle]
SENSe[:ROSCillator]:OUTPut:FREQuency
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_enable() bool[source]
# SENSe[:ROSCillator]:OUTPut[:ENABle]
value: bool = driver.sense.roscillator.output.get_enable()

Sends the used reference clock signal to the Ref Out 10 MHz connector.

get_frequency() float[source]
# SENSe[:ROSCillator]:OUTPut:FREQuency
value: float = driver.sense.roscillator.output.get_frequency()

Returns the frequency of the output reference signal.

Returns:

output_freq: 10 MHz

set_enable(ref_output_enable: bool) None[source]
# SENSe[:ROSCillator]:OUTPut[:ENABle]
driver.sense.roscillator.output.set_enable(ref_output_enable = False)

Sends the used reference clock signal to the Ref Out 10 MHz connector.

Parameters:

ref_output_enable – OFF | ON