Value
SCPI Command :
SEARch:TRIGger:LEVel[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(key: str, signal_source: SignalSource) float[source]
# SEARch:TRIGger:LEVel[:VALue] value: float = driver.search.trigger.level.value.get(key = 'abc', signal_source = enums.SignalSource.AJ1)
Sets the voltage of the trigger level that is used to determine other parameters.
- Parameters:
key – String with the name of the search
signal_source – Source of the search, see ‘Waveform parameter’
- Returns:
value: Voltage value
- set(key: str, signal_source: SignalSource, value: float) None[source]
# SEARch:TRIGger:LEVel[:VALue] driver.search.trigger.level.value.set(key = 'abc', signal_source = enums.SignalSource.AJ1, value = 1.0)
Sets the voltage of the trigger level that is used to determine other parameters.
- Parameters:
key – String with the name of the search
signal_source – Source of the search, see ‘Waveform parameter’
value – Voltage value