Output

SCPI Commands :

[SOURce<HW>]:FREQuency:LOSCillator:OUTPut:FREQuency
[SOURce<HW>]:FREQuency:LOSCillator:OUTPut:STATe
class OutputCls[source]

Output commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_frequency() float[source]
# SCPI: [SOURce<HW>]:FREQuency:LOSCillator:OUTPut:FREQuency
value: float = driver.source.frequency.loscillator.output.get_frequency()

Queries the current frequency of the local oscillator at the [LO Out] connector.

return

frequency: float Range: 100E3 to 20E9

get_state() bool[source]
# SCPI: [SOURce<HW>]:FREQuency:LOSCillator:OUTPut:STATe
value: bool = driver.source.frequency.loscillator.output.get_state()

Activates the LO output.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:FREQuency:LOSCillator:OUTPut:STATe
driver.source.frequency.loscillator.output.set_state(state = False)

Activates the LO output.

param state

1| ON| 0| OFF