CmpGateExists

Top  Previous  Next
Description        

Check if the specified compound gate exists.

 

Syntax                

Bool CmpGateExists(String Name, Int Id)

 

Parameters

Name = name of the gate to search

Id = identifier of the gate  to search

 

Returned value

true if the gate is defined in the application

false if the gate does not defined in the application

 

Related functions

DigGateExists() , EvnGateExists() , NumGateExists() , StrGateExists()

 

Example                

Bool Exists;

Exists = CmpGateExists("C",1);