ifspec.ifs

来自「ngspice又一个电子CAD仿真软件代码.功能更全」· IFS 代码 · 共 33 行

IFS
33
字号
/* $Id: ifspec.ifs,v 1.3 2003/07/23 19:59:59 pnenzi Exp $ */

NAME_TABLE:

Spice_Model_Name:      d_to_real
C_Function_Name:       ucm_d_to_real
Description:           "Node bridge from digital to real with enable"


PORT_TABLE:

Port_Name:             in               enable          out
Description:           "input"          "enable"        "output"
Direction:             in               in              out
Default_Type:          d                d               real
Allowed_Types:         [d]              [d]             [real]
Vector:                no               no              no
Vector_Bounds:         -                -               -
Null_Allowed:          no               yes             no


PARAMETER_TABLE:
                                                        
Parameter_Name:        zero             one             delay
Description:           "value for 0"    "value for 1"   "delay"
Data_Type:             real             real            real
Default_Value:          0.0             1.0             1e-9
Limits:                -                -               [1e-15 -]
Vector:                no               no              no
Vector_Bounds:         -                -               -
Null_Allowed:          yes              yes             yes

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?