You must tell the black box the name of the top-level entity that is associated with it. SysgenBlockDescriptor provides a method, setEntityName, which allows you to specify the name of the top-level entity.
Note: Use lower case text to specify the entity name.
For example, the following code specifies a top-level entity named foo
.
this_block.setEntityName('foo');
Note: The Configuration Wizard automatically sets the name of the top-level entity when it
generates a configuration M-function.