PmSettling

SCPI Command :

CALCulate<n>:TRENd:CHIRp:PMSettling
class PmSettlingCls[source]

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

set(yaxis: RsFsw.enums.XaXisPmSettling, xaxis: RsFsw.enums.ChirpXaxisItems, window=Window.Default) None[source]
# SCPI: CALCulate<n>:TRENd:CHIRp:PMSettling
driver.applications.k60Transient.calculate.trend.chirp.pmSettling.set(yaxis = enums.XaXisPmSettling.PMSLength, xaxis = enums.ChirpXaxisItems.AVGFm, window = repcap.Window.Default)

Configures the x-axis and y-axis of the Parameter Trend result display for chirp trends over time.

param yaxis

PMSLength | PMSPoint | PMSTime PMSPoint PM settling point PMSTime PM settling time PMSLength PM settled length

param 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

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

Subgroups