HeadCorrectionAPISet(Int32, String) Method |
Writes the data of a local correction file in 'fc3'-format to the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax 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