Source
SCPI Command :
LAYout:HISTogram:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(histogram: str) SignalSource[source]
# LAYout:HISTogram:SOURce value: enums.SignalSource = driver.layout.histogram.source.get(histogram = 'abc')
Defines the waveform which is the source of the histogram.
- Parameters:
histogram – String parameter
- Returns:
source: Waveform source of the histogram, see ‘Waveform parameter’. If the histogram source is a measurement, the histogram shows the density distribution of the results for the selected measurement (MEASm:MAIN) .
- set(histogram: str, source: SignalSource) None[source]
# LAYout:HISTogram:SOURce driver.layout.histogram.source.set(histogram = 'abc', source = enums.SignalSource.AJ1)
Defines the waveform which is the source of the histogram.
- Parameters:
histogram – String parameter
source – Waveform source of the histogram, see ‘Waveform parameter’. If the histogram source is a measurement, the histogram shows the density distribution of the results for the selected measurement (MEASm:MAIN) .