| Datafeed Toolbox | ![]() |
Syntax
value = get(Connect, 'PropertyName')
value = get(Connect)
Arguments
Connect |
IDC connection object created with the idc command. |
|
(optional) A MATLAB string or cell array of strings containing property names. Property names are:ConnectedConnectionQueued |
Description
value = get(Connect, ' returns the value of the specified properties for the IDC connection object. 'PropertyName')
PropertyName' is a string or cell array of strings containing property names.
value = get(Connect)
returns a MATLAB structure. Each field name is the name of a property of Connect, and each field contains the value of that property.
See Also
close, fetch, idc, isconnection (IDC functions)
| fetch | idc | ![]() |