| Instrument Control Toolbox | ![]() |
Default Property Values
If you do not explicitly define a value for a property, then the default value is used. All configurable properties have default values.
If a property has a finite set of string values, then the default value is enclosed by {} (curly braces). For example, the default value for the EOSMode property is none.
set(g,'EOSMode')
[ {none} | read | write | read&write ]
You can also use the propinfo function, or refer to Chapter 8, Property Reference to find the default value for any property.
| Specifying Property Names | Writing and Reading Data | ![]() |