> Also, the startup option in LTSPICE is limited to operating after 5us.
> Why the fixed time?
>Hello Chris,
>
[quoted text clipped - 6 lines]
>
>http://www.analogconsultants.com
Sno-o-o-ort ;-)
In PSpice...
STP(x) 1 if x>0.0, 0 if x<0.0
The unit step function can be used to suppress a value until a given
amount of time has passed.
For instance,
{v(1)*STP(TIME-10ns)}
gives a value of 0.0 until 10ns has elapsed, then gives v(1).
...Jim Thompson
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona Voice:(480)460-2350 | |
| E-mail Address at Website Fax:(480)460-2142 | Brass Rat |
| http://www.analog-innovations.com | 1962 |
I love to cook with wine. Sometimes I even put it in the food.
Helmut Sennewald - 17 May 2005 23:05 GMT
----- Original Message -----
From: "Jim Thompson" <thegreatone@example.com>
Newsgroups: sci.electronics.cad
Sent: Tuesday, May 17, 2005 11:46 PM
Subject: Re: LTSPICE: startup
>>Hello Chris,
>>
[quoted text clipped - 23 lines]
>
> ...Jim Thompson
Hello Jim,
LTspice has a function u(x) which has the same definition as your STP(x).
It can be used with B(ehavioral)-sources as well as with E-sources.
Your example would then look like
V=V(1)*u(TIME-10ns)
or
with Epoly:
VALUE={V(1)*u(TIME-10ns)}
But as usual I am not surprised that LTspice also understands
V=V(1)*STP(TIME-10ns)
or with Epoly:
VALUE={V(1)*STP(TIME-10ns)}
Best regards,
Helmut
Jim Thompson - 17 May 2005 23:38 GMT
>----- Original Message -----
>From: "Jim Thompson" <thegreatone@example.com>
[quoted text clipped - 54 lines]
>Best regards,
>Helmut
I'm not surprised either.
...Jim Thompson
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona Voice:(480)460-2350 | |
| E-mail Address at Website Fax:(480)460-2142 | Brass Rat |
| http://www.analog-innovations.com | 1962 |
I love to cook with wine. Sometimes I even put it in the food.
Chris Carlen - 18 May 2005 18:36 GMT
> Hello Jim,
>
[quoted text clipped - 20 lines]
> Best regards,
> Helmut
That should suffice to meet my wishes. Thanks.

Signature
_______________________________________________________________________
Christopher R. Carlen
Principal Laser/Optical Technologist
Sandia National Laboratories CA USA
crcarleRemoveThis@BOGUSsandia.gov
NOTE, delete texts: "RemoveThis" and "BOGUS" from email address to reply.
Robert Baer - 18 May 2005 07:18 GMT
>>Hello Chris,
>>
[quoted text clipped - 23 lines]
>
> ...Jim Thompson
Undefined for x=0?
Jim Thompson - 18 May 2005 15:23 GMT
>>>Hello Chris,
>>>
[quoted text clipped - 24 lines]
>> ...Jim Thompson
> Undefined for x=0?
Pasted directly from the Reference Guide, but should be x >= 0
...Jim Thompson
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona Voice:(480)460-2350 | |
| E-mail Address at Website Fax:(480)460-2142 | Brass Rat |
| http://www.analog-innovations.com | 1962 |
I love to cook with wine. Sometimes I even put it in the food.