Returns the scale factor and offsets used when converting two units.
Returns false if the types are not compatible and should not be converted.
function convertUnits input String s1; input String s2; output Boolean unitsCompatible; output Real scaleFactor; output Real offset; end convertUnits;