Loading in new excel based tables #44
Replies: 2 comments 5 replies
-
By loading BasicTerm_S into memory by >>> model = mx.read_model("C:\BasicTerm_S")
>>> BasicTerm_S.iospecs
[<PandasData path='disc_rate_ann.xlsx' file_type='excel'>,
<PandasData path='model_point_table.xlsx' file_type='excel'>,
<PandasData path='mort_table.xlsx' file_type='excel'>]
>>> model.get_spec(model.Projection.model_point_table)
<PandasData path='model_point_table.xlsx' file_type='excel'> The tutorial page below explains the mechanism. |
Beta Was this translation helpful? Give feedback.
-
Hey sorry about this but I'm having a hard time saving objects, then writing the model to a new folder and not seeing the saved object. Here are my steps:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm somewhat new to this LifeLib and ModelX but where/how in the
__init__.py
code for the BasicTerm_S model are the reference tables loaded in? I see that it uses the "_mx_dataclient" but would like to understand more about this.Beta Was this translation helpful? Give feedback.
All reactions