Keysight Pathwave 89600 VSA .NET API
IsOverloaded Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > UserInputData 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 on the channel in the data that will be sent via SendData(IEnumerable<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. This sets properties for all channels, and gets the property value of the first channel. Use Channels to get or set properties of individual channels. 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