Click or drag to resize

HeadCorrectionAPIGet(Int32, String) Method

Writes the current head correction from the card to a local file using the 'fc3'-format.

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

Parameters

head  Int32
The head selector.
localFile  String
Path to the local file, where the correction should be written to.
Remarks
The correction file at correction selector 0 is retrieved from the card. Please refer to Get(Int32, Int32, String) for additional details.
See Also