Keysight Pathwave 89600 VSA .NET API
GetAllErrors Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Application Class : GetAllErrors Method


Glossary Item Box

Gets all errors. The errors are cleared after they are read.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetAllErrors() As ReadOnlyCollection(Of String)
C# 
public virtual ReadOnlyCollection<string> GetAllErrors()
C++/CLI 
public:
virtual ReadOnlyCollection<String^>^ GetAllErrors(); 

Return Value

A collection of all the errors.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 20.2

See Also