Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Check the post "How to modify an existing case data?"

Changing one variable (or multiple) using the recording feature in PSSe will let you know what is the right function to use to execute such change and how to use default value variables (i, _f,s) to represent those variables that do not need to be changed.

Check the post "How to modify an existing case data?"

Changing one variable (or multiple) using the recording feature in PSSe will let you know what is the right function to use to execute such change and how to use default value variables (i, _f,s) (_i, _f,_s) to represent those variables that do not need to be changed.changed. Since the recording creates a python code, open such file and re-use it in your code.

Check the post "How to modify an existing case data?"

Changing one variable (or multiple) using the recording feature in PSSe will let you know what is the right function to use to execute such change and how to use default value variables (_i, _f,_s) to represent those variables that do not need to be changed. Since the recording creates a python code, open such file and re-use it in your code.