print_bytecode_static_model and print_bytecode_dynamic_model commands are documented in the reference manual

time-shift
Ferhat Mihoubi 2011-01-30 20:16:51 +01:00
parent 7fe6d73301
commit 2d4edfaf15
1 changed files with 26 additions and 0 deletions

View File

@ -1794,6 +1794,7 @@ periods 100;
<listitem><para><xref linkend='steady_state_model'/></para></listitem>
<listitem><para><xref linkend='check'/></para></listitem>
<listitem><para><xref linkend='model_info'/></para></listitem>
<listitem><para><xref linkend='print_bytecode_static_model_and_print_bytecode_dynamic_model'/></para></listitem>
<listitem><para><xref linkend='simul'/></para></listitem>
<listitem><para><xref linkend='stoch_simul'/></para></listitem>
</itemizedlist>
@ -2107,6 +2108,31 @@ steady;
</refsect1>
</refentry>
<refentry id="print_bytecode_static_model_and_print_bytecode_dynamic_model">
<refmeta>
<refentrytitle>print_bytecode_static_model and print_bytecode_dynamic_model</refentrytitle>
</refmeta>
<refnamediv>
<refname>print_bytecode_static_model and print_bytecode_dynamic_model</refname>
<refpurpose>Display the static and the dynamic model stored in te bytecode binary format file.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>print_bytecode_static_model</command>
<arg choice="plain">;</arg><arg choice="plain"> and </arg>
<command>print_bytecode_dynamic_model</command>
<arg choice="plain">;</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>The <command>print_bytecode_static_model</command> command print the equations and the Jacobian matrix of the static model stored in the bytecode binary format file. The <command>print_bytecode_dynamic_model</command> command do the same for a dnamic model.
</para>
</refsect1>
</refentry>
<refentry id="simul">
<refmeta>
<refentrytitle>simul</refentrytitle>