Instrument-control Toolkit - @octave_tcpclient/set
- Function File: 
set(obj,property,value) - Function File: 
set(obj,property,value,…) Set the properties of tcpclient object.
Inputs
If property is a cell so must be value, it sets the values of all matching properties.
The function also accepts property-value pairs.
Properties
- ’Name’
 Set the name for the tcpclient socket.
- ’UserData’
 Set user data for the tcpclient socket.
- ’Timeout’
 Set the timeout value in seconds. Value of -1 means a blocking call.
- ’Tag’
 Set user tag to identify the port
Outputs
None
See also: @@octave_tcpclient/get.