Phase
SCPI Command :
[SOURce<HW>]:PHASe
- class PhaseCls[source]
Phase commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_value() float [source]
# SCPI: [SOURce<HW>]:PHASe value: float = driver.source.phase.get_value()
Sets the phase variation relative to the current phase.
- return
phase: float Range: -36000 to 36000 , Unit: DEG
- set_value(phase: float) None [source]
# SCPI: [SOURce<HW>]:PHASe driver.source.phase.set_value(phase = 1.0)
Sets the phase variation relative to the current phase.
- param phase
float Range: -36000 to 36000 , Unit: DEG
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.phase.clone()
Subgroups