SBN file implementing models for current sources.
string is used to select among models. Parameters are listed
as inner items. Possible models are:
- string = "DC" (Static indipendent current source)
- - I -> Current source value
- string = "VCCS" (Voltage controlled current source)
- string = "sinwave" (Sinusoidal indipendent current
source)
- - shift -> mean value of sinusoidal input
- - Ampl -> amplitude of sinusoidal wave
- - f -> frequency of sinusoidal wave
- - delay -> delay of sinusoidal wave
- string = "VCPS" (Voltage controlled power source)
See the IFF file format specifications for details about
the output structures.
See also: prs_iff,asm_initialize_system,asm_build_system.