Click or drag to resize

HeadCorrectionAPISet(Int32, String) Method

Writes the data of a local correction file in 'fc3'-format to the card.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void Set(
	int head,
	string localFile
)

Parameters

head  Int32
The head selector.
localFile  String
The local correction file.
Remarks
The correction file is applied to the specified head, correction table 0.

Please refer to Set(Int32, Int32, String) for additional details.

See Also