lcapy.oneport.CurrentSourceBase
- class lcapy.oneport.CurrentSourceBase
Bases:
OnePortMethods
current_equation(v[, kind])Return expression for current through component given applied voltage.
Attributes
Open-circuit current of a current source.
The type of component, in this case 'I' for current source
Indicates the component has an independent source
Indicates the component is a current source
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