6.2.5.47. Architecture-GXLExport

Exports a view of an RFG into a file in GXL format

Required inputs: RFG

This rule exports a view of the RFG into a GXL file.

Possible Messages

This rule has no predefined messages.

Options

export_warnings

export_warnings : bool = True

Export output messages to the analysis database.
 

gxl_file

gxl_file : bauhaus.analysis.config.LayerRelativePath = 'export.gxl'

Path of the GXL file to be exported to.
 

loglevel

loglevel : LogLevel = 'WARNING'

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

view_name

view_name : str = ''

Name of the new view.
 

Option Types

These types are used by options listed above:

LogLevel

An enumeration.
 
  • WARNING

  • INFO

  • DEBUG