Phase
SCPI Command :
[SOURce<HW>]:IQ:DOHerty:SHAPing:PHASe:STATe
- class PhaseCls[source]
Phase commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SHAPing:PHASe:STATe value: bool = driver.source.iq.doherty.shaping.phase.get_state()
Enables/disables the power and phase corrections.
- return:
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SHAPing:PHASe:STATe driver.source.iq.doherty.shaping.phase.set_state(state = False)
Enables/disables the power and phase corrections.
- param state:
1| ON| 0| OFF