ocs
Package for solving DC and transient electrical circuit equations
Select category:
Cycle through the circuit description structure INSTRUCT to build the system matrices A, B, C for the linear and time-invariant part of the system.
Cycle through the circuit description structure INSTRUCT to build the system matrices A, JAC, RES for the current step of the Newton method.
Parse a netlist in IFF format and produce the system description structure OUTSTRUCT.
Circuit file parser that can interpret a subset of the spice file format.
Perform a transient simulation of the system described by CIRSTRUCT over the time interval T using the backward Euler algorithm.
Perform a transient simulation of the system described by CIRSTRUCT over the time interval T using 'daspk'.
Perform a transient simulation of the system described by CIRSTRUCT over the time interval T using the theta-method with parameter THETA.
Perform a transient simulation of the system described by CIRSTRUCT over the time interval T using the 'odepkg' DAE solver specified in SOLVER.
Compute the stationary state solution OUT of the system described by INSTRUCT.
Solve a non-linear system of equations using the Newton-Raphson method with damping and return the computed solution vector Y.
Select by name some elements of the state vector of the system described by OUTSTRUCT and plot their dynamics over the time interval T.
Listen for socket connections on port PORT, read a command and return the corresponding output to the socket.
SBN file implementing models for capacitors.
SBN file implementing models for current sources.
SBN file implementing models for diodes.
SBN file implementing models for inductors.
SBN file implementing standard models for n-mosfets.
SBN file implementing standard models for p-mosfets.
SBN file implementing models for resistors.
SBN file implementing Schichman-Hodges MOSFETs model.
SBN file implementing models for voltage sources.
INTERNAL FUNCTION:
Package: ocs