Frequency

SCPI Command :

CALCulate<n>:TRENd:HOP:FREQuency
class FrequencyCls[source]

Frequency commands group definition. 3 total commands, 2 Subgroups, 1 group commands

set(yaxis: RsFsw.enums.AxisFreqFmItems, xaxis: RsFsw.enums.HopXaxisItems, window=Window.Default) None[source]
# SCPI: 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.

param 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

param 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

param window

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k60Transient.calculate.trend.hop.frequency.clone()

Subgroups