PhaseShift

SCPI Command :

WGENerator<*>:COUPling:PHASeshift
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:COUPling:PHASeshift
value: float = driver.wgenerator.coupling.phaseShift.get(waveformGen = repcap.WaveformGen.Default)

Sets the phase shift between the waveform of Gen1 and Gen2 when the frequency parameters of the two waveforms are coupled.

Parameters:

waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)

Returns:

phase_shift: -180 to 180

set(phase_shift: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:COUPling:PHASeshift
driver.wgenerator.coupling.phaseShift.set(phase_shift = 1.0, waveformGen = repcap.WaveformGen.Default)

Sets the phase shift between the waveform of Gen1 and Gen2 when the frequency parameters of the two waveforms are coupled.

Parameters:
  • phase_shift – -180 to 180

  • waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)