-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00e329d
commit 00cc755
Showing
2 changed files
with
45 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Vensim Vensim example Xmile Xmile example Abstract Syntax Python Translation Vensim comments Xmile comments Python comments | ||
GET XLS DATA "GET XLS DATA('file', 'sheet', 'time_row_or_col', 'cell')" "GetDataStructure('file', 'sheet', 'time_row_or_col', 'cell')" pysd.external.ExtData(...) | ||
GET DIRECT DATA "GET DIRECT DATA('file', 'sheet', 'time_row_or_col', 'cell')" "GetDataStructure('file', 'sheet', 'time_row_or_col', 'cell')" pysd.external.ExtData(...) | ||
GET XLS LOOKUPS "GET XLS LOOKUPS('file', 'sheet', 'x_row_or_col', 'cell')" "GetLookupsStructure('file', 'sheet', 'x_row_or_col', 'cell')" pysd.external.ExtLookup(...) | ||
GET DIRECT LOOKUPS "GET DIRECT LOOKUPS('file', 'sheet', 'x_row_or_col', 'cell')" "GetLookupsStructure('file', 'sheet', 'x_row_or_col', 'cell')" pysd.external.ExtLookup(...) | ||
GET XLS CONSTANTS "GET XLS CONSTANTS('file', 'sheet', 'cell')" "GetConstantsStructure('file', 'sheet', 'cell')" pysd.external.ExtConstant(...) | ||
GET DIRECT CONSTANTS "GET DIRECT CONSTANTS('file', 'sheet', 'cell')" "GetConstantsStructure('file', 'sheet', 'cell')" pysd.external.ExtConstant(...) | ||
GET XLS SUBSCRIPT "GET XLS SUBSCRIPT('file', 'sheet', 'first_cell', 'last_cell', 'prefix')" pysd.external.ExtSubscript(...) | ||
GET DIRECT SUBSCRIPT "GET DIRECT SUBSCRIPT('file', 'sheet', 'first_cell', 'last_cell', 'prefix')" pysd.external.ExtSubscript(...) | ||
GET XLS DATA "GET XLS DATA('file', 'tab', 'time_row_or_col', 'cell')" "GetDataStructure('file', 'tab', 'time_row_or_col', 'cell')" pysd.external.ExtData(...) | ||
GET DIRECT DATA "GET DIRECT DATA('file', 'tab', 'time_row_or_col', 'cell')" "GetDataStructure('file', 'tab', 'time_row_or_col', 'cell')" pysd.external.ExtData(...) | ||
GET XLS LOOKUPS "GET XLS LOOKUPS('file', 'tab', 'x_row_or_col', 'cell')" "GetLookupsStructure('file', 'tab', 'x_row_or_col', 'cell')" pysd.external.ExtLookup(...) | ||
GET DIRECT LOOKUPS "GET DIRECT LOOKUPS('file', 'tab', 'x_row_or_col', 'cell')" "GetLookupsStructure('file', 'tab', 'x_row_or_col', 'cell')" pysd.external.ExtLookup(...) | ||
GET XLS CONSTANTS "GET XLS CONSTANTS('file', 'tab', 'cell')" "GetConstantsStructure('file', 'tab', 'cell')" pysd.external.ExtConstant(...) | ||
GET DIRECT CONSTANTS "GET DIRECT CONSTANTS('file', 'tab', 'cell')" "GetConstantsStructure('file', 'tab', 'cell')" pysd.external.ExtConstant(...) | ||
GET XLS SUBSCRIPT "GET XLS SUBSCRIPT('file', 'tab', 'first_cell', 'last_cell', 'prefix')" pysd.external.ExtSubscript(...) | ||
GET DIRECT SUBSCRIPT "GET DIRECT SUBSCRIPT('file', 'tab', 'first_cell', 'last_cell', 'prefix')" pysd.external.ExtSubscript(...) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters