Phase

SCPI Command :

SEQuence:ITEM:PHASe:OFFSet
class PhaseCls[source]

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

get_offset() float[source]
# SCPI: SEQuence:ITEM:PHASe:OFFSet
value: float = driver.sequence.item.phase.get_offset()

Sets a phase offset.

return:

offset: float Range: -180 to 180

set_offset(offset: float) None[source]
# SCPI: SEQuence:ITEM:PHASe:OFFSet
driver.sequence.item.phase.set_offset(offset = 1.0)

Sets a phase offset.

param offset:

float Range: -180 to 180