|
|
@ -94,7 +94,8 @@ typedef struct sVSRCmodel { |
|
|
} VSRCmodel; |
|
|
} VSRCmodel; |
|
|
|
|
|
|
|
|
/* source function types (shared with current sources) */ |
|
|
/* source function types (shared with current sources) */ |
|
|
#ifndef PULSE |
|
|
|
|
|
|
|
|
#ifndef PULSE_FUN_TYPES |
|
|
|
|
|
#define PULSE_FUN_TYPES |
|
|
#define PULSE 1 |
|
|
#define PULSE 1 |
|
|
#define SINE 2 |
|
|
#define SINE 2 |
|
|
#define EXP 3 |
|
|
#define EXP 3 |
|
|
@ -104,7 +105,7 @@ typedef struct sVSRCmodel { |
|
|
#define TRNOISE 7 |
|
|
#define TRNOISE 7 |
|
|
#define TRRANDOM 8 |
|
|
#define TRRANDOM 8 |
|
|
#define EXTERNAL 9 |
|
|
#define EXTERNAL 9 |
|
|
#endif /*PULSE*/ |
|
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
/* device parameters */ |
|
|
/* device parameters */ |
|
|
#define VSRC_DC 1 |
|
|
#define VSRC_DC 1 |
|
|
|