CorrectionFileOpenWrite Method |
Opens an existing correction file in read-write mode.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public static CorrectionFile OpenWrite(
string filename
)
Parameters
- filename String
- Full path to the correction file
Return Value
CorrectionFileAbstract 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