 | ILaserSourceSwitchOn Method (Boolean, PulseSource) |
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.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.2.6612.0 , built 2022-07-14 10:39:33 UTC
Syntaxbool SwitchOn(
bool pulsed,
PulseSource srcPulse
)
bool SwitchOn(
bool pulsed,
PulseSource srcPulse
)
Parameters
- pulsed
- Type: SystemBoolean
true if pulsed - srcPulse
- Type: LynceeTec.InterfacesPulseSource
PulseSource.Bnc if pulsed from Bnc
Return Value
Type:
Booleantrue if operation succeeded,
false otherwise.
See Also