Instrument-control Toolkit - @octave_i2c/get
- Function File:
struct =
get(i2c)
- Function File:
field =
get(i2c, property)
Get the properties of i2c object.
Inputs
i2c - instance of octave_i2c 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_i2c/set.