State
SCPI Command :
SEARch:TRIGger:LEVel:NOISe[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(key: str, signal_source: SignalSource) bool[source]
# SEARch:TRIGger:LEVel:NOISe[:STATe] value: bool = driver.search.trigger.level.noise.state.get(key = 'abc', signal_source = enums.SignalSource.AJ1)
If enabled, the noise reject settings for the waveform are considered for the search.
- Parameters:
key – String with the name of the search
signal_source – Source of the search, see ‘Waveform parameter’
- Returns:
state: OFF | ON
- set(key: str, signal_source: SignalSource, state: bool) None[source]
# SEARch:TRIGger:LEVel:NOISe[:STATe] driver.search.trigger.level.noise.state.set(key = 'abc', signal_source = enums.SignalSource.AJ1, state = False)
If enabled, the noise reject settings for the waveform are considered for the search.
- Parameters:
key – String with the name of the search
signal_source – Source of the search, see ‘Waveform parameter’
state – OFF | ON