Output

SCPI Command :

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

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

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

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

Parameters:

ref_output_enable – OFF | ON