Phase

SCPI Command :

CALCulate<n>:TRENd:HOP:PHASe
class PhaseCls[source]

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

set(yaxis: RsFsw.enums.AxisPhase, xaxis: RsFsw.enums.HopXaxisItems, window=Window.Default) None[source]
# SCPI: CALCulate<n>:TRENd:HOP:PHASe
driver.applications.k60Transient.calculate.trend.hop.phase.set(yaxis = enums.AxisPhase.AVPHm, xaxis = enums.HopXaxisItems.AVGFm, window = repcap.Window.Default)

Configures the x-axis and y-axis of the Parameter Trend result display for hop phase parameters over time.

param yaxis

AVPHm | MXPHm | RMSPm AVPHm Average phase deviation MXPHm Maximum phase deviation RMSPm RMS phase deviation

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

Subgroups