Click or drag to resize

CommandListAppendMagnificationRel Method

Specifies a relative 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 AppendMagnificationRel(
	double target,
	bool async
)

Parameters

target  Double
The relative 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_REL command to the list.

The magnification optics move to the specified target position.

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

See Also