Alignment
SCPI Command :
[SOURce<HW>]:EFRontend:ALIGnment:[STATe]
- Commands in total: 5Subgroups: 1Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:EFRontend:ALIGnment:[STATe] value: bool = driver.source.efrontend.alignment.get_state()
Activates correction of the IF signal for different IF signal frequencies.
- Returns:
cable_corr_state: 1 | ON | 0| OFF
- set_state(cable_corr_state: bool) None[source]
# [SOURce<HW>]:EFRontend:ALIGnment:[STATe] driver.source.efrontend.alignment.set_state(cable_corr_state = False)
Activates correction of the IF signal for different IF signal frequencies.
- Parameters:
cable_corr_state – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
alignment_copy = driver.source.efrontend.alignment.clone()
Subgroups