IndustrialControlSystems.Logical.LogicalOperations.Functions

Package that contains the set of functions used by the logical operations

Information

Extends from IndustrialControlSystems.Icons.FunctionsPackage (Function package icon).

Package Content

NameDescription
IndustrialControlSystems.Logical.LogicalOperations.Functions.Not Not Function NOT
IndustrialControlSystems.Logical.LogicalOperations.Functions.And And Function AND
IndustrialControlSystems.Logical.LogicalOperations.Functions.Or Or Function OR
IndustrialControlSystems.Logical.LogicalOperations.Functions.Xor Xor Function XOR
IndustrialControlSystems.Logical.LogicalOperations.Functions.SR SR This function represents the behavious of the set-reset filp-flop

IndustrialControlSystems.Logical.LogicalOperations.Functions.Not

Function NOT

Inputs

NameDescription
u[:] 
nOutput 

Outputs

NameDescription
y[nOutput] 

IndustrialControlSystems.Logical.LogicalOperations.Functions.And

Function AND

Inputs

NameDescription
u[:] 
nInput 

Outputs

NameDescription
y 

IndustrialControlSystems.Logical.LogicalOperations.Functions.Or

Function OR

Inputs

NameDescription
u[:] 
nInput 

Outputs

NameDescription
y 

IndustrialControlSystems.Logical.LogicalOperations.Functions.Xor

Function XOR

Inputs

NameDescription
u[:] 
nInput 

Outputs

NameDescription
y 

IndustrialControlSystems.Logical.LogicalOperations.Functions.SR

This function represents the behavious of the set-reset filp-flop

Inputs

NameDescription
sSet signal
rReset signal
q_oldPrevious output

Outputs

NameDescription
qOutput

Automatically generated Mon May 21 13:34:12 2012.