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.k14Xnr5G.sense.sweep.scapture.state.get()
Turns segmented capture on and off.

INTRO_CMD_HELP: Prerequisites for this command

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

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [SENSe]:SWEep:SCAPture:STATe
driver.applications.k14Xnr5G.sense.sweep.scapture.state.set(state = False)
Turns segmented capture on and off.

INTRO_CMD_HELP: Prerequisites for this command

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

param state

ON | OFF | 1 | 0