Click or drag to resize

BaseLaserControllerSetOpticalPulseWidthT Method

Sets the optical pulse width.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public virtual T SetOpticalPulseWidth<T>(
	double pulseWidth
)

Parameters

pulseWidth  Double
The pulse width.

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