BaseLaserControllerChangeBeamProfileT Method |
Selects a beam profile.
Namespace: RAYLASE.Marker.Device.LaserControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic 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
TA generic return value, which can be used to pass back information.
See Also