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


Glossary Item Box

Erase the contents of all of the data registers.

Syntax

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

Remarks

The Clear method removes the contents of all the data registers. While data registers may be loaded from files, the clear method has no effect on the files; 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