LocalCSOLoad

MacroModule
genre CSOPersistence
status stable
authors Bart De Dobbelaer, Olaf Konrad
package MeVisLab/Standard
definition MLCSOModules.def
see also CSOLoad, CSOSave, CSOManager
keywords CSO, load, local

Purpose

The module LocalCSOLoad loads a saved CSOList from certain relative paths, like a network path or a user path.

Usage

Fill in the file name using certain environment variables or simply drag a saved file onto the module or the file name field. On the module's GUI, three environment variables can be found as examples that can be used.

Details

The path given by environment variables is resolved internally, and the according file is loaded.

Windows

Default Panel

../../../Modules/ML/MLCSOModules/mhelp/Images/Screenshots/LocalCSOLoad._default.png

Output Fields

outCSOList

name: outCSOList, type: MLBase

The loaded CSOList.

Parameter Fields

Field Index

Auto Load: Bool
Load: Trigger
loadSuccess: Bool
Name: String
Status: String
True Name: String

Visible Fields

Name

name: name, type: String

Sets the file name of the file that is to be loaded. Note that a file can be dragged onto this field for an automatic filling of the path and filename.

This file name can contain variables for relative paths.

True Name

name: trueName, type: String, persistent: no

Shows the absolute file name on the actual system.

Auto Load

name: autoApply, type: Bool, default: TRUE

If checked, the file is loaded if the file name was entered.

Load

name: apply, type: Trigger

If pressed, the CSOList is loaded.

Status

name: status, type: String, default: File name is empty!

Shows the status of the module and the loading process.

Hidden Fields

loadSuccess

name: loadSuccess, type: Bool, default: FALSE