Click or drag to resize

InverseCorrectionStore Method

Stores a inverse correction into a file on the disk for later loading using Load(String).

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public void Store(
	string path
)

Parameters

path  String
Path to the new inverse correction file.
See Also