Events

SCPI Command :

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

Defines the number of segments to 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() ) .

set(events: float) None[source]
# [SENSe]:SWEep:SCAPture:EVENts
driver.applications.k14Xnr5G.sense.sweep.scapture.events.set(events = 1.0)

Defines the number of segments to 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() ) .