State
SCPI Command :
SEARch:GATE[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:GATE[:STATe] value: bool = driver.search.gate.state.get(search = 'abc')
Performs the search only on the defined gate area of the source waveform.
- Parameters:
search – Search definition
- Returns:
state: OFF | ON
- set(search: str, state: bool) None[source]
# SEARch:GATE[:STATe] driver.search.gate.state.set(search = 'abc', state = False)
Performs the search only on the defined gate area of the source waveform.
- Parameters:
search – Search definition
state – OFF | ON