Click or drag to resize

CommandListAppendPower(UInt16) Method

Specifies an immediate change of power level.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.5
Syntax
C#
public void AppendPower(
	ushort power
)

Parameters

power  UInt16
The power.
Remarks
Appends a SET_POWER command to the list.
See Also