TriggerTypeFlipFlop

Navigation:  Library > Signal > Logical > Discrete >

TriggerTypeFlipFlop

Previous pageReturn to chapter overviewNext page

Library

Signal\Logical\Discrete

Use

Domains: Continuous. Size: 1-D. Kind: Block Diagrams.

Description

Initially the output is equal to the initial value oldoutput_intitial. Otherwise the output signal is changed each time the control input changes from false to true:

 

output = not oldoutput; (oldcontrol = false and control = true)

output = oldoutput; (otherwise)

Interface

Inputs

Description

control

 

Outputs

 

output

 

Initial Values

 

oldcontrol_initial

oldoutput_initial

Initial value of the control signal.

Initial value of the output.