Click or drag to resize

CommandListAppendSimmerPower Method

Specifies an immediate change of simmer power.

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

Parameters

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