Percent

SCPI Command :

CALCulate<n>:AR:FREQuency:PERCent
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:AR:FREQuency:PERCent
value: float = driver.applications.k60Transient.calculate.ar.frequency.percent.get(window = repcap.Window.Default)

For method RsFsw.applications.k60Transient.calculate.ar.frequency.percent.state.set() TRUE, 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.k60Transient.calculate.ar.frequency.delta.set() .

Parameters:

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

Returns:

bw_percent: percentage of the full analysis bandwidth

set(bw_percent: float, window=Window.Default) None[source]
# 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.k60Transient.calculate.ar.frequency.percent.state.set() TRUE, 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.k60Transient.calculate.ar.frequency.delta.set() .

Parameters:
  • bw_percent – percentage of the full analysis bandwidth

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

Cloning the Group

# Create a copy of the original group, that exists independently
percent_copy = driver.applications.k60Transient.calculate.ar.frequency.percent.clone()

Subgroups