Start

SCPI Command :

CALCulate<n>:AR:TIME:STARt
class StartCls[source]

Start commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: 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.

param window

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

return

start_time: Unit: S

set(start_time: float, window=Window.Default) None[source]
# SCPI: 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.

param start_time

Unit: S

param window

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