Phase
SCPI Command :
CALCulate<n>:TRENd:CHIRp:PHASe
- Commands in total: 3Subgroups: 2Direct child commands: 1
- set(yaxis: AxisbK60, xaxis: ChirpXaxisItems, window=Window.Default) None[source]
# CALCulate<n>:TRENd:CHIRp:PHASe driver.applications.k60Transient.calculate.trend.chirp.phase.set(yaxis = enums.AxisbK60.AVPHm, xaxis = enums.ChirpXaxisItems.AVGFm, window = repcap.Window.Default)
Configures the x-axis and y-axis of the Parameter Trend result display for chirp phase parameters over time.
- Parameters:
yaxis – AVPHm | MXPHm | RMSPm AVPHm Average phase deviation MXPHm Maximum phase deviation RMSPm RMS phase deviation
xaxis – AVGFm | AVGNonlinear | CHERror | FREQuency | MAXFm | MAXNonlinear | RMSFm | RMSNonlinear | FMSLength | FMSPoint | FMSTime | AVPHm | MXPHm | RMSPm | PMSLength | PMSPoint | PMSTime | AVGPower | MAXPower | MINPower | PWRRipple | INDex | BEGin CHERror Chirp state deviation FREQuency Average frequency MAXFm Maximum Frequency Deviation RMSFm RMS Frequency Deviation AVGFm Average Frequency Deviation FMSPoint FM settling point FMSTime FM settling time FMSLength FM settled length BWIDth Bandwidth AVGNonlinear Average frequency non-linearity RMSNonlinear RMS frequency non-linearity MAXNonlinear Peak frequency non-linearity PMSPoint PM settling point PMSTime PM settling time PMSLength PM settled length BEGin Chirp Begin LENGth Chirp length RATe Chirp rate AVGPower Average power MINPower Minimum power MAXPower Maximum power PWRRipple Power ripple PWRRipple Power ripple
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
Cloning the Group
# Create a copy of the original group, that exists independently
phase_copy = driver.applications.k60Transient.calculate.trend.chirp.phase.clone()
Subgroups