Phase
SCPI Command :
[SOURce<HW>]:IQ:DOHerty:SHAPing:PHASe:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:IQ:DOHerty:SHAPing:PHASe:STATe value: bool = driver.source.iq.doherty.shaping.phase.get_state()
Enables/disables the power and phase corrections.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:IQ:DOHerty:SHAPing:PHASe:STATe driver.source.iq.doherty.shaping.phase.set_state(state = False)
Enables/disables the power and phase corrections.
- Parameters:
state – 1 | ON | 0| OFF