Simcenter Amesim
Implementation of mathematical operations using AMESIM app designer
2023-09-18T05:33:03.000-0400
Simcenter Amesim Automation ConnectSimcenter System Simulation Client for GitSimcenter AmesimTeamcenter Share
요약
This FAQ is a guide to how to Implement mathematical operations using the AMESIM app designer. It can help to automatically Parameter tuning using one apply button.
세부 정보
AMESIM 모델 생성
변경된 파라미터를 입력할 컴포넌트 생성
App designer 실행
App name 및 Window title 선정
아래 그림을 참고하여 위치시킵니다.
우측 최상단의 Qdialog(우클릭) ? > Lay Out Vertically 선택
아래 그림처럼 위치가 창에 알맞게 설치됩니다.
Output에 연결될 Object의 이름을 변경합니다.
*Python 코드에서 활용될 이름이니 적절히 선정합니다.
버튼도 동일하게 이름을 변경하여 세팅합니다.
Mainform.py를 더블크릭하여 코딩창을 실행합니다.
아래의 코드 내용을 참고하여 초기 조건에 대한 함수를 선언합니다.
(상단코드) Ipnut에 들어있는 Value를 OnInputCanged1과 연결하는 함수를 선언합니다.