Keysight Pathwave 89600 VSA .NET API
RecallFile Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > LimitLine Class : RecallFile Method


fileName
The limit line file name.

Glossary Item Box

Load the limit line with values from the saved limit line file.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub RecallFile( _
   ByVal fileName As String _
) 
C# 
public abstract void RecallFile( 
   string fileName
)
C++/CLI 
public:
abstract void RecallFile( 
   String^ fileName
) 

Parameters

fileName
The limit line file name.

Remarks

This will remove any previous attributes of the limit line.

Requirements

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

See Also