General

General

How can you change the name of reaction probes created with a JScript macro?

    • FAQFAQ
      Participant

      We do not recommend using JScript macros. They are undocumented, unsupported and relatively difficult to use. We recommend using ACT. ACT is documented, supported and relatively simple to use.
      You can change the name of reaction probes using the following commands:
      newProbe = ExtAPI.DataModel.Project.Model.Analyses[0].Solution.AddForceReaction()
      newProbe.Name = “MyProbe”