Deletes a frame and all child objects in this frame.


icon

Inputs/Outputs

  • cgenclassrntag.png frame in

    frame in is the I/O name of the frame to delete.

  • cerrcodeclst.png error in (no error)

    The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

  • ierrcodeclst.png error out

    The error out cluster passes error or warning information out of a VI to be used by other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

  • Description

    Instance of the XNET Database Delete Object poly VI. This VI deletes an XNET frame object and its mapped PDUs (and signals and subframes contained in those PDUs) if they are no longer referenced by another frame in the database. To avoid deleting PDUs with the frame, unmap the PDUs by setting the XNET Frame PDU_Mapping property to an empty array before deleting the frame object.

    Upon deletion, the I/O names of all deleted objects are closed and no longer can be used.

    The objects are deleted from a database in memory. The change is in force until the database is closed. This VI does not change the open database file on disk. To save the changed database to the file, use the XNET Database Save VI.