Function File: set (obj, property,value)
Function File: set (obj, property,value,…)

Set the properties of i2c object.

Inputs

obj - instance of octave_i2c class.
property - name of property.

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 i2c socket.

’remoteaddress’

Set the remote address for the i2c socket.

Outputs

None

See also: @@octave_i2c/get.

Package: instrument-control