Convert unit based on unit system
Ayush Kumar
Member, Moderator, Employee Posts: 444
✭✭✭✭
Answers
-
ConvertToUnitSystem(self: Quantity, unitSystem: str, quantityName: str)
Example:
my_quantity.ConvertToUnitSystem("SI", "Length")
The following unit-system names can be used: “SI”, “CGS”, “British Technical”, “US Engineering”
0