Photonics

Photonics

Topics related to Lumerical and more

Using “Export for INTERCONNECT” option in mode FDE via script

    • Ahmed Khaled
      Subscriber

      Hi,

      I would like to do the equivalent of saving ldf for interconnect via script (as in the picture attached). I looked everywhere and I can't find how to do it. Could you please help me?

      Thank you

    • Kyle
      Ansys Employee

      Hello,

      You can export the data from an FDE frequency sweep using the savedcard script command, for example:

      frequencysweep;
      dataname = copydcard("frequencysweep");
      savedcard("wgd.ldf", dataname);
Viewing 1 reply thread
  • You must be logged in to reply to this topic.