Click or drag to resize

CommandListAppendMarkSpeed Method

Specifies the required mark velocity at the target.


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

Parameters

speed  Double
The speed.
Remarks
Appends a MARK_SPEED command to the list.
See Also