6.2.5.21. Architecture-RemoveView

Remove the view

Required inputs: RFG

This rule removes a view from the RFG.

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.
 

suppress_warning_if_view_does_not_exist

suppress_warning_if_view_does_not_exist : bool = False

Suppress warnings if the view does not exist.
 

view_name

view_name : str = ''

Name of the view.
 

Option Types

These types are used by options listed above:

LogLevel

An enumeration.
 
  • WARNING

  • INFO

  • DEBUG