We\'re considering using Python (IronPython, but I don\'t think that\'s relevant) to provide a sort of \'macro\' support for another application, which controls a piece of equip
The 'pythonic' way to do this are function annotations.
def DoSomething(critical_temp: "temperature", time: "time") pass