6.2.5.25. Architecture-CopyView

Copy the content of the given RFG view to a new view (overwriting its previous content)

Required inputs: RFG

This rule copies the content of a source view into a new target 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.
 

source_view_name

source_view_name : str = ''

Name of the source view.
 

target_view_name

target_view_name : str = ''

Name of the target view. If it already exists, its contents are removed.
 

Option Types

These types are used by options listed above:

LogLevel

An enumeration.
 
  • WARNING

  • INFO

  • DEBUG