Click or drag to resize

TurretModel Enumeration

Gives the turret type TurretNotDefined : no turret is present, valid with a NoTurret or ManualTurret type IndexedLeicaTurret : a turret is present but passive, valid with a ManualTurret type LlcTurret : LLC turret (old) for Leica/Zeiss objectives is present and active, valid with a AutomaticTurret type MitutoyoTurret : a turret for Mitutoyo objectives is present and active, valid with a AutomaticTurret type (currently not used) LlcTurretWdi : LLC turret (new) for Leica/Zeiss objectives is present and active, valid with a AutomaticTurret type

Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
public enum TurretModel
Members
Member nameValueDescription
TurretNotDefined0 
IndexedLeicaTurret1 
LlcTurret2 
MitutoyoTurret3 
LlcTurretWdi4 
See Also