Keysight Pathwave 89600 VSA .NET API
ApplyChanges Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > UserInputSetup Class : ApplyChanges Method


Glossary Item Box

Processed any pending changes.

Syntax

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

Remarks

If IsImmediateChangesEnabled is true, changes are processed immediately, and this method will have no affect. Processing changes has the affect of causing the data consuming Measurement to be preset to a default state. It will also cause any data in the internal buffers to be cleared.

Requirements

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

See Also