load#

curve.load(p0: str) int#

Load the specified (saved) curve file.

See the curve file formats under “curve: save”.
Args:
p0:

‘filename’ file (path and) name of the saved curve file

Examples:
ensight.curve.select_begin(2)
ensight.curve.load("Curve0")
Returns:

zero on success, non-zero on error