lcapy.oneport.CurrentSourceBase

class lcapy.oneport.CurrentSourceBase

Bases: OnePort

Methods

current_equation(v[, kind])

Return expression for current through component given applied voltage.

Attributes

I

Open-circuit current of a current source.

cpt_type

The type of component, in this case 'I' for current source

has_independent_source

Indicates the component has an independent source

is_current_source

Indicates the component is a current source

is_noisy

Indicates the current source is not noisy.

property I

Open-circuit current of a current source.

cpt_type = 'I'

The type of component, in this case ‘I’ for current source

Type:

str

current_equation(v, kind='t')

Return expression for current through component given applied voltage.

has_independent_source = True

Indicates the component has an independent source

Type:

bool

is_current_source = True

Indicates the component is a current source

Type:

bool

is_noisy = False

Indicates the current source is not noisy.

Type:

bool