Click or drag to resize

CorrectionFileOpenWrite Method

Opens an existing correction file in read-write mode.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static CorrectionFile OpenWrite(
	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-write mode. This allows for adding/appending a comment using SetExtraInfo(String) and AppendExtraInfo(String) or metadata using SetMetadata(DictionaryString, String). The correction data itself can not be changed.
See Also