Length

SCPI Command :

CALCulate<n>:RESult: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>:RESult:LENGth
value: float = driver.applications.k60Transient.calculate.result.length.get(window = repcap.Window.Default)

Defines the length or duration of the result range. Note this command is only available for manual range scaling (see method RsFsw.Applications.K60_Transient.Calculate.Result.Range.Auto.set) .

param window

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

return

time: Unit: S

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

Defines the length or duration of the result range. Note this command is only available for manual range scaling (see method RsFsw.Applications.K60_Transient.Calculate.Result.Range.Auto.set) .

param time

Unit: S

param window

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