Source
SCPI Command :
HISTogram<*>:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(histogram=Histogram.Default) SignalSource[source]
# HISTogram<*>:SOURce value: enums.SignalSource = driver.histogram.source.get(histogram = repcap.Histogram.Default)
Defines the source of the histogram.
- Parameters:
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)
- Returns:
source: C1 | C2 | … | C8 | M1 | M2 | … | M8 | R1 | R2 | … | R8 | OnC1 | OnC2 | … | OnC8 (n = 2 to 11
- set(source: SignalSource, histogram=Histogram.Default) None[source]
# HISTogram<*>:SOURce driver.histogram.source.set(source = enums.SignalSource.C1, histogram = repcap.Histogram.Default)
Defines the source of the histogram.
- Parameters:
source – C1 | C2 | … | C8 | M1 | M2 | … | M8 | R1 | R2 | … | R8 | OnC1 | OnC2 | … | OnC8 (n = 2 to 11
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)