We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
General

General

How to check whether an array parameter is already existing in APDL in batch mode.

    • FAQFAQ
      Participant

      You can use the following *GET command to test if a parameter name exists. *GET,PRM_TYPE,PARM,name,TYPE ! where “name” is the parameter name It will return -1 if name is undefined or 0 if scalar, 1 if array, 2 if table, 3 if character scalar, and 4 if character array.