Titan



map


The operation is used to map the ports of a test component to the ports of the test system interface.

Related keywords:


map (component_referenceA:port_referenceA , component_referenceB:port_referenceB);  


Example:

var Komp_CT vc_KompRef := Komp_CT.create;
map(vc_KompRef:Port11_PCO, system:Port2_PCO);

The component of type Komp_CT is created in the first line.
In the second line, its reference (vc_KompRef) is used to point out the port on the side A of the mapping (vc_KompRef:Port11_PCO).
On the side B of the mapping is the port called Port3_PCO of the test system interface.



BNF definition of map