> In a spec on the types of blocks used in programming specs, I'm working on
> the
> Trigger block. Three types are prohibited from use, and they are discussed
> in a
> note. The three types are:
>
> 立ち上がり
> 立ち下がり
> 両方
>
> With a little googling (and since this is just a note), I'm tempted to
> translate these as 'rising', 'falling' and 'both'.
>
> Does anyone have more accurate terminology?
I don't really know what "blocks used in programming specs" are, but in
terms of pulse signals used as triggers, 立ち上がり is usually called
leading edge and 立ち下がり trailing edge. Front edge and back edge are
also used. However, rising and falling aren't wrong either, I believe.
So I guess you're pretty near the solution already...
Wolfgang Bechstein
leading edge trigger
trailing edge trigger
dual edge trigger
Herman Kahn
What programming language block is in question? For databases triggers are generally on update, on delete, and cascade.
--
You received this message because you are subscribed to the Honyaku Mailing list.
To unsubscribe from this group, send email to honyaku+u...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/honyaku?hl=en?hl=en
What programming language block is in question? For databases triggers are generally on update, on delete, and cascade.