Run
button in the top-right corner of the header bar. At any time you can halt execution by hitting the Stop
button.
Output
button on the right side of the header bar.plt.show
in your code to generate your plots in the output.Save Figure
Button beneath each figure. If no destination is provided, it will be saved at the root of the Library Index.
@
or other script-based methods. When attributes are referenced, only the resolved values are passed into the compiled code.
[@object]
will denote the reference anchor of the object you want to import. Use @
to reference the object in the code and it will place an anchor at the location of the caret.1 kg
in the model then varBase
will be 1
and varConverted
will be 1000000
because of the mg
conversion.
("unit")
notation. The value is a number which is converted on run of the code getting the database value at the time of the run.update()
function.
Attribute
and Constraint
objects. Kind must be an allowed kind type. See the Model Object Types for more information.save()
function.
test
to the file File.txt
which is under the object at the start of the path from the project database. It will be a .txt type object.
When using files paths any named paths are defined starting from the code object’s location. You can use [@object]
to start the location path from other locations in the project.
../
to traverse upwards.open()
function.
File.txt
which is under the object at the start of the path from the project database.
[@object]
must be package objects. This means that the object must be a package object or a package object must be referenced in the path.@
to reference the object in the code.utils.py
):
main.py
):
main.py
imports utils.py
(referenced as [@utils]
) and can then use the functions defined within it, like say_hello()
.
Package Name | Notes |
---|---|
Pillow | |
contourpy | |
cycler | |
fonttools | |
kiwisolver | |
packaging | |
pyparsing | |
python-dateutil | |
pytz | |
six | |
numpy | |
matplotlib | imported as plt |
openblas | |
scipy | |
httpx |