id
Usage
>> id [model | serial | version | fwtype ]
Security
Open.
Description
This command is designed to be backward compatible with previous generations and, as such, does not conform to the Gen4 API.
This is a read-only command that reports basic information about the instrument:
model, model name of the instrument; for example, RBRconcerto4.
version, firmware version in <major>.<minor>.<patch>format; for example, 1.14.5.
serial, serial number is always reported using six digits, padded with leading zeroes if necessary; for example 092431.
fwtype, reports a firmware type code which depends on the product range that the instrument belongs to; for example, the code for an RBRsolo4, would be 130.
Examples
>> id
<< id model = RBRoem, serial = 850032, version = 1.0.12, fwtype = 150
>> id serial
<< id serial = 850032
>> id model
<< id model = RBRoem
>> id version
<< id version = 1.0.12
>> id fwtype
<< id fwtype = 150