-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodelo.cir
34 lines (26 loc) · 1013 Bytes
/
modelo.cir
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Nome_do_Ckt
*
* Detalher sobre o Ckt
*
* Copyright (c) 2023 - Eduarda de Castro Guterres
* Distribuição sob a licença GNU GPLv2
*
****************************************************************
.title Nome_do_Ckt
****************************************************************
* Descrição do Ckt
* Fontes de tensão começam o seu nome com 'v'
*vSignal <nó positivo> <nó negativo/GND> <DC/AC (não é necessário para DC)> <valor da fonte> ;Default (Tensão DC)
*R1 <nó positivo> <nó negativo> <Valor da Resistencia> ;Default (Resistencia)
vSignal vi GND 1V
R1 vi vo 1k
R2 vo GND 2.2K
****************************************************************
* Parametros da Simulação
.op
* OP: para sinais que variam no tempo ele considera
* Capacitores como ckt aberto
* Indutores como curto ckt
.tran
*
* No terminal: tran <tempo inicial> <tempo final>