Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub CacheSetup( _ ByVal sourceMeasurement As Measurement _ ) |
C# | |
---|---|
public abstract void CacheSetup( Measurement sourceMeasurement ) |
C++/CLI | |
---|---|
public: abstract void CacheSetup( Measurement^ sourceMeasurement ) |
Parameters
- sourceMeasurement
- Source to cache measurement setup from.
The measurement setup will be cached in application state, and matches persistence behavior of application state. If application state is saved to a .setx file using Agilent.SA.Vsa.Application.SaveSetup, the cached setup will be available through Agilent.SA.Vsa.Application.Contexts after recalling the .setx file with Agilent.SA.Vsa.Application.RecallSetup. If application state is cleared (typically using Agilent.SA.Vsa.Application.Preset, or by restarting the application), the cached state will also be cleared.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)