.. highlightlang:: us .. index:: units_get_other_units .. _units_get_other_units: units_get_other_units ===================== .. us.tag units_get_other_units NOTREADYENGLISH units New5511 :ref:`units_get_other_units` returns for a given unit all available units which have the same SI unit. .. function:: svOtherUnits = units_get_other_units(oUnit, ssUnit) .. us.return **Return Value** *svOtherUnits* is a vector with units. .. us.params **Parameters** .. uparam:: oUnit Units-Converter-Object, see :ref:`units`. .. uparam:: ssUnit *ssUnit* is a unit. .. us.comment **Comment** Can also be invoked in the following form: ``oUnit.others(ssUnit)``. .. us.example **Example** :: u = units() units_get_other_units(u, "PS") PS HP kW W .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2013.11 - New. .. seealso:: :ref:`overview-units`, :ref:`units` :sub:`id-1738961`