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


Glossary Item Box

Indicate that hardware has changed.

Syntax

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

Remarks

This syncs the hardware configuration with the collection of instrument groups and presets the hardware configuration (equivalent of creating a new hardware configuration). This must be called if the Create, Clear, or Remove functions are used.

Requirements

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

See Also