Offset

SCPI Command :

CALCulate<n>:RESult:OFFSet
class OffsetCls[source]

Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: 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.

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: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.

param time

Unit: S

param window

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