FL Get Membership Function Names VI

Owning Palette: Membership VIs

Requires: Full Development System

Returns the names of the linguistic terms for a linguistic variable. Membership functions represent the degree of membership of linguistic variables within their linguistic terms. You can return the names of the membership functions from a fuzzy system or from an array of membership functions. The data type you wire to the fuzzy system in input determines the polymorphic instance to use.

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

FL Get Membership Function Names (Fuzzy System)

variable index specifies the index of the linguistic variable whose information you want to return. variable index corresponds to the order in which the linguistic variable was created.
input/output specifies whether the linguistic variable corresponding to variable index is an input or output variable.

0Input—Specifies that the linguistic variable corresponding to variable index is an input variable.
1Output—Specifies that the linguistic variable corresponding to variable index is an output variable.
fuzzy system in specifies the complete information for a fuzzy system. Wire the fuzzy system out output from another VI to the fuzzy system in input of this VI.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
fuzzy system out returns the complete information for a fuzzy system. Wire this output to the fuzzy system in input of another VI.
membership function names returns the names of the membership functions, or linguistic terms, for the linguistic variable.
error out contains error information. This output provides standard error out functionality.

FL Get Membership Function Names (MF Array)

Returns the names of the membership functions from an array of membership functions.

membership functions in specifies an array of membership functions. Wire the membership functions out output from another VI to the membership functions in input of this VI.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
membership functions out returns an array of membership functions. Wire the membership functions out output of this VI to the membership functions in input of another VI.
membership function names returns the names of the membership functions, or linguistic terms, for the linguistic variable.
error out contains error information. This output provides standard error out functionality.