Returns the model name.
[ sModel = ] Object.Model
The Model property syntax has the following parts:
Name |
Type |
Description |
Object |
ADriver |
ADriver object |
sModel |
BString |
A string specifying the model name of the device controlled by the driver. |
The following statement prints to the log the device controlled by the current driver:
print "Driver "; Driver.Name; " controls "; Driver.Manufacturer; " "; Driver.Model