Mode
SCPI Command :
HISTogram<*>:WINDow:HORizontal:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(histogram=Histogram.Default) AbsRel[source]
# HISTogram<*>:WINDow:HORizontal:MODE value: enums.AbsRel = driver.histogram.window.horizontal.mode.get(histogram = repcap.Histogram.Default)
The commands define whether the window limits are entered as absolute or relative values, in horizontal and vertical direction.
- Parameters:
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)
- Returns:
mode: ABS | REL
- set(mode: AbsRel, histogram=Histogram.Default) None[source]
# HISTogram<*>:WINDow:HORizontal:MODE driver.histogram.window.horizontal.mode.set(mode = enums.AbsRel.ABS, histogram = repcap.Histogram.Default)
The commands define whether the window limits are entered as absolute or relative values, in horizontal and vertical direction.
- Parameters:
mode – ABS | REL
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)