State
SCPI Command :
[SENSe]:DDEMod:STANdard:SYNC:OFFSet:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:DDEMod:STANdard:SYNC:OFFSet:STATe value: bool = driver.applications.k70Vsa.sense.ddemod.standard.sync.offset.state.get()
(de) activates the pattern offset.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# [SENSe]:DDEMod:STANdard:SYNC:OFFSet:STATe driver.applications.k70Vsa.sense.ddemod.standard.sync.offset.state.set(state = False)
(de) activates the pattern offset.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on