Percent
SCPI Command :
CALCulate<n>:AR:TIME: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:TIME:PERCent value: float = driver.applications.k60Transient.calculate.ar.time.percent.get(window = repcap.Window.Default)
For method RsFsw.Applications.K60_Transient.Calculate.Ar.Time.Percent.State.setTRUE,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.K60_Transient.Calculate.Ar. Time.Start.set.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
time_percent: percentage of the full measurement time
- set(time_percent: float, window=Window.Default) None [source]
# SCPI: 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.K60_Transient.Calculate.Ar.Time.Percent.State.setTRUE,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.K60_Transient.Calculate.Ar. Time.Start.set.
- param time_percent
percentage of the full measurement 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.ar.time.percent.clone()
Subgroups