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


Glossary Item Box

Notify the measurement that this data register has been changed.

Syntax

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

Remarks

When you modify the data in this data register, the measurement is not notified of these changes until you call this method.

Requirements

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

See Also