Instrument Control Toolbox | ![]() ![]() |
The following sections provide descriptions of all toolbox properties. In Base Properties, the base properties are summarized using several categories according to usage. In Object-Specific Properties, the object-specific properties are summarized by object type and usage in these sections:
In Properties Listed Alphabetically," the properties are described in detail.
Getting Command Line Property Help
To get command line property help, you should use the instrhelp
function. For example, to get help for the EOSMode
property
instrhelp EOSMode
Note
You can use instrhelp without creating an instrument object.
|
You can also get property characteristics, such as the default property value, using the propinfo
function. For example, suppose you create the GPIB object g
and want to find the default value for the EOSMode
property.
g = gpib('ni',0,1); out = propinfo(g,'EOSMode'); out.DefaultValue ans = none
![]() | visa | Properties Grouped by Category | ![]() |