Model Property (ADriver)

Returns the model name.

Syntax

[ 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.

Example

The following statement prints to the log the device controlled by the current driver:

print "Driver "; Driver.Name; " controls "; Driver.Manufacturer; " "; Driver.Model

Applies to

ADriver

See Also

Manufacturer, Name