TOC PREV NEXT INDEX

extract_data_array

Synopsis

extract selected component as an array from selected node data component

Input Port

in

Node_Data

parent

user interface parent object

Parameters

Output Port

data

prim[]

label

string

Description

extract_data_array extracts a 1D array containing the selected component of the node data.

Input

in

Node_Data. The input Node_Data object from which to extract the component array.

ui_parent

A port to connect to a user interface object that contains the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)

Parameters

Select Data Component

UIoptionBoxLabel. Selects which data component to extract.

Output Port

coord

prim[]. An array containing the extracted component.

label

string. The label of the selected component.

Example

Not available

File

v/fld_map.v

See also related modules

extract_coordinate_array

TOC PREV NEXT INDEX