DVM - Design Verification Module
|
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
The Change() function has the following syntax:
Change(property_address, value)
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:
The Var(), GlobalVar(), Change() and Temp() functions behave differently depending on whether they are used inline or in a header row.
For example, the following testplan with a header row ...
1 | *?@ Var(MAX_Q,1n) | GlobalVar(VIN,12) | Change(U1.U3.GAIN,1) |
2 | 2n | ||
3 | 5.0 | ||
4 | 0.5 |
© 2015 simplistechnologies.com | All Rights Reserved