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