-
-
April 4, 2024 at 3:14 am
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을 다루는 코드를 도저히 못찾겠습니다. 어떻게 코드를 짜야할까요?
-
April 5, 2024 at 12:41 am
Dong Sub Shin
Ansys Employee안녕하세요,
Operation에 대한 Sytax가 안보여서 Script로 얻으신 결과를 이 링크(abs - Script command – Ansys Optics)를 이용하여 가공하시는 방법으로 사용을 하여야 할 것 같습니다.
-
April 8, 2024 at 6:04 am
jeong hee yun
Subscriber해결했습니다. 감사합니다!
-
-
Viewing 1 reply thread
- The topic ‘S-parameter matrix sweep 데이터 추출 관련 코드 질문이 있습니다.’ is closed to new replies.
Ansys Innovation Space
Trending discussions
Top Contributors
-
3427
-
1057
-
1051
-
896
-
887
Top Rated Tags
© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.