Length
SCPI Command :
CALCulate<n>:AR:TIME:LENGth
- class LengthCls[source]
Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
length: Unit: S
- set(length: float, window=Window.Default) None [source]
# SCPI: 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.
- param length
Unit: S
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)