Click or drag to resize

CorrectionFileLibOpenInverseCorrection Method

Opens an existing inverse correction file.

Namespace: RAYLASE.SPICE3.Correction
Assembly: RAYLASE.SPICE3.CorrectionFileLib (in RAYLASE.SPICE3.CorrectionFileLib.dll) Version: 3.4.1
Syntax
C#
public InverseCorrection OpenInverseCorrection(
	string path
)

Parameters

path  String
Location of the existing inverse correction file.

Return Value

InverseCorrection
Handle to the inverse correction file
See Also