Alignment
SCPI Command :
[SOURce<HW>]:EFRontend:ALIGnment:[STATe]
- class AlignmentCls[source]
- Alignment commands group definition. 5 total commands, 1 Subgroups, 1 group commands - get_state() bool[source]
- # SCPI: [SOURce<HW>]:EFRontend:ALIGnment:[STATe] value: bool = driver.source.efrontend.alignment.get_state() - Activates correction of the IF signal for different IF signal frequencies. - return:
- cable_corr_state: 1| ON| 0| OFF 
 
 - set_state(cable_corr_state: bool) None[source]
- # SCPI: [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. - param cable_corr_state:
- 1| ON| 0| OFF 
 
 
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.efrontend.alignment.clone()
Subgroups