Titan



disconnect


The operation is used to disconnect the (previously connected) ports of a test component from the ports of another components - it is the opposite operation of connect

Related keywords:


disconnect (component_referenceA:port_referenceA , component_referenceB:port_referenceB);  


Example:

disconnect(vc_component:Port1_PCO, self:Port3_PCO);

Port1_PCO of the component with the reference vc_component is disconnected from the port Port3_PCO of the own test component.



BNF definition of disconnect