Click or drag to resize

CorrectionFileLibOpenWrite Method

Opens an existing correction file in read-write mode.

Namespace: RAYLASE.SPICE3.Correction
Assembly: RAYLASE.SPICE3.CorrectionFileLib (in RAYLASE.SPICE3.CorrectionFileLib.dll) Version: 3.4.1
Syntax
C#
public CorrectionFile OpenWrite(
	string filePath
)

Parameters

filePath  String
Full path to the correction file

Return Value

CorrectionFile
Abstract view of the correction file
Remarks
The existing correction file will be opened in read-write mode. This allows for adding/appending a comment using SetExtraInfo(String) and AppendExtraInfo(String). The correction data itself can not be changed.
See Also