Keysight Pathwave 89600 VSA .NET API
HighBandwidthMode Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.Infiniium Namespace > InputExtension Class : HighBandwidthMode Property


Glossary Item Box

Gets or sets whether high bandwidth (RealEdge) inputs are used on the oscilloscope.

Syntax

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

Remarks

This parameter can only be turned on when using channels 1 and/or 3 in the input channel configuration and when the oscilloscope supports RealEdge inputs.

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 15.01

See Also