Instrument-control Toolkit - @octave_tcp/get
- Function File: 
struct =get(tcp) - Function File: 
field =get(tcp, property) Get the properties of tcp object.
Inputs
tcp - instance of octave_tcp class.
property - name of property.
Outputs
When property was specified, return the value of that property.
otherwise return the values of all properties as a structure.
See also: @@octave_tcp/set.