Titan



unmap


The operation is used to terminate the mapping between the ports of a test component to the ports of the test system interface - it is the opposite operation of map. .

Related keywords:


unmap (component_referenceA:port_referenceA , component_referenceB:port_referenceB);  


Example:

unmap(vc_KompRef:Port11_PCO, system:Port2_PCO);

Port11_PCO of the component with the reference vc_KompRef  is disconnected from the port Port2_PCO of the test system interface.



BNF definition of unmap