LoadFibers¶
- MLModule¶
genre
author
package
dll
definition
keywords
Purpose¶
The module LoadFibers loads a fiber set or a fiber set container.
Usage¶
Select file name and press load button.
Tips¶
If the files with the saved fiber set or fiber set container ends with .fbr, it can simply be dropped onto a network to instantiate a LoadFibers module with the correct path set.
Windows¶
Default Panel¶
Output Fields¶
outFibers¶
- name: outFibers, type: MLBase¶
loaded FiberSet or FiberSetContainer
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
&Delete¶
- name: delete, type: Trigger, deprecated name: deleteObject¶
If pressed, the output fiber set is deleted.
&Load¶
- name: load, type: Trigger, deprecated name: loadObject¶
If pressed, the fiber set at the given path is loaded.
Auto-Update Mode¶
- name: autoUpdate, type: Enum, default: AutoUpdate, deprecated name: autoLoadMode,autoLoad¶
Defines the update behavior of the module on input change.
Values:
Title |
Name |
Deprecated Name |
|---|---|---|
Keep |
Off |
AutoUpdateModeDoNothing,FALSE |
Delete |
AutoClear |
AutoUpdateModeAutoClear |
Update |
AutoUpdate |
AutoUpdateModeAutoUpdate,TRUE |
Status¶
- name: status, type: String, default: Please select file for loading., deprecated name: currStatus¶
Shows status information about the module.
File Name¶
- name: filename, type: String, deprecated name: fileName¶
Sets the file name of the file to be loaded.
Use¶
- name: useBaseDir, type: Bool, default: FALSE¶
If checked, a
Base Directoryis used to generated the load path.
Base Directory¶
- name: baseDir, type: String¶
Sets a base directory from which the file is loaded.
Is up to date¶
- name: upToDate, type: Bool, default: FALSE¶
Shows whether the loaded file is up-to-date.