Click or drag to resize

PowerCorrectionAPIGet Method

Gets the contents of the current power correction table.

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

Parameters

localFile  String
The local name of the power correction file.
Remarks
  • The current power correction table is whatever was last specified using Set(String).
See Also