The script command returns the value of a global variable specified. Global variables are root element properties.
Syntax |
Description |
---|---|
out = global (name); |
Returns the value of a global variable. |
Example
Accessing ‘time window’ and ‘sample rate’ properties from the root element
?global("time window"); result: 6.4e-009 ?global("sample rate"); result: 1.6e+011
See Also