Welcome to our Support Center

Get warning parameters

Description

Gets the parameters of warnings. If “Display Warning ?” is set to “True” then the warning messages are displayed.

Input parameters

 

Model in : model architecture.

Output parameters

 

Model out : model architecture.

Warning Param : cluster

 Language : enum, warning language.
 Display Warning ? : boolean, status of the warning display.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install HAIBAL library to run it).

Using the “Get Warning Param” function

1 – Set Function

The “Set Warning Param” function is used to define the language of the warnings and if they are displayed.

2 – Define Graph

We define the graph with one input and Dense layers. We also add an input via the “in/out param” input of the Dense layer. Since here two inputs are defined a warning will be issued.

3 – Get Function

We use the “Get Warning Param” function to get the settings made.

Table of Contents