Start
SCPI Command :
CALCulate<n>:AR:TIME:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# CALCulate<n>:AR:TIME:STARt value: float = driver.applications.k60Transient.calculate.ar.time.start.get(window = repcap.Window.Default)
Defines the starting point of the time span for the analysis region. The starting point is defined as a time offset from the capture start time.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
start_time: Unit: S
- set(start_time: float, window=Window.Default) None[source]
# CALCulate<n>:AR:TIME:STARt driver.applications.k60Transient.calculate.ar.time.start.set(start_time = 1.0, window = repcap.Window.Default)
Defines the starting point of the time span for the analysis region. The starting point is defined as a time offset from the capture start time.
- Parameters:
start_time – Unit: S
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)