I am trying to use IDL-Python bridge to call IDL (Interactive Data Language) procedures from Python. Could anybody tell how to access IDL system variables that starts with '!' from Python? For example, a call in Python
from idlpy import *
d2r = IDL.!DDTOR
gives SyntaxError: invalid syntax.