Phase

SCPI Command :

[SOURce<HW>]:PHASe
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_value() float[source]
# [SOURce<HW>]:PHASe
value: float = driver.source.phase.get_value()

Sets the phase variation relative to the current phase.

Returns:

phase: float Range: -720 to 720, Unit: DEG

set_value(phase: float) None[source]
# [SOURce<HW>]:PHASe
driver.source.phase.set_value(phase = 1.0)

Sets the phase variation relative to the current phase.

Parameters:

phase – float Range: -720 to 720, Unit: DEG

Cloning the Group

# Create a copy of the original group, that exists independently
phase_copy = driver.source.phase.clone()

Subgroups