Add passivity module, ispassive function, and passivity_test. Introduces optional dependency cvxopt. by Mark-Yeatman · Pull Request #739 · python-control/python-control

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

Mark added 3 commits

June 6, 2022 14:32

bnavigator

bnavigator

Co-authored-by: Ben Greiner <code@bnavigator.de>

murrayrm

bnavigator

bnavigator

bnavigator

Co-authored-by: Ben Greiner <code@bnavigator.de>

JBannwarth

bnavigator

bnavigator

bnavigator

bnavigator

… rename is_passive to ispassive for naming convention consistency. Autoformat to pep8.

@bnavigator bnavigator changed the title Add passivity module, is_passive function, and passivity_test. Introduces dependencies on lmi_sdp and cvxopt. Add passivity module, ispassive function, and passivity_test. Introduces optional dependency cvxopt.

Jun 14, 2022

bnavigator

…led in an object oriented style as a LTI class member. Added unit tests for transfer function and oo style calls. Ran autopep8 on lti.py.

bnavigator

Mark and others added 3 commits

June 16, 2022 09:14

bnavigator