Link Search Menu Expand Document

Summary

Conductor Base class for conductors.

Typical subclasses:

Each conductor consists of one domain (two domains in the case of split conductors).

PROPERTIES

  • Conductor/domain is a property.

  • Conductor/in_circuit is a property.

  • Conductor/type is a property.

Methods

Class methods are listed below. Inherited methods are not included.

* Conductor Base class for conductors.

Typical subclasses:

Each conductor consists of one domain (two domains in the case of split conductors).

* Conductor/copy is a function.

* Conductor.create is a function.

c = create(domain, varargin)

* Conductor/domains is a function.

d = domains(this)

* Conductor/elements is a function.

els = elements(this)

* Conductor/set_matrices is a function.