Balanced

class sharpy.rom.balanced.Balanced[source]

Balancing ROM methods

Main class to load a balancing ROM. See below for the appropriate settings to be parsed in the algorithm_settings based on your selection.

Supported algorithms:

The settings that this solver accepts are given by a dictionary, with the following key-value pairs:

Name Type Description Default Options
print_info bool Write output to screen True  
algorithm str Balanced realisation method   Direct, Iterative, FrequencyLimited
algorithm_settings dict Settings for the desired algorithm {}