Convert a number to a quantity
function num2qty input Real n "Number"; input dB selfDummy "2nd argument is the unit itself; contains no data"; output Quantity q "Quantity"; end num2qty;