Offset
SCPI Command :
CALCulate<n>:RESult:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# CALCulate<n>:RESult:OFFSet value: float = driver.applications.k60Transient.calculate.result.offset.get(window = repcap.Window.Default)
The offset in seconds from the hop/chirp edge or center at which the result range reference point occurs.
- 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:OFFSet driver.applications.k60Transient.calculate.result.offset.set(time = 1.0, window = repcap.Window.Default)
The offset in seconds from the hop/chirp edge or center at which the result range reference point occurs.
- Parameters:
time – Unit: S
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)