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


Glossary Item Box

Gets the last measurement error that has occurred and clears the error.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property MeasurementError As String
C# 
public abstract string MeasurementError {get;}
C++/CLI 
public:
abstract property String^ MeasurementError {
   String^ get();
}

Remarks

If no error has occurred, then the string is empty.

You can get events on changes in the MeasurementError by subscribing to a property changeINotifyPropertyChanged event handler for the Measurement's Status object and watch for changes in the MeasurementError property.

Requirements

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

See Also