Printer FriendlyEmail Article Link

How do I delete an entry from the TAU and TAP table of BRTU?

Answer

To delete an entry from the TAU table use:
ED-DB-TAU::<tid>:CTAG::DELETE;

where <tid> is the TID of the entry you want to delete.
Note: If the TAU entry has related entries in the TAP table they will be deleted automatically when deleted from the TAU table.

Example, to delete the entry TELLABS:
   /* TID                  TYPE         REVISION AIDFMT ROUTE                */
   /*    JID ADDRESS                        CTYPE  PERSIST MAXCONN           */
   /*     UID                  PID                  LOGIN                    */
   /*      OPTIONS                                                           */

   "  TELLABS              TCS532       00.00    322    0                  
         J25 0                              0      YES     1
          0                    0                    Y     
                                         "

Issue:
ED-DB-TAU::TELLABS:CTAG::DELETE;

To delete an entry from the TAP table use:
ED-DB-TAU::<tpid num>:CTAG::DELETE;

where <tpid num> is the Test Port Identifier of the entry you want to delete.

Example,to delete TPID 7 entry for F4500:
   /* TPID TID                  STATUS TAPID           TAPID2                */
   /*       TYPE        FR  LC   EQ          TPA             TCA             */
   /*        CONCAID         ACCESSRATE TAPTYPE TIMING  S-TRACE              */
   /*         OPTIONS                                                        */

   "    7  F4500                F      133             1             
            F4500       0   0    1           FFFFFFFFFFFFFF  TTTTTTTTTTTTTT
             1               0          0       0       01     
                              "

Issue:
ED-DB-TAP::7:CTAG::DELETE;


Product : TDM & Analog Test