State

SCPI Command :

[SENSe]:SWEep:SCAPture[:STATe]
class StateCls[source]

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

get() bool[source]
# SCPI: [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.

return

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

set(state: bool) None[source]
# SCPI: [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.

param state

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