namespace XP.Hardware.MotionControl.Abstractions.Enums
{
///
/// 旋转轴标识 | Rotary Axis Identifier
///
public enum RotaryAxisId
{
/// 探测器摆动 | Detector swing
DetectorSwing,
/// 载物台旋转 | Stage rotation
StageRotation,
/// 夹具旋转 | Fixture rotation
FixtureRotation
}
}