Function getFormattedUnitDisplay

  • Formats the unit display based on feed constant settings and SI unit velocity scaling.

    Returns

    The formatted unit display.

    Parameters

    • unit: string

      The unit to be formatted (e.g., "RPM").

    • siUnitVelocityValue: number

      The SI unit velocity value used for velocity or acceleration scaling.

    • Optional feedConstantEnabled: boolean

      A flag indicating whether the feed constant is enabled.

    • Optional feedConstantUnit: string

      The unit of the feed constant (e.g., "mm", "inches").

    • affectedByFeedConstant: boolean = false
    • affectedBySiUnitVelocity: boolean = false

    Returns string

Generated using TypeDoc