eda_delete_block Function

Deletes the specified database block from the database.

Syntax

Function eda_delete_block (NodeName, TagName)

Properties

The eda_delete_block function syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

NodeName

String. The node name on which to delete the block.

TagName

String. The name of the block to be deleted.

Return Value

FE_OK if successful; FE_XXX if error.

Remarks

Deletes the specified block from the database. If this block is part of a chain, then the previous and next blocks of the chain will be reconnected. It is good practice to place the block OFFSCAN before deleting it.