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


Glossary Item Box

Gets a handle to the Status object for the measurement.

Syntax

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

Remarks

See the Status class for information on reading the contents of this property.

Requirements

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

See Also