Keysight Pathwave 89600 VSA .NET API
CurrentFileName Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Recording Class : CurrentFileName Property


Glossary Item Box

Gets the current recording file name.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property CurrentFileName As String
C# 
public abstract string CurrentFileName {get;}
C++/CLI 
public:
abstract property String^ CurrentFileName {
   String^ get();
}

Remarks

When Input.DataFrom is DataSource.Recording, this is where the measurement gets its data. Whenever you record data or recall a recording, this file is overwritten. It contains data of a temporary nature. Use the SaveFile method to save your recording more permanently.

Requirements

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

See Also