Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
General

General

How to use a script parameter in a script in SCDM

    • FAQFAQ
      Participant

      1. Create a script 2. Publish the script as a group 3. Right click on the group and select Create Parameter. This will create Parameter1 by default 4. Create an arbitrary variable in the script as follows: variable = Parameters.Parameter1 5. The Parameter1 value is now assigned to “variable”.