BaseLaserControllerSetOpticalPulseWidthT Method |
Sets the optical pulse width.
Namespace: RAYLASE.Marker.Device.LaserControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic 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
TA generic return value, which can be used to pass back information.
See Also