CADETProcess.simulator.ReturnParameters#
- class CADETProcess.simulator.ReturnParameters(write_solution_times, write_solution_last, write_sens_last, split_components_data, split_ports_data, single_as_multi_port)[source]#
Bases:
StructureSolution writer for system.
- single_as_multi_port#
Parameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.
- split_components_data#
Parameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.
- split_ports_data#
Parameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.
- write_sens_last#
Parameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.
- write_solution_last#
Parameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.
- write_solution_times#
Parameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.