Agilent Technologies 86038B User Manual page 241

Photonic dispersion and loss analyzer
Table of Contents

Advertisement

ExportStatusLog Method
Recall Method
Agilent 86038B Photonic Dispersion and Loss Analyzer, Second Edition
The file will be saved on the PDLA system itself. If the name
does not contain the .pme extension it is automatically
appended.
VB.NET Syntax
pdlaClient.File.ExportMuellerPMD("D:\Data\MyExport.pme")
VB 6.0 Syntax
pdlaClient.File.ExportMuellerPMD("D:\Data\MyExport.pme")
Saves the Status Log of the PDLA into a file. The data is saved as
an ASCII text file with a .log extension. An error will be raised if
the specified path does not exist on the PDLA. Also, an existing
file with the same name will be overwritten.
Parameters
ByVal filename As String - Full filename and path of the export
file.
The file will be saved on the PDLA system itself. If the name
does not contain the .log extension it is automatically appended.
VB.NET Syntax
pdlaClient.File.ExportStatusLog("D:\Data\MyExport.log")
VB 6.0 Syntax
pdlaClient.File.ExportStatusLog("D:\Data\MyExport.log")
Recalls a previously saved instrument state, including settings,
trace data, and normalization data. An error will be raised if the
specified file name does not exist on the PDLA.
Parameters
ByVal filename As String - Full filename and path of the PDLA
file. The file must exist on the PDLA system.
241

Advertisement

Table of Contents
loading

Table of Contents