Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / share / tcl / help / avt / pvt / ttv_GetPathMinSlope
1
2 double ttv_GetPathMinSlope(char *figure, char *start, char *end, char
3 *dir, double VDD, double temperature);
4
5 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
6 Returns the slope attached to the minimum path from _\bs_\bt_\ba_\br_\bt to _\be_\bn_\bd with
7 transitions _\bd_\bi_\br on _\bs_\bt_\ba_\br_\bt and _\be_\bn_\bd, from the timing figure _\bf_\bi_\bg_\bn_\ba_\bm_\be, with
8 voltage _\ba_\bl_\bi_\bm and temperature _\bt_\be_\bm_\bp.
9 eg. ttv_GetPathMinSlope(circuit, _\br_\be_\bs_\be_\bt_\b[_\b3_\b], _\bi_\bn_\bt_\be_\br_\bn_\ba_\bl_\br_\be_\bs_\be_\bt, _\bu_\bd, 2.5,
10 70) returns the slope of _\bi_\bn_\bt_\be_\br_\bn_\ba_\bl_\br_\be_\bs_\be_\bt for the minimum delay path
11 between _\br_\be_\bs_\be_\bt_\b[_\b3_\b] rising and _\bi_\bn_\bt_\be_\br_\bn_\ba_\bl_\br_\be_\bs_\be_\bt falling when voltage is 2.5V
12 and temperature 70C.
13 Returns 0 on failure.
14