Frequency
SCPI Command :
CALCulate<n>:TRENd:HOP:FREQuency
- Commands in total: 3Subgroups: 2Direct child commands: 1
- set(yaxis: AxisFreqFmItems, xaxis: HopXaxisItems, window=Window.Default) None[source]
# CALCulate<n>:TRENd:HOP:FREQuency driver.applications.k60Transient.calculate.trend.hop.frequency.set(yaxis = enums.AxisFreqFmItems.AVGFm, xaxis = enums.HopXaxisItems.AVGFm, window = repcap.Window.Default)
Configures the x-axis and y-axis of the Parameter Trend result display for hop trends over time.
- Parameters:
yaxis – AVGFm | FMERror | FREQuency | MAXFm | RELFrequency | RMSFm FREQuency Average frequency RELFrequency Relative frequency (hop-to-hop) FMERror Hop state deviation MAXFm Maximum Frequency Deviation RMSFm RMS Frequency Deviation AVGFm Average Frequency Deviation FMSPoint FM settling point FMSTime FM settling time FMSLength FM settled length PMSPoint PM settling point PMSTime PM settling time PMSLength PM settled length
xaxis – AVGFm | FMERror | FREQuency | MAXFm | RELFrequency | RMSFm | FMSLength | FMSPoint | FMSTime | AVPHm | MXPHm | RMSPm | PMSLength | PMSPoint | PMSTime | AVGPower | MAXPower | MINPower | PWRRipple | INDex | STAFrequency | BEGin | DWELl | SWITching FREQuency Average frequency RELFrequency Relative frequency (hop-to-hop) FMERror Hop state deviation MAXFm Maximum Frequency Deviation RMSFm RMS Frequency Deviation AVGFm Average Frequency Deviation FMSPoint FM settling point FMSTime FM settling time FMSLength FM settled length AVPHm Average phase deviation MXPHm Maximum phase deviation RMSPm RMS phase deviation PMSPoint PM settling point PMSTime PM settling time PMSLength PM settled length MINPower Minimum power MAXPower Maximum power AVGPower Average power PWRRipple Power ripple INDex Hop index STAFrequency State frequency (nominal) BEGin Hop Begin DWELl Hop dwell time SWITching Switching time
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
frequency_copy = driver.applications.k60Transient.calculate.trend.hop.frequency.clone()
Subgroups