Keysight Pathwave 89600 VSA .NET API
SaveSetup(String,Measurement) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Application Class > SaveSetup Method : SaveSetup(String,Measurement) Method


fileName
The path where you want the setup file to be saved. This file must have the .SETX extension.
measurementToSave
The measurement whose state is to be saved to disk.

Glossary Item Box

Saves the measurement setup for the indicated measurement to a VSA setup file.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub SaveSetup( _
   ByVal fileName As String, _
   ByVal measurementToSave As Measurement _
) 
C# 
public virtual void SaveSetup( 
   string fileName,
   Measurement measurementToSave
)
C++/CLI 
public:
virtual void SaveSetup( 
   String^ fileName,
   Measurement^ measurementToSave
) 

Parameters

fileName
The path where you want the setup file to be saved. This file must have the .SETX extension.
measurementToSave
The measurement whose state is to be saved to disk.

Remarks

This method allows the caller to deconstruct a multi-measurement setup into a set of single measurement setup files that can be used to assemble other multi-measurement setups.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 15.00

See Also