State

SCPI Command :

[SENSe]:SWEep:SCAPture[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:SWEep:SCAPture[:STATe]
value: bool = driver.applications.k6Pulse.sense.sweep.scapture.state.get()

If activated, data is captured for the specified duration before and after each trigger event, for the specified number of trigger events. The signal data between these capture times is not stored in the capture buffer.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# [SENSe]:SWEep:SCAPture[:STATe]
driver.applications.k6Pulse.sense.sweep.scapture.state.set(state = False)

If activated, data is captured for the specified duration before and after each trigger event, for the specified number of trigger events. The signal data between these capture times is not stored in the capture buffer.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on