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


Glossary Item Box

Gets the file name that the current recording was last saved to (or recalled from). When recalling multiple files SavedFileName has a semicolon separated list of the recalled files.

Syntax

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

Remarks

If the current recording has never been saved and was not recalled from a file, then an empty string is returned.

Requirements

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

See Also