Phase

SCPI Command :

CALCulate<n>:PSPectrum:PHASe
class PhaseCls[source]

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

get(window=Window.Default) RsFsw.enums.PulsePhaseItems[source]
# SCPI: CALCulate<n>:PSPectrum:PHASe
value: enums.PulsePhaseItems = driver.applications.k6Pulse.calculate.pspectrum.phase.get(window = repcap.Window.Default)

Configures the Parameter Spectrum result display.

param window

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

return

param: POINt | PPPHase | RERRor | PERRor | DEViation Pulse parameter to be displayed on the x-axis. For a description of the available parameters see ‘Phase parameters’. POINt Pulse phase at measurement point PPPHase Pulse-Pulse Phase Difference RERRor Phase Error (RMS) PERRor Phase Error (Peak) DEViation Phase Deviation

set(param: RsFsw.enums.PulsePhaseItems, window=Window.Default) None[source]
# SCPI: CALCulate<n>:PSPectrum:PHASe
driver.applications.k6Pulse.calculate.pspectrum.phase.set(param = enums.PulsePhaseItems.DEViation, window = repcap.Window.Default)

Configures the Parameter Spectrum result display.

param param

POINt | PPPHase | RERRor | PERRor | DEViation Pulse parameter to be displayed on the x-axis. For a description of the available parameters see ‘Phase parameters’. POINt Pulse phase at measurement point PPPHase Pulse-Pulse Phase Difference RERRor Phase Error (RMS) PERRor Phase Error (Peak) DEViation Phase Deviation

param window

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