Keysight Pathwave 89600 VSA .NET API
CacheSetup Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.GeneralPurpose Namespace > UserDefinedPresetContextExtension Class : CacheSetup Method


sourceMeasurement
Source to cache measurement setup from.

Glossary Item Box

A method to capture the supplied measurement setup into this class.

Syntax

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.

Remarks

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.

Requirements

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

See Also