 | 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.0.26418.0 , built 2021-10-22 08:45:14 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