Datafeed Toolbox    
get

Get IDC connection properties

Syntax

Arguments

Connect
IDC connection object created with the idc command.
PropertyName
(optional) A MATLAB string or cell array of strings containing property names. Property names are:

Connected
Connection
Queued

Description

value = get(Connect, 'PropertyName') returns the value of the specified properties for the IDC connection object. '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.

Example

See Also
close, fetch, idc, isconnection (IDC functions)


 fetch idc