ReadEnvironmentVariable¶
Reads in an environment variable from the system.
If the variable exists, its value is passed out as a string, which can be wired into another node's property. For example it could be used with the StringFormat node to create a filename passed into RecordToXDF. If the environment variable is not found, a warning is printed but no error is raised, and the default value is passed instead. Version 1.0.0
Ports/Properties¶
result¶
Value of the environment variable
name¶
Name of the environment variable to load.
default¶
Default value output in the event the environment variable is unspecified or is not found.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.