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


fileName
The filename

Glossary Item Box

Pauses the current measurement and start recording the input data to a specified file in sdf format. The file extension is auto generated. Usually, the extension has the format of 'sdf.integer.integer' Measurement.Record()

Syntax

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

Parameters

fileName
The filename

Exceptions

ExceptionDescription
System.InvalidOperationExceptionMeasurement cannot run concurrently with selected measurement (Measurement.IsConcurrent = false).

Remarks

This measurement must be able to run concurrently with the selected measurement (app.Measurements.SelectedItem) or a System.InvalidOperationException will be thrown.

To stop recordings in progress, use Measurement.Pause() or MeasurementCollection.Pause().

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 19.00

See Also