이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
Simscape 언어 시작하기
Simscape 언어를 사용하면 사용자 지정 구성요소를 파라미터화, 물리적 연결, 기본 방정식을 모두 갖춘 텍스트 파일로 정의할 수 있습니다. 사용자가 만든 구성요소는 Simscape와 함께 제공된 물리 도메인 정의를 재사용할 수 있으므로, 표준 Simscape 구성요소와의 호환이 보장됩니다. 사용자는 또한 자신의 고유한 물리 도메인을 추가하고 이러한 도메인을 위한 전체 구성요소 라이브러리를 제공할 수 있습니다. 일반적인 워크플로 및 작업의 목록을 배경 정보 및 예제에 대한 링크와 함께 알아보려면 Typical Simscape Language Tasks 항목을 참조하십시오.
sscnewfile
함수를 사용하면 구성요소, 도메인 및 함수에 대해 미리 정의된 템플릿의 라이브러리를 기반으로 하거나 기존 Simscape 파일을 기반으로 한 새 Simscape 파일을 만들 수 있어 시작하는 데 도움이 됩니다.
함수
sscnewfile | Create new Simscape file populated by required and commonly used keywords (R2019b 이후) |
도움말 항목
- What Is the Simscape Language?
Brief overview of the modeling language and its purpose.
- Model Linear Resistor in Simscape Language
Overview of how modeling in Simscape language works, using a linear resistor as an example.
- Typical Simscape Language Tasks
Overview of the typical Simscape language workflows, with links to background information and examples.
- Simscape File Types and Structure
Overview of the Simscape file types and structure.
- Creating Custom Components
Component types, file structure, high-level workflow.
- When to Define a New Physical Domain
A physical domain provides an environment, defined primarily by its Across and Through variables, for connecting the components in a Physical Network.
- Foundation Domain Types and Directory Structure
Domain definitions provided with the software.