We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
Photonics – Korean

Photonics – Korean

Topics related to Lumerical and more, in Korean language.

S-parameter matrix sweep 데이터 추출 관련 코드 질문이 있습니다.

    • jeong hee yun
      Subscriber

      현재, S-parameter matrix sweep을 활용하여 데이터를 정리하고 있습니다. 

      시뮬레이션을 자동화를 하고 싶어서 코드를 짰으며, 다음과 같습니다.

      deletesweep("s-parameter sweep");
      addsweep(3);
      setsweep("s-parameter sweep", "name", "S sweep");
      setsweep("s-parameter sweep", "Excite all ports", 0);
      runsweep("S sweep");
      S_parameters = getsweepresult("S sweep","S parameters");
      visualize(S_parameters);

      Visualize창에서, S11, S12, S21, S22의 scalar operation을 'Re' 에서 'abs^2' 바꾼 후, 데이터를 뽑고 저장을 하고 싶습니다. 그런데 scalra operation을 다루는 코드를 도저히 못찾겠습니다. 어떻게 코드를 짜야할까요?

    • Dong Sub Shin
      Ansys Employee

      안녕하세요, 

      Operation에 대한 Sytax가 안보여서 Script로 얻으신 결과를 이 링크(abs - Script command – Ansys Optics)를 이용하여 가공하시는 방법으로 사용을 하여야 할 것 같습니다.

      • jeong hee yun
        Subscriber

        해결했습니다. 감사합니다!

Viewing 1 reply thread
  • The topic ‘S-parameter matrix sweep 데이터 추출 관련 코드 질문이 있습니다.’ is closed to new replies.