Click or drag to resize

CorrectionFileOpenRead Method

Opens an existing correction file in read-only mode.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static CorrectionFile OpenRead(
	string filename
)

Parameters

filename  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-only mode. Adding/appending a comment using SetExtraInfo(String) and AppendExtraInfo(String) will not work.
See Also