Keysight 89600 VSA .NET API
IsEmpty Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > DataRegister Class : IsEmpty Property


Glossary Item Box

Gets a value indicating whether the data register contains any data.

Syntax

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

Remarks

The RecallFile, Trace.CopyToDataRegister, and Trace.CopyToDataRegister methods are used to load data into data registers. The Remove and DataRegisterCollection.Clear methods are used to erase data registers.

Requirements

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

See Also