Percent
SCPI Command :
CALCulate<n>:AR:FREQuency:PERCent
- class PercentCls[source]
Percent commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: CALCulate<n>:AR:FREQuency:PERCent value: float = driver.applications.k60Transient.calculate.ar.frequency.percent.get(window = repcap.Window.Default)
For method RsFsw.Applications.K60_Transient.Calculate.Ar.Frequency.Percent.State.setTRUE, the width of the frequency span for the analysis region is defined as a percentage of the full capture buffer. It is centered around the point defined by method RsFsw.Applications.K60_Transient.Calculate.Ar.Frequency.Delta.set.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
bw_percent: percentage of the full analysis bandwidth
- set(bw_percent: float, window=Window.Default) None [source]
# SCPI: CALCulate<n>:AR:FREQuency:PERCent driver.applications.k60Transient.calculate.ar.frequency.percent.set(bw_percent = 1.0, window = repcap.Window.Default)
For method RsFsw.Applications.K60_Transient.Calculate.Ar.Frequency.Percent.State.setTRUE, the width of the frequency span for the analysis region is defined as a percentage of the full capture buffer. It is centered around the point defined by method RsFsw.Applications.K60_Transient.Calculate.Ar.Frequency.Delta.set.
- param bw_percent
percentage of the full analysis bandwidth
- 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.ar.frequency.percent.clone()
Subgroups