TriggerTypeFlipFlop

Navigation:  Library > Signal > Logical > Continuous >

TriggerTypeFlipFlop

Previous pageReturn to chapter overviewNext page

Library

Signal\Logical\Continuous

Use

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

Description

Initially the output is equal to the parameter initial. 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)

 

with

 

false

true

inputs

<= 0.5

> 0.5

output

0.0

1.0

Interface

Inputs

Description

input

control

 

Outputs

 

output

 

Parameters

 

initial

Initial value of the output.