Source
SCPI Command :
SEARch:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) SignalSource[source]
# SEARch:SOURce value: enums.SignalSource = driver.search.source.get(search = 'abc')
Defines the source on which the search conditions are applied. The source can be any analog or digital channel, math or reference waveform as well as a serial bus configured for a supported protocol.
- Parameters:
search – String with the name of the search
- Returns:
source: Source of the search, see ‘Waveform parameter’
- set(search: str, source: SignalSource) None[source]
# SEARch:SOURce driver.search.source.set(search = 'abc', source = enums.SignalSource.AJ1)
Defines the source on which the search conditions are applied. The source can be any analog or digital channel, math or reference waveform as well as a serial bus configured for a supported protocol.
- Parameters:
search – String with the name of the search
source – Source of the search, see ‘Waveform parameter’