file

The file command is used to load external suanPan model files with or without extension .supan under the current working path.

Syntax

file (1)
# (1) string, external file name

Please note users can use pwd to change current working path.

Usage

The main file:

# main file calling external file
file pre
step static 1
cload 1 0 23 2 2 ! this is an example
step static 2
cload 2 0 17 1 2
analyze
peek node 2
exit

The pre.supan file:

Last updated