6.2.5.18. Architecture-InsertSystemNode

Insert System node into view

Required inputs: RFG

This rule sets an RFG node of type System as root of the given view.

Possible Messages

This rule has no predefined messages.

Options

export_warnings

export_warnings : bool = True

Export output messages to the analysis database.
 

loglevel

loglevel : LogLevel = 'WARNING'

Logging mode. WARNING only outputs errors and warnings, INFO additionally prints info messages, DEBUG additionally outputs info and debug messages.
 

sloc

sloc : str = ''

Source location.
 

view_name

view_name : str = ''

View name.
 

Option Types

These types are used by options listed above:

LogLevel

An enumeration.
 
  • WARNING

  • INFO

  • DEBUG