extract_data_array


Synopsis

extract selected component as an array from selected node data component

Input Ports

in

Node_Data

parent

user interface parent object

 

Output Ports

data

prim[]

label

string

 

Description

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

Input Ports

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 Ports

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