Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottshambaugh authored Mar 4, 2024
1 parent 9e4a320 commit 2695769
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/monaco/mc_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,8 @@ def exportVars(self,
"vars[0].name", "vars[1].name", "vars[2].name", ...
vars[0].nums[0], vars[1].nums[0], vars[2].nums[0], ...
vars[0].nums[1], vars[1].nums[1], vars[2].nums[1], ...
...
The format for json will be:
Expand Down Expand Up @@ -1266,6 +1268,8 @@ def importVars(self,
"vars[0].name", "vars[1].name", "vars[2].name", ...
vars[0].nums[0], vars[1].nums[0], vars[2].nums[0], ...
vars[0].nums[1], vars[1].nums[1], vars[2].nums[1], ...
...
The format for json must be:
Expand Down

0 comments on commit 2695769

Please sign in to comment.