The parameter index.
The parameter subindex.
The base unit of the parameter (e.g., "Inc").
The SI unit velocity value used for velocity or acceleration scaling.
Optional
feedConstantEnabled: booleanA flag indicating whether the feed constant is enabled.
Optional
feedConstantUnit: stringThe unit of the feed constant (e.g., "mm", "inches").
Generated using TypeDoc
Determines the formatted unit display for a parameter, considering feed constant settings.
This function checks whether a parameter (identified by
index
andsubindex
) should have its unit transformed based on feed constant settings. If the feed constant is enabled and the parameter is not in the list of unaffected parameters, it applies formatting usinggetFormattedUnitDisplay
. Otherwise, it returns the original unit.Returns
The formatted unit display if the feed constant applies, otherwise the original unit.