Click or drag to resize

CommandListAppendMagnificationAbs Method

Specifies an absolute target magnification factor for the spot, and whether the magnification optics movement should be completed before, or proceed in parallel with, subsequent scanner commands.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendMagnificationAbs(
	double target,
	bool async
)

Parameters

target  Double
The absolute target magnification.
async  Boolean
If set to true, move the magnification optics in parallel with other scanner commands such as jumps, marks, etc..
If set to false, move the magnification optics to the target before proceeding with subsequent commands.
Remarks
Appends a MAGNIFICATION_ABS command to the list.

The magnification optics move to the specified target position.

The command is handled internally like a JUMP_ABS and automatically entails a JUMP_DELAY.

See Also