Skip to main content

Device

1. Overview

This component allows the user to add a single device model (.sdm) to a circuit, configure its contact orientation and naming, and define how the 2‑dimensional device is interpreted in 3‑dimensional space during simulation.

2. Parameters

NameDescriptionUnit
NameA unique identifier for the device in the circuit.-
File NameThe file path name of the .sdm model.-
TypeThe geometric interpretation type. Options: [Linear, Cylindrical]

Linear assumes the device extends uniformly in the z‑direction (Cartesian). Used for MOSFETs, diodes, IGBTs, planar structures, etc.

Cylindrical interprets the 2D cross‑section as a radial slice that is revolved around the X axis, forming an axis‑symmetric 3D device. Used for cylindrical diodes, radial sensors, coaxial structures, etc
-
Scaling FactorFor linear devices, this defines the physical depth (z‑extent) of the device used in 3D calculations.cm
X OriginFor cylindrical devices, this defines the radial origin (the axis of revolution) around which the 2D cross‑section is rotated.cm

3. Usage Instructions

The device component is added the same way a standard component.

tip

For instructions on adding a component to the simulation circuit, click here.

Once the device has been placed in the circuit, the user must associate it with a Single Device Model (.sdm) file.

  1. Click Get .sdm File.

  1. A file dialog will appear. Select the .sdm file you want this device instance to use.

danger

The .sdm file must reside in the same directory as the .sol file produced by the Circuit Simulator. Ensure the directory structure is correct before running a simulation.

  1. Review and reorder device contacts. After loading the model, the device contacts will appear in the properties panel. Use the dropdown menus to reorder the contacts so that they match the circuit topology you require.

  1. Specify the geometric interpretation. Choose the Type (Linear or Cylindrical) and enter the appropriate parameter:

    • Scaling Factor (for linear devices)
    • X Origin (for cylindrical devices)
  2. Click OK. The configured device will be added to the circuit diagram and linked to the selected model file.