Click or drag to resize

CommandListAppendPower(UInt16, Double) Method

Specifies a target power level and a rate of change.

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

Parameters

power  UInt16
The power level (bits).
powerChangeRate  Double
The power change rate (bits/µs) .
Remarks
Appends a SET_POWER command to the list.
See Also