Click or drag to resize

PowerCorrectionAPICreate Method

Creates a new power correction on the card according to the given parameters, overwriting the existing one.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void Create(
	OpticalParameters op
)

Parameters

op  OpticalParameters
The parameters of the correction file that should be created on the card.
See Also