Mode
SCPI Command :
HISTogram<*>:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(histogram=Histogram.Default) HistMode[source]
# HISTogram<*>:MODE value: enums.HistMode = driver.histogram.mode.get(histogram = repcap.Histogram.Default)
Defines the type of histogram.
- Parameters:
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)
- Returns:
mode: VERTical | HORizontal
VERTical: A vertical histogram has horizontal bars that show the occurence of amplitude, or vertical values.
HORizontal: A horizontal histogram has vertical bars that show the occurrence of a sample at a given time on the x-axis.
- set(mode: HistMode, histogram=Histogram.Default) None[source]
# HISTogram<*>:MODE driver.histogram.mode.set(mode = enums.HistMode.HORizontal, histogram = repcap.Histogram.Default)
Defines the type of histogram.
- Parameters:
mode –
VERTical | HORizontal
VERTical: A vertical histogram has horizontal bars that show the occurence of amplitude, or vertical values.
HORizontal: A horizontal histogram has vertical bars that show the occurrence of a sample at a given time on the x-axis.
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)