Click or drag to resize

CommandListAppendPower(UInt16, PowerChannels) Method

Specifies an immediate change of power level.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendPower(
	ushort power,
	PowerChannels powerTargetChannel = PowerChannels.Channel0
)

Parameters

power  UInt16
The power.
powerTargetChannel  PowerChannels  (Optional)
The output channel.
Remarks
Appends a SET_POWER command to the list.
See Also