pyCAPS
pyCAPS: A Python Extension Module for CAPS
Introduction

Table of Contents

Overview

pyCAPS is a Python extension module to interact with Computational Aircraft Prototype Syntheses (CAPS) routines in the Python environment. Written in Cython, pyCAPS natively handles all type conversions/casting, while logically grouping CAPS function calls together to simplify a user's experience. Additional functionality not directly available through the CAPS API (such has saving a geometric view) is also provided.

An overview of the basic pyCAPS functionality is provided in Getting Started.

Key differences between pyCAPS and CAPS