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


resetType
The data template specification.

Glossary Item Box

Initialize the data register to look like a time record, a spectrum, or a summary table.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Reset( _
   ByVal resetType As DataRegisterResetType _
) 
C# 
public abstract void Reset( 
   DataRegisterResetType resetType
)
C++/CLI 
public:
abstract void Reset( 
   DataRegisterResetType resetType
) 

Parameters

resetType
The data template specification.

Remarks

This method is useful to initialize the data register contents and then use the MeasurementData object to modify the StateDictionary or the data for this data register.

Requirements

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

See Also