GetCmpGateValue

Top  Previous  Next

Description

It returns the value of the specified complex gate through name and numerical identifier.

 

Syntax

Real GetCmpGateValue(String Name, Int Id)

 

Parameters        

Name = name of the gate you want to read

Id = identifier of the gate you want to read

 

Returned value        

value of the specified gate

 

Related functions        

-

 

Example

String PortName;

GateName="GateA";

CurrValue= GetCmpGateValue(GateName,GateNo);