Click or drag to resize

HeadCorrectionAPISetGcd(Int32, String) Method

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

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.5
Syntax
C#
public void SetGcd(
	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 and correction 0. Please refer to SetGcd(Int32, Int32, String) for additional details.
See Also