Click or drag to resize

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.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
bool SwitchOn(
	bool pulsed,
	PulseSource srcPulse
)

Parameters

pulsed  Boolean
true if pulsed
srcPulse  PulseSource
PulseSource.Bnc if pulsed from Bnc

Return Value

Boolean
true if operation succeeded, false otherwise.
See Also