Click or drag to resize

CommandListAppendEnablePowerCorrection Method

Enables or disables position dependent power correction.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendEnablePowerCorrection(
	bool enable,
	PowerChannels powerTargetChannel = PowerChannels.Channel0
)

Parameters

enable  Boolean
true to enable, false to disable the position dependent power correction.
powerTargetChannel  PowerChannels  (Optional)
The output channel.
Remarks
Appends a POWERCOR_ENABLE command to the list.
See Also