Percent

SCPI Command :

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

For method RsFsw.applications.k60Transient.calculate.ar.time.percent.state.set() TRUE,the length of the time gate, that is, the duration (or height) of the analysis region, is defined as a percentage of the full measurement time. The time gate start is the start of the capture buffer plus an offset defined by method RsFsw.applications.k60Transient.calculate.ar.time.start.set() .

Parameters:

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

Returns:

time_percent: percentage of the full measurement time

set(time_percent: float, window=Window.Default) None[source]
# CALCulate<n>:AR:TIME:PERCent
driver.applications.k60Transient.calculate.ar.time.percent.set(time_percent = 1.0, window = repcap.Window.Default)

For method RsFsw.applications.k60Transient.calculate.ar.time.percent.state.set() TRUE,the length of the time gate, that is, the duration (or height) of the analysis region, is defined as a percentage of the full measurement time. The time gate start is the start of the capture buffer plus an offset defined by method RsFsw.applications.k60Transient.calculate.ar.time.start.set() .

Parameters:
  • time_percent – percentage of the full measurement time

  • 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.time.percent.clone()

Subgroups