ifspec.ifs

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

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

NAME_TABLE:

Spice_Model_Name:      nco
C_Function_Name:       ucm_nco
Description:           "A simple MIDI numerically controlled oscillator"


PORT_TABLE:

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


PARAMETER_TABLE:

Parameter_Name:        delay            mult_factor
Description:           "output delay"   "freq multiplier"
Data_Type:             real             real
Default_Value:         1e-9             1
Limits:                [1e-15 -]        [1e-9 -]
Vector:                no               no
Vector_Bounds:         -                -
Null_Allowed:          yes              yes


STATIC_VAR_TABLE:

Static_Var_Name:       freq
Data_Type:             pointer
Description:           "frequencies of notes"

⌨️ 快捷键说明

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