Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

mptColorRemastering

mptColorRemastering(
d_cellViewID 
?mode t_mode 
[ ?mappingFile t_mappingFile ]
[ ?fromView t_fromView ]
[ ?toView t_toView ]
[ ?invalidMappingWord t_invalidMappingWord ]
)
=> t / nil 

Description

Remasters color-shifted abstract views to corresponding layout views or color-shifted layout views to abstract views.

Arguments

d_cellViewID

The database ID of the cellview.

?mode t_mode

Specifies the color re-mastering mode.

Valid values: abstractToLayout, layoutToAbstract

?mappingFile t_mappingFile

The name of the mapping file.

?fromView t_fromView

The name of the view to that is to be remastered.

?toView t_toView

The name of the view where the remastered view is saved.

?invalidMappingWord t_invalidMappingWord

The word to be used to identify invalid mapping.

Values Returned

t

Color re-mastering is successful.

nil

Color re-mastering is unsuccessful.

Examples

mptColorRemastering( geGetEditCellView() ?mode "abstractToLayout")

Remasters abstract views to layout views on the current edited cellview.


Return to top
 ⠀
X