Length

SCPI Command :

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

Defines the length of the time gate, that is, the duration (or height) of the analysis region.

Parameters:

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

Returns:

length: Unit: S

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

Defines the length of the time gate, that is, the duration (or height) of the analysis region.

Parameters:
  • length – Unit: S

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