control.iosys_repr

control.iosys_repr(sys, format=None)[source]

Return representation of an I/O system.

Parameters
sysInputOutputSystem

System for which the representation is generated.

formatstr

Format to use in creating the representation:

  • ‘info’ : <IOSystemType sysname: [inputs] -> [outputs]>

  • ‘eval’ : system specific, loadable representation

  • ‘latex’ : HTML/LaTeX representation of the object

Returns
str

String representing the input/output system.

Notes

By default, the representation for an input/output is set to ‘eval’. Set config.defaults['iosys.repr_format'] to change for all I/O systems or use the repr_format parameter for a single system.

Jupyter will automatically use the ‘latex’ representation for I/O systems, when available.