Click or drag to resize

CommandListAppendEnablePowerCalibration Method

Enables or disables power calibration.

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

Parameters

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