Click or drag to resize

CommandListAppendPower(UInt16, Double, PowerChannels) 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: 3.4.1
Syntax
C#
public void AppendPower(
	ushort power,
	double powerChangeRate,
	PowerChannels powerTargetChannel = PowerChannels.Channel0
)

Parameters

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