Time

SCPI Command :

[SENSe]:SWEep:SCAPture:OFFSet[:TIME]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:SWEep:SCAPture:OFFSet[:TIME]
value: float = driver.applications.k14Xnr5G.sense.sweep.scapture.offset.time.get()

Defines the offset of a segment for segmented data capture. Prerequisites for this command

  • Select external of IF power trigger source (TRIGger[:SEQuence]:SOURce<ant>) .

  • Turn on segmented capture (method RsFsw.applications.k14Xnr5G.sense.sweep.scapture.state.set() ) .

Returns:

offset: Unit: s

set(offset: float) None[source]
# [SENSe]:SWEep:SCAPture:OFFSet[:TIME]
driver.applications.k14Xnr5G.sense.sweep.scapture.offset.time.set(offset = 1.0)

Defines the offset of a segment for segmented data capture. Prerequisites for this command

  • Select external of IF power trigger source (TRIGger[:SEQuence]:SOURce<ant>) .

  • Turn on segmented capture (method RsFsw.applications.k14Xnr5G.sense.sweep.scapture.state.set() ) .

Parameters:

offset – Unit: s