CModel#
- class CModel(self: CModel, arg0: str)#
Bases:
pybind11_object
Summary
close_outfiles
(self)Close the C-library model output files.
configure
(self, scenario)Initialize the model object.
generate_out_file
(self, use_file)Generate and output an .OUT file
generate_tst_file
(self, use_file)Generate and output a .TST file
is_running
(self)int: Is the model in the middle of a stage.
num_stages
(self)int : Get the number of model stages.
open_outfiles
(self, append)Open output files, optionally in append mode, by default append=false.
run_next_step
(self)Run the next step in stage istage of the model.
run_sim
(self)Run complete sansmic simulation.
set_verbosity_level
(self, verb)Set the console verbosity level
Details