Click or drag to resize

CommandListAppendMagnificationSpeed Method

Specifies the rate of change of magnification factor for spot magnification optics.


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

Parameters

speed  Double
The rate of change between magnification factor values.
Remarks
Appends a MAGNIFICATION_SPEED command to the list.
See Also