Length
SCPI Command :
CALCulate<n>:RESult:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.k60Transient.calculate.result.range.auto.set()) .- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
time: Unit: S
- set(time: float, window=Window.Default) None[source]
# 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.k60Transient.calculate.result.range.auto.set()) .- Parameters:
time – Unit: S
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)