Phase

SCPI Command :

CSYNthesis:PHASe
class PhaseCls[source]

Phase commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() float[source]
# SCPI: CSYNthesis:PHASe
value: float = driver.csynthesis.phase.get_value()

Shifts the phase of the generated clock signal.

return:

phase: float Range: -36000 to 36000

set_value(phase: float) None[source]
# SCPI: CSYNthesis:PHASe
driver.csynthesis.phase.set_value(phase = 1.0)

Shifts the phase of the generated clock signal.

param phase:

float Range: -36000 to 36000

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.csynthesis.phase.clone()

Subgroups