![]() | Multisim 14.0 and 14.0.1 Help |
![]() | Multisim 14.1 Help |
![]() | Multisim 14.2 Help |
D-Latch instance declaration syntax:
Axxxx Data Enable Set Reset Q notQ MyModel
D-Latch model definition syntax:
.MODEL MyModel d_latch(<Model_Parameters>)
Model definition parameters:
Description
This is D-Latch with asyncronous set and reset. The Enable signal is also known as the Clock signal. It has the following behavior:
Where '-' denotes Don't Care, '1' denotes HIGH, '0' denotes LOW, and 'X' denotes UNKNOWN.
Example
aU4 1
+ 2
+ 5
+ 6
+ dU4.Q
+ U4_OPEN_notQ Latch
.model latch d_latch(rise_delay=10n fall_delay=10n)
Helpful
Not Helpful