<< fmiSetContinuousStates fmu_wrapper fmiSetInteger >>

fmu_wrapper >> fmu_wrapper > fmiSetDebugLogging

fmiSetDebugLogging

Set a debug logging for a model.

Calling Sequence

fmiSetDebugLogging(instance, logging)

Arguments

instance

tlist, an instance of a model.

logging

boolean, %t enable a logging, %f disable a logging.

Description

fmiSetDebugLogging is the function that enables or disables a logging of some information about the standard FMI functions calling. If enabled, a log message will be printed into the console of Scilab.

See Also


Report an issue
<< fmiSetContinuousStates fmu_wrapper fmiSetInteger >>