CommandListAppendPower(UInt16, Double, PowerChannels) Method |
Specifies a target power level and a rate of change.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax 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 See Also