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


Glossary Item Box

Gets the status of the result

Syntax

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

Remarks

An empty string indicates success with no warnings. If Success is true, a non-empty string reports a warning. Otherwise, it reports the reason for failure

Requirements

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

See Also