bad_param.deck
来自「xspice所支持的更为详细和全面的仿真电路示例程序」· DECK 代码 · 共 17 行
DECK
17 行
Unknown code model parameter
*
* This circuit contains a simple gain block to demonstrate
* that the simulator reports an error if the .model card
* references a parameter that doesn't exist
*
.tran 1e-5 1e-3
*
v1 1 0 0.0 sin(0 1 1k)
r1 1 0 1k
*
a1 1 2 gain_block
.model gain_block gain (this_parameter_doesnt_exist=2 gain=10)
r2 2 0 1k
*
.end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?