Click or drag to resize

InverseCorrectionLoad Method

Loads an existing inverse correction file from disk.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static InverseCorrection Load(
	string path
)

Parameters

path  String
Path to the inverse correction.

Return Value

InverseCorrection
The inverse correction.
See Also