As described in Creating Device Systems, the
Device Model (

) defines a set of variables and equations that corresponds to a certain device characteristic. Typical examples from the field of electrical circuits are capacitors, resistors, voltages sources, and bipolar transistors.
The Settings window has the following sections:
In the Type field you define a unique string that identifies the device model. When you create a
Device, you must specify a device model for that device. The device then instantiate the device model. A device model type should be unique, but if you declare several device models with the same type, the last one is used. In the
Inherited type field, you can enter a parent type that this device model inherits all inputs, ports, variables, and equations from. Leave this field empty to skip inheritance. A device model can also be abstract, meaning that you can only specify this type as an inherited type of another device model. A device cannot instantiate an abstract device model. Select the
Abstract model type check box to make a device model abstract.