How to clear all Cells values and ItemSpaces in a Model #55
fumitoh
started this conversation in
Show and tell
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, no method is available for clearing all values in a Model. The method will be introduced in the next release, but for now, the following function will do.
To save the function with the model, define the function in a file (e.g.
C:\path\to\temp.py
) then create a module in the model.Then the function is saved in the model by
write
andzip
. When you read the model back, the function can be called like this.Beta Was this translation helpful? Give feedback.
All reactions