Timing

SCPI Command :

CALCulate<n>:TRENd:HOP:TIMing
class TimingCls[source]

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

set(yaxis: RsFsw.enums.AxisHopTiming, xaxis: RsFsw.enums.HopXaxisItems, window=Window.Default) None[source]
# SCPI: CALCulate<n>:TRENd:HOP:TIMing
driver.applications.k60Transient.calculate.trend.hop.timing.set(yaxis = enums.AxisHopTiming.BEGin, 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

BEGin | DWELl | SWITching BEGin Hop Begin DWELl Hop dwell time SWITching Switching time

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.timing.clone()

Subgroups