Phase
SCPI Command :
CALCulate<n>:PSPectrum:PHASe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) PulsePhaseItems[source]
# CALCulate<n>:PSPectrum:PHASe value: enums.PulsePhaseItems = driver.applications.k6Pulse.calculate.pspectrum.phase.get(window = repcap.Window.Default)
Configures the Parameter Spectrum result display.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
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: PulsePhaseItems, window=Window.Default) None[source]
# 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.
- Parameters:
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
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)