DEVICE file update.
This commit is contained in:
parent
7d91b8bbd2
commit
96afae120e
|
|
@ -1,3 +1,12 @@
|
||||||
|
2004-01-15 Paolo Nenzi <p.nenzi@ieee.org>
|
||||||
|
|
||||||
|
* src/spicelib/devices/{cccs,ccvs,vccs,vcvs}/*: cleaned up the code.
|
||||||
|
|
||||||
|
* src/spicelib/devices/csw/*, src/spicelib/devices/sw/*: cleaned
|
||||||
|
up the code.
|
||||||
|
|
||||||
|
* DEVICES: updated switches status.
|
||||||
|
|
||||||
2004-01-14 Paolo Nenzi <p.nenzi@ieee.org>
|
2004-01-14 Paolo Nenzi <p.nenzi@ieee.org>
|
||||||
|
|
||||||
* src/spicelib/devices/txl/*: Added TXLunsetup function to allow
|
* src/spicelib/devices/txl/*: Added TXLunsetup function to allow
|
||||||
|
|
|
||||||
81
DEVICES
81
DEVICES
|
|
@ -129,7 +129,7 @@ URC - Uniform distributed RC line
|
||||||
Level: 1 (and only)
|
Level: 1 (and only)
|
||||||
Status:
|
Status:
|
||||||
|
|
||||||
Original spcice model.
|
Original spice model.
|
||||||
|
|
||||||
- Does not implement parallel code switches
|
- Does not implement parallel code switches
|
||||||
|
|
||||||
|
|
@ -138,25 +138,57 @@ URC - Uniform distributed RC line
|
||||||
**************************** V/I Sources *****************************
|
**************************** V/I Sources *****************************
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
ASRC - Arbitrary Source
|
ASRC - Arbitrary Source
|
||||||
Initial Release
|
Initial Release.
|
||||||
|
Ver: N/A
|
||||||
|
Class: B
|
||||||
|
Level: 1 (and only)
|
||||||
|
Status:
|
||||||
|
|
||||||
|
The arbitrary source code has been corrected with the patch
|
||||||
|
available on the Internet. There is still an issue to fix, the
|
||||||
|
current of current-controlled generators.
|
||||||
|
|
||||||
CCCS - Current Controlled Current Source
|
CCCS - Current Controlled Current Source
|
||||||
Initial Release
|
Initial Release.
|
||||||
|
Ver: N/A
|
||||||
|
Class: F
|
||||||
|
Level: 1 (and only)
|
||||||
|
Status:
|
||||||
|
|
||||||
|
Original spice model.
|
||||||
|
|
||||||
CCVS - Current Controlled Voltage Source
|
CCVS - Current Controlled Voltage Source
|
||||||
Initial Release
|
Initial Release.
|
||||||
|
Ver: N/A
|
||||||
|
Class: H
|
||||||
|
Level: 1 (and only)
|
||||||
|
Status:
|
||||||
|
|
||||||
|
Original spice model.
|
||||||
|
|
||||||
ISRC - Independent Current Source
|
ISRC - Independent Current Source
|
||||||
Initial Release
|
|
||||||
|
|
||||||
VCCS - Voltage Controlled Current Source
|
VCCS - Voltage Controlled Current Source
|
||||||
Initial Release
|
Initial Release.
|
||||||
|
Ver: N/A
|
||||||
|
Class: G
|
||||||
|
Level: 1 (and only)
|
||||||
|
Status:
|
||||||
|
|
||||||
|
Original spice model.
|
||||||
|
|
||||||
VCVS - Voltage Controlled Voltage Source
|
VCVS - Voltage Controlled Voltage Source
|
||||||
Initial Release
|
Initial Release.
|
||||||
|
Ver: N/A
|
||||||
|
Class: E
|
||||||
|
Level: 1 (and only)
|
||||||
|
Status:
|
||||||
|
|
||||||
|
Original spice model.
|
||||||
|
|
||||||
VSRC - Independent Voltage Source
|
VSRC - Independent Voltage Source
|
||||||
Initial Release
|
Initial Release
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -164,11 +196,24 @@ VSRC - Independent Voltage Source
|
||||||
**************************** Switches ****************************
|
**************************** Switches ****************************
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
CSW - Current controlled switch
|
CSW - Current controlled switch
|
||||||
Initial release
|
Initial Release.
|
||||||
|
Ver: N/A
|
||||||
|
Class: W
|
||||||
|
Level: 1 (and only)
|
||||||
|
Status:
|
||||||
|
|
||||||
|
This model comes from Jon Engelbert
|
||||||
|
|
||||||
|
|
||||||
SW - Voltage controlled switch
|
SW - Voltage controlled switch
|
||||||
Initial release
|
Initial release
|
||||||
|
Ver: N/A
|
||||||
|
Class: S
|
||||||
|
Level: 1 (and only)
|
||||||
|
Status:
|
||||||
|
|
||||||
|
This model comes from Jon Engelbert
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue