Click or drag to resize

BaseLaserControllerChangeBeamProfileT Method

Selects a beam profile.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public virtual T ChangeBeamProfile<T>(
	ushort profileID,
	bool hasLaserOff
)

Parameters

profileID  UInt16
The ID of the beam profile.
hasLaserOff  Boolean
The flag to indicate that the changes should be preceded by a laser off command.

Type Parameters

T
The generic type to be returned, if needed. If not, it could be any type and the return value can be ignored.

Return Value

T
A generic return value, which can be used to pass back information.
See Also