The Change() function attempts to alter the component property identified by a property_address, which provides a path to the component .
In this topic:
The Change() function has the following syntax: Change(property_address, value)
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 performs the actions listed below:
1 | *?@ Var(MAX_Q,1n) | GlobalVar(VIN,12) | Change(U1.U3.GAIN,1) |
2 | 2n | ||
3 | 5.0 | ||
4 | 0.5 |