Skip to main content
1-Visitor
February 27, 2017
Solved

While Using ModelCheck Model Update mode, how not to delete extra parameters

  • February 27, 2017
  • 3 replies
  • 1752 views

While Using ModelCheck Model Update mode, how not to delete extra parameters?

Best answer by Mahesh_Sharma

Hi Ashish,

You can exclude extra parameters by setting ECTRA_PARAMS as N in check file.

3 replies

17-Peridot
February 27, 2017

You can specify the names of unwanted parameters. ModelUPDATE removes the

 

unwanted parameters if configured to do so in the PARAM_UNWANTED check. Use the

 

following format in the start configuration file:

 

PRT_PARAM_UNWANTED [parameter]

 

ASM_PARAM_UNWANTED [parameter]

 

DRW_PARAM_UNWANTED [parameter]

Refer to ModelCheck Help file for more details.

Mahesh_Sharma
22-Sapphire I
March 9, 2017

Hi Ashish,

You can exclude extra parameters by setting ECTRA_PARAMS as N in check file.

1-Visitor
March 10, 2017

Hi Manju & Mahesh,

Thanks for sparing your valuable time to think and respond to my query.