• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

python-control / python-control / 494 / 5
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2019 03:51AM UTC
Files 30
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Jun 2019 03:34AM UTC coverage: 71.843% (+2.7%) from 69.155%
SCIPY=scipy SLYCOT=

push

travis-ci

web-flow
initial release of I/O systems module (#301)

This PR introduces a new module for representing (nonlinear) input/output systems and support for simulation, linearization, and composition. The following features are supported:

* Input/output systems can be created using the LinearIOSystem and NonlinearIOSystem classes, and I/O systems can be simulated in continuous and discrete time using the input_output_response() function, which is equivalent to the forced_response() function for LTI system.

* Input/output systems can be composed using the existing series, parallel, and feedback functions, as well as using the * and + operators. In addition, the InterconnectedSystem class can be used to interconnect a collection of I/O subsystems, with functionality similar to the connect function in MATLAB.

* Input/output systems and input/output signals can be named and Interconnections between I/O systems can be specified using system and signal names.

* Input/output systems can be linearized about an equilibrium point using the linearize() function, which returns a LinearIOSystem object. The LinearIOSystem is derived from the StateSpace class, allowing all operations on linear systems to be applied to the linearized system. The find_eqpt() function can be used to find an equilibrium point for an input/output system.

Documentation and examples are included to illustrate the use of the iosys module.

3169 of 4411 relevant lines covered (71.84%)

0.72 hits per line

Source Files on job 494.5 (SCIPY=scipy SLYCOT=)
  • Tree
  • List 0
  • Changed 6
  • Source Changed 5
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 462
  • Travis Job 494.5
  • d267fa27 on github
  • Prev Job for SCIPY=scipy SLYCOT= on master (#493.4)
  • Next Job for SCIPY=scipy SLYCOT= on master (#497.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc