 | ILaserSourceSwitchOn(Boolean, PulseSource) Method |
Switches the source on (pulsed, with pulse source defined as BNC). To be in pulse mode, both parameters are necessary (true, PulseSource.Bnc).
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntaxbool SwitchOn(
bool pulsed,
PulseSource srcPulse
)
bool SwitchOn(
bool pulsed,
PulseSource srcPulse
)
Parameters
- pulsed Boolean
- true if pulsed
- srcPulse PulseSource
- PulseSource.Bnc if pulsed from Bnc
Return Value
Booleantrue if operation succeeded,
false otherwise.
See Also