Output
SCPI Commands :
[SOURce<HW>]:EFRontend:LOSCillator:OUTPut:FREQuency
[SOURce<HW>]:EFRontend: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>]:EFRontend:LOSCillator:OUTPut:FREQuency value: float = driver.source.efrontend.loscillator.output.get_frequency()
Requires [:SOURce<hw>]:EFRontend:LOSCillator:OUTPut:STATe 1. Queries the current frequency on the ‘LO Out’ connector of the connected external frontend.
- return:
output_frequency: float
- get_state() bool [source]
# SCPI: [SOURce<HW>]:EFRontend:LOSCillator:OUTPut:STATe value: bool = driver.source.efrontend.loscillator.output.get_state()
Activates or deactivates the LO output of the connected external frontend.
- return:
out_state: 1| ON| 0| OFF
- set_state(out_state: bool) None [source]
# SCPI: [SOURce<HW>]:EFRontend:LOSCillator:OUTPut:STATe driver.source.efrontend.loscillator.output.set_state(out_state = False)
Activates or deactivates the LO output of the connected external frontend.
- param out_state:
1| ON| 0| OFF