Convert unit based on unit system
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”