Keysight Pathwave 89600 VSA .NET API
HistogramRangeSelection Property
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > MeasurementExtension Class : HistogramRangeSelection Property


Glossary Item Box

Gets or sets how the X-axis of histogram traces is handled.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property HistogramRangeSelection As HistogramRangeSelection
C# 
public abstract HistogramRangeSelection HistogramRangeSelection {get; set;}
C++/CLI 
public:
abstract property HistogramRangeSelection HistogramRangeSelection {
   HistogramRangeSelection get();
   void set (    HistogramRangeSelection value);
}

Property Value

The default value is HistogramRangeSelection.Automatic.

Remarks

When the value is HistogramRangeSelection.Automatic, the X-axis of histogram traces is handled automatically based on input data, to try to put nearly all, but not necessarily all, non-zero bins on the trace. There may be zero-valued bins at either end of the trace. When the value is HistogramRangeSelection.Full, the X-axis is scaled so that all non-zero bins are always displayed, and there are no zero-valued bins at either end of the trace.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 19.00

See Also