Instrument Control Toolbox | ![]() ![]() |
Configuring Property Values
You can configure property values using the set
function
To configure values for multiple properties, you can supply multiple property name/property value pairs to set
.
Note that you can configure only one property value at a time using the dot notation.
In practice, you can configure many of the properties at any time while the instrument object exists -- including during object creation. However, some properties are not configurable while the object is connected to the instrument or when recording information to disk. Use the propinfo
function, or refer to Property Reference, for information about when a property is configurable.
![]() | Returning Property Names and Property Values | Specifying Property Names | ![]() |