Query Actions ============= Query actions retrieve Ansys SCADE installation directories and Python environments. Get SCADE installation directory -------------------------------- .. jinja:: get-scade-dir {{ description }} {{ inputs_table }} {{ outputs_table }} Example +++++++ {% for filename, title in examples %} .. dropdown:: {{ title }} :animate: fade-in .. literalinclude:: examples/{{ filename }} :language: yaml {% endfor %} Get corresponding Python environment ------------------------------------ .. jinja:: get-scade-python {{ description }} {{ inputs_table }} {{ outputs_table }} Example +++++++ {% for filename, title in examples %} .. dropdown:: {{ title }} :animate: fade-in .. literalinclude:: examples/{{ filename }} :language: yaml {% endfor %}