DVM - Design Verification Module

Change()

The Change() function attempts to alter the component property identified by a property_address, which provides a path to the component .

IMPORTANT! This function makes the change directly in the schematic and, thus, results in a permanent change that  you may not intend to make.

In this Topic Hide

Change() Syntax

The Change() function has the following syntax:
Change(property_address, value)

▲ back to top

Example

The following example illustrates how to change the gain value of a component on a sub-schematic. Change(U1.U3.GAIN,1)

The function call above does the following:

▲ back to top

Inline vs. Header Row Function Behavior

The Var(), GlobalVar(), Change() and Temp() functions behave differently depending on whether they are used inline or in a header row.

▲ back to top

© 2015 simplistechnologies.com | All Rights Reserved