Keysight Pathwave 89600 VSA .NET API
IsOverloaded Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > UserInputDataChannel Class : IsOverloaded Property


Glossary Item Box

Gets or sets a value indicating whether a range overload has occurred.

Syntax

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

Remarks

This should be set true if a range overload occurred in the data that will be sent via SendData(Single[]). This value is read and cleared each time data is consumed from the internal FIFO. This value is persistent and cannot be cleared via this property. Changes to this read-only property may be detected through UserInputChangeRegister.

Requirements

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

See Also