Cicode Programming Reference > Cicode Function Categories > Fuzzy Logic Functions Introduction > FuzzyTrace

FuzzyTrace

Controls the trace process (starting and stopping) of the specified instance.

Syntax

FuzzyTrace(hFuzzy, TraceOn)

hFuzzy:

The fuzzy instance handle (and integer greater than 0).

TraceOn:

Specifies whether to start or to stop a trace process for the Fuzzy instanse specified by hFuzzy. If this parameter is TRUE (1), the trace process is started. If this parameter is FALSE (0), the trace process is stopped.

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

FuzzyOpen

Example

See FuzzyOpen.

See Also

FuzzyTech Functions