PhaseShift
SCPI Command :
WGENerator<*>:COUPling:PHASeshift
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(wgenerator=Wgenerator.Default) float[source]
# WGENerator<*>:COUPling:PHASeshift value: float = driver.wgenerator.coupling.phaseShift.get(wgenerator = repcap.Wgenerator.Default)
Sets the phase shift between the waveform of Gen1 and Gen2 when the frequency parameters of the two waveforms are coupled.
- Parameters:
wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
phase_shift: -180 to 180
- set(phase_shift: float, wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:COUPling:PHASeshift driver.wgenerator.coupling.phaseShift.set(phase_shift = 1.0, wgenerator = repcap.Wgenerator.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
wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)