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


Glossary Item Box

Remove the contents of this data register.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Remove() 
C# 
public abstract void Remove()
C++/CLI 
public:
abstract void Remove(); 

Remarks

While a data register may be loaded from a file, the remove method has no effect on the file; it just removes the data register contents from memory.

Requirements

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

See Also