Click or drag to resize

CommandListAppendLmWidth Method

Sets the pulse width of the laser modulation output during marking.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendLmWidth(
	double width
)

Parameters

width  Double
The pulse width.
Remarks
Appends an LM_WIDTH command to the list.
See Also