tarea 1 estructura simuladores

4
h-spice aplac analog insydes *-Definicion de elementos, nombre, separadores *-Definicion de barridos, no t,w,T, de componentes -Como se checan los errores en parámetros “el parámetro de debe definir asi” *-llamada a un particular ( si es que existe) método de integración? -Errores en nodos. Autolazo, no connect *-Como se dan las condiciones iniciales para capacitores en el tiempo? Sintaxis *-Start point en dc, como se da? Si es que hay manera De donde arranca mi método interno de hallar el punto de operación en voltaje o en corriente Pag. 35 tutorial Analog Insydes Definicion de elementos: {reference designator, {connectivity list},value field} The reference designator is a unique name by which a particular circuit element can be distinguished from all other elements in the same netlist. The connectivity list specifies the nodes of the circuit to which the terminals of an element are connected. the values of circuit elements need not be purely numerical quantities. Since Mathematica is capable of performing mathematical calculations symbolically, the element values may also be any symbolic or mixed symbolic/numeric expressions. Barridos de elementos Pag. 282

Upload: alonzo-rodriguez

Post on 19-Dec-2015

228 views

Category:

Documents


12 download

DESCRIPTION

Estructura Simuladores

TRANSCRIPT

h-spice aplac analog insydes*-Definicion de elementos, nombre, separadores*-Definicion de barridos, no t,w,T, de componentes-Como se checan los errores en parmetrosel parmetro de debe definir asi*-llamada a un particular ( si es que existe) mtodo de integracin?-Errores en nodos. Autolazo, no connect*-Como se dan las condiciones iniciales para capacitores en el tiempo? Sintaxis*-Start point en dc, como se da? Si es que hay maneraDe donde arranca mi mtodo interno de hallar el punto de operacin en voltaje o en corriente

Pag. 35 tutorial

Analog InsydesDefinicion de elementos:{reference designator, {connectivity list},value field}The reference designator is a unique name by which a particular circuit element can be distinguishedfrom all other elements in the same netlist.The connectivity list specifies the nodes of the circuit to which the terminals of an element areconnected.the values of circuit elements need not be purely numerical quantities. Since Mathematica is capable of performing mathematical calculations symbolically, the element values may also be any symbolic or mixed symbolic/numeric expressions.

Barridos de elementosPag. 282Formatdescription

{symbol, {f1, , fm}}symbol has values f1, , fm

{symbol, start, stop, incr}equivalent to {symbol, Range[start, stop, incr]}

{{symb1->f11, , symbn->f1n}, , {symb1->fm1, , symbn->fmn}}First, symb1 has value f11, , and symbn has value f1n, and so forth. In the last step, symb1 has value fm1, , and symbnhas value fmn

{sweep1, , sweepm}combinations of the above sweep formats

The following example shows valid parameter sweeps:{{R1, {100, 1000, 10000}},{V1, 1, 5, 1},{{P1 -> 10, P2 -> 20}, {P1 -> 20, P2 -> 10}}}

Condiciones inicialesInitial conditionsWith the InitialCondition option (see Section 3.1.4), you can specify initial currents and voltagesfor the dynamic elements Inductor (Section 4.2.6) and Capacitor (Section 4.2.5), respectively. If noinitial condition is given explicitly, it will be assumed to be zero (AC analysis) or will be calculatedautomatically from the operating-point data (transient analysis).{refdes, {nodes}, Value -> value,Symbolic -> symbolicvalue,Pattern -> pattern,Type -> type,InitialCondition -> initialcondition}Example{C1, {2, 0}, Value -> C1, InitialCondition -> V0}

Start point en DCInitialGuessThe option InitialGuess allows for explicitly specifying an initial guess for the Newton iterationwhen computing the operating point. Note that missing variables are set to zero. The default settingis InitialGuess -> Automatic, which means that all variables have the initial value zero. Possibleoption values are as follows:

Automatic uses zero values as initial guess{var1 -> value1, } uses specified values as initial guess and sets values not specified to zero

Values for the InitialGuess option.

Cambiar metodo de integracion,analog usa mathematica para sus metodos que por default es FindRootNonlinearMethodThe option NonlinearMethod allows for choosing between different algorithms for numericallysolving nonlinear equation systems. The default setting is NonlinearMethod -> FindRoot. Validoption values are as follows:

FindRoot uses Mathematicas numerical equation solver FindRootNewtonIteration uses multi-dimensional Newton-Raphson implementationValues for the NonlinearMethod option.

h-spice aplac analog insydes*-Definicion de elementos, nombre, separadores-Definicion de barridos, no t,w,T, de componentes*-Como se checan los errores en parmetrosel parmetro de debe definir asi*-llamada a un particular ( si es que existe) mtodo de integracin?-Errores en nodos. Autolazo, no connect*-Como se dan las condiciones iniciales para capactiores en el tiempo? Sintaxis-Start point en dc, como se da? Si es que hay maneraDe donde arranca mi mtodo interno de hallar el punto de operacin en voltaje o en corriente

The basic structure and application of each component, analysis statement or function is described on a reference page. In this example, some details from the reference page for Resistor are used.

VCCS, VCVS, CCCS, CCVS, CSource, Res, Cap, and Ind.

UsageRes name n1 n2 value $ The statement name is given, along with arguments$ Other obligatory parameters may be included, with or without comments+ PARAMETER=p$ Optional parameters are described in a table below+ [ Optional parameters ]$ Common parameters that are also used in$ other statements are described as indicated+ [ Common model parameters ]+ [ Global microstrip substrate parameters (Msub) ]+ [ Global stripline substrate parameters (Ssub) ]+ [ Global suspended substrate parameters (Sssub) ]+ [ Analysis parameters ]+ [ Electrothermal parameters ]