| *************************************************** | Philips Semiconductors Inc. | Logic Products Group | | IBIS model of 74LVC4245A | OCTAL DUAL SUPPLY TRANSLATING TRANSCEIVER; 3-STATE |[Packages]: |[Package1]: SO 24-pin (D) Package ; |[Package2]: SSOP 24-Pin Packages ; |[Package3]: TSSOP 24-Pin Packages ; | *************************************************** | [IBIS Ver] 3.2 [File Name] lvc4245a.ibs [File Rev] 1.1 [Date] 20-Mar-2002 [Source] File created from simulations by LPG Philips Semiconductors Nijmegen | [Notes] V1.1 Ibis model. | | Revision History | Version Date Author/ Description | Editor | 1.0 April 1999 Initial Version | 1.1 March 2002 RM Updated for Ibis version 3.2 | Pin Mapping prepared | [Disclaimer] (C) Copyright 2002 Philips Semiconductors All rights reserved Philips Semiconductors warrants and represents that the IBIS model identified herein is owned by Philips Semiconductors (PHILIPS). The model provided is not warranted as fully representing all of the operating characteristics and specifications of the semiconductor products to which the model relates. Moreover, unless there is a signed, written agreement to the contrary, this IBIS model is furnished on an "as is" basis without support or warranty of any kind, either expressed or implied, regarding the use thereof, and PHILIPS specifically disclaims all implied warranties of merchantability and fitness of the model for any purpose. PHILIPS does not assume any liability arising out of the application or use of this IBIS model including infringement of patents and copyrights, nor does PHILIPS convey any license under its patents and copyrights or the rights of others. PHILIPS provides IBIS models as a service to our customers. You and your company shall not distribute, convey, sell, or give these models to anyone else without receiving prior written permission from PHILIPS. PHILIPS reserves the right to make changes without notice to these IBIS models to improve reliability, function, or design. Please be aware that your receipt and subsequent use of the IBIS information provided shall serve as acceptance of the terms and conditions of this agreement. If you do not accept these terms, you should return or destroy the IBIS models and any other accompanying information immediately. |============================================================================= |============================================================================= | | S T A T E M E N T O F I N T E N T | |================== Taken from IBIS specification by EIG ===================== |============================================================================= | | In order to enable an industry standard method to electronically transport | IBIS Modeling Data between semiconductor vendors, simulation vendors, and | end customers, this template is proposed. The intention of this template is | to specify a consistent format that can be parsed by software, allowing | simulation vendors to derive models compatible with their own products. | | One goal of this template is to represent the current state of IBIS data, | while allowing a growth path to more complex models / methods (when deemed | appropriate). This would be accomplished by a revision of the base | template, and possibly the addition of new keywords or categories. | | Another goal of this template is to ensure that it is simple enough for | semiconductor vendors and customers to use and modify, while ensuring that | it is rigid enough for simulation vendors to write reliable parsers. | | Finally, this template is meant to contain a complete description of the I/O | elements on an entire component. Consequently, several models will need to | be defined in each file, as well as a table that equates the appropriate | buffer to the correct pin and signal name. | | Version 3.2 of this electronic template was finalized by an industry-wide | group of experts representing various companies and interests. Regular | "EIA IBIS Open Forum" meetings were held to accomplish this task. | | Commitment to Backward Compatibility. Version 1.0 is the first valid IBIS | ASCII file format. It represents the minimum amount of I/O buffer | information required to create an accurate IBIS model of common CMOS and | bipolar I/O structures. Future revisions of the ASCII file will add items | considered to be "enhancements" to Version 1.0 to allow accurate modeling | of new, or other I/O buffer structures. Consequently, all future revisions | will be considered supersets of Version 1.0, allowing backward | compatibility. In addition, as modeling platforms develop support for | revisions of the IBIS ASCII template, all previous revisions of the template | must also be supported. | | Version 1.1 update. The file "ver1_1.ibs" is conceptually the same as the | 1.0 version of the IBIS ASCII format (ver1_0.ibs). However, various | comments have been added for further clarification. | | Version 2.0 update. The file "ver2_0.ibs" maintains backward compatibility | with Versions 1.0 and 1.1. All new keywords and elements added in Version | 2.0 are optional. A complete list of changes to the specification is in the | IBIS Version 2.0 Release Notes document ("ver2_0.rn"). | | Version 2.1 update. The file "ver2_1.ibs" contains clarification text | changes, corrections, and two additional waveform parameters beyond | Version 2.0. | | Version 3.0 update. The file "ver3_0.ibs" adds a number of new keywords | and functionality. A complete list of functions can be found on eda.org | under /pub/ibis/birds/birddir.txt showing the approved Buffer Issue | Resolution Documents (BIRDs) that have been approved for Version 3.0. | | Version 3.1 update. The file "ver3_1.ibs" contains a major reformatting of | the document and a simplification of the wording. It also contains some | new technical enhancements that were unresolved when Version 3.0 was | approved. | | Version 3.2 update. The file "ver3_2.ibs" adds more technical advances and | also a number of editorial changes documented in 12 BIRDs and also in | responses to public letter ballot comments. | |============================================================================= |============================================================================= | | G E N E R A L S Y N T A X R U L E S A N D G U I D E L I N E S | |================== Taken from IBIS specification by EIG ===================== |============================================================================= | | This section contains general syntax rules and guidelines for ASCII IBIS | files: | | 1) The content of the files is case sensitive, except for reserved | words and keywords. | | 2) The following words are reserved words and must not be used for | any other purposes in the document: | POWER - reserved model name, used with power supply pins, | GND - reserved model name, used with ground pins, | NC - reserved model name, used with no-connect pins, | NA - used where data not available. | | 3) To facilitate portability between operating systems, file names used in | the IBIS file must only have lower case characters. File names should | have a basename of no more than twenty characters followed by a period | ('.') , followed by a file name extension of no more than three | characters. The file name and extension must use characters from the | set (space, ' ', 0x20 is not included): | | a b c d e f g h i j k l m n o p q r s t u v w x y z | 0 1 2 3 4 5 6 7 8 9 _ ^ $ ~ ! # % & - { } ) ( @ ' ` | | The file name and extension are recommended to be lower case on | systems that support such names. | | 4) A line of the file may have at most 80 characters, followed by a line | termination sequence. The line termination sequence must be one of the | following two sequences: a linefeed character, or a carriage return | followed by linefeed character. | | 5) Anything following the comment character is ignored and considered a | comment on that line. The default "|" (pipe) character can be changed | by the keyword [Comment Char] to any other character. The [Comment Char] | keyword can be used throughout the file as desired. | | 6) Keywords must be enclosed in square brackets, [], and must start in | column 1 of the line. No space or tab is allowed immediately after the | opening bracket '[' or immediately before the closing bracket ']'. If | used, only one space (' ') or underscore ('_') character separates the | parts of a multi-word keyword. | | 7) Underscores and spaces are equivalent in keywords. Spaces are not | allowed in subparameter names. | | 8) Valid scaling factors are: | T = tera k = kilo n = nano | G = giga m = milli p = pico | M = mega u = micro f = femto | When no scaling factors are specified, the appropriate base units are | assumed. (These are volts, amperes, ohms, farads, henries, and | seconds.) The parser looks at only one alphabetic character after a | numerical entry, therefore it is enough to use only the prefixes to | scale the parameters. However, for clarity, it is allowed to use full | abbreviations for the units, (e.g., pF, nH, mA, mOhm). In addition, | scientific notation IS allowed (e.g., 1.2345e-12). | | 9) The I-V data tables should use enough data points around sharply curved | areas of the I-V curves to describe the curvature accurately. In linear | regions there is no need to define unnecessary data points. | | 10) The use of tab characters is legal, but they should be avoided as much | as possible. This is to eliminate possible complications that might | arise in situations when tab characters are automatically converted to | multiple spaces by text editing, file transferring and similar software. | In cases like that, lines might become longer than 80 characters, which | is illegal in IBIS files. | | 11) Currents are considered positive when their direction is into the | component. | | 12) All temperatures are represented in degrees Celsius. | | 13) Only ASCII characters, as defined in ANSI Standard X3.4-1986, may be | used in an IBIS file. The use of characters with codes greater than | hexadecimal 07E is not allowed. Also, ASCII control characters | (those numerically less than hexadecimal 20) are not allowed, except | for tabs or in a line termination sequence. As mentioned in item 10 | above, the use of tab characters is discouraged. | | |******************************************************** | Info for SO 24-pin (D) Package |******************************************************** | [Component] 74LVC4245A_1 [Manufacturer] Philips Semiconductors Inc. | [Package] | typ min max R_pkg 14.4E-02 11.6E-02 17.7E-02 L_pkg 5.71E-09 3.95E-09 7.95E-09 C_pkg 1.01E-12 0.724E-12 1.490E-12 | | [Pin] signal_name model_name R_pin L_pin C_pin 1 VCCA POWER 13.9E-02 7.94E-09 1.210E-12 2 DIR lvc15_4245in 16.0E-02 7.06E-09 1.320E-12 3 A0 lvc15_4245iona 17.7E-02 6.01E-09 1.070E-12 4 A1 lvc15_4245iona 14.5E-02 4.98E-09 0.884E-12 5 A2 lvc15_4245iona 12.6E-02 4.30E-09 0.799E-12 6 A3 lvc15_4245iona 11.6E-02 3.95E-09 0.740E-12 7 A4 lvc15_4245iona 11.6E-02 3.95E-09 0.724E-12 8 A5 lvc15_4245iona 12.6E-02 4.30E-09 0.759E-12 9 A6 lvc15_4245iona 14.5E-02 4.98E-09 0.846E-12 10 A7 lvc15_4245iona 17.7E-02 6.01E-09 0.972E-12 11 GND GND 16.0E-02 7.06E-09 1.200E-12 12 GND GND 13.9E-02 7.95E-09 1.450E-12 13 GND GND 13.9E-02 7.95E-09 1.490E-12 14 B7 lvc15_4245ionb 16.0E-02 7.06E-09 1.320E-12 15 B6 lvc15_4245ionb 17.7E-02 6.01E-09 1.070E-12 16 B5 lvc15_4245ionb 14.5E-02 4.98E-09 0.884E-12 17 B4 lvc15_4245ionb 12.6E-02 4.30E-09 0.799E-12 18 B3 lvc15_4245ionb 11.6E-02 3.95E-09 0.740E-12 19 B2 lvc15_4245ionb 11.6E-02 3.95E-09 0.724E-12 20 B1 lvc15_4245ionb 12.6E-02 4.30E-09 0.759E-12 21 B0 lvc15_4245ionb 14.5E-02 4.98E-09 0.846E-12 22 OE# lvc15_4245in 17.7E-02 6.01E-09 0.972E-12 23 VCCB POWER 16.0E-02 7.06E-09 1.200E-12 24 VCCB POWER 13.9E-02 7.95E-09 1.450E-12 | | |******************************************************** | Info for SSOP 24-Pin Packages |******************************************************** | [Component] 74LVC4245A_2 [Manufacturer] Philips Semiconductors Inc. | [Package] | typ min max R_pkg 54.20E-03 39.70E-03 64.80E-03 L_pkg 2.55E-09 1.89E-09 3.58E-09 C_pkg 0.66E-12 0.52E-12 1.05E-12 | | [Pin] signal_name model_name R_pin L_pin C_pin 1 VCCA POWER 63.00E-03 2.53E-09 0.58E-12 2 DIR lvc15_4245in 61.20E-03 3.56E-09 0.70E-12 3 A0 lvc15_4245iona 64.80E-03 3.10E-09 0.76E-12 4 A1 lvc15_4245iona 63.00E-03 2.53E-09 0.60E-12 5 A2 lvc15_4245iona 52.60E-03 2.17E-09 0.57E-12 6 A3 lvc15_4245iona 43.90E-03 2.03E-09 0.56E-12 7 A4 lvc15_4245iona 39.70E-03 1.89E-09 0.54E-12 8 A5 lvc15_4245iona 39.70E-03 1.89E-09 0.52E-12 9 A6 lvc15_4245iona 43.90E-03 2.03E-09 0.55E-12 10 A7 lvc15_4245iona 52.60E-03 2.17E-09 0.56E-12 11 GND GND 63.00E-03 2.53E-09 0.58E-12 12 GND GND 64.80E-03 3.10E-09 0.71E-12 13 GND GND 61.20E-03 3.56E-09 1.01E-12 14 B7 lvc15_4245ionb 61.20E-03 3.56E-09 1.05E-12 15 B6 lvc15_4245ionb 64.80E-03 3.10E-09 0.80E-12 16 B5 lvc15_4245ionb 63.00E-03 2.53E-09 0.65E-12 17 B4 lvc15_4245ionb 52.60E-03 2.17E-09 0.59E-12 18 B3 lvc15_4245ionb 43.90E-03 2.03E-09 0.56E-12 19 B2 lvc15_4245ionb 39.70E-03 1.89E-09 0.54E-12 20 B1 lvc15_4245ionb 39.70E-03 1.89E-09 0.53E-12 21 B0 lvc15_4245ionb 43.90E-03 2.03E-09 0.56E-12 22 OE# lvc15_4245in 52.60E-03 2.17E-09 0.57E-12 23 VCCB POWER 63.00E-03 2.53E-09 0.60E-12 24 VCCB POWER 64.80E-03 3.10E-09 0.76E-12 | | |******************************************************** | Info for TSSOP 24-Pin Packages |******************************************************** | [Component] 74LVC4245A_3 [Manufacturer] Philips Semiconductors Inc. | [Package] | typ min max R_pkg 52.70E-03 31.50E-03 67.00E-03 L_pkg 2.19E-09 1.32E-09 3.39E-09 C_pkg 0.48E-12 0.35E-12 0.93E-12 | | [Pin] signal_name model_name R_pin L_pin C_pin 1 VCCA POWER 66.40E-03 2.36E-09 0.47E-12 2 DIR lvc15_4245in 66.10E-03 3.39E-09 0.57E-12 3 A0 lvc15_4245iona 67.00E-03 2.94E-09 0.59E-12 4 A1 lvc15_4245iona 66.40E-03 2.36E-09 0.47E-12 5 A2 lvc15_4245iona 47.10E-03 1.67E-09 0.40E-12 6 A3 lvc15_4245iona 38.00E-03 1.44E-09 0.37E-12 7 A4 lvc15_4245iona 31.50E-03 1.32E-09 0.35E-12 8 A5 lvc15_4245iona 31.50E-03 1.32E-09 0.35E-12 9 A6 lvc15_4245iona 38.00E-03 1.44E-09 0.37E-12 10 A7 lvc15_4245iona 47.10E-03 1.67E-09 0.40E-12 11 GND GND 66.40E-03 2.36E-09 0.47E-12 12 GND GND 67.00E-03 2.94E-09 0.59E-12 13 GND GND 66.10E-03 3.39E-09 0.61E-12 14 B7 lvc15_4245ionb 66.20E-03 3.39E-09 0.61E-12 15 B6 lvc15_4245ionb 67.00E-03 2.94E-09 0.59E-12 16 B5 lvc15_4245ionb 66.50E-03 2.36E-09 0.47E-12 17 B4 lvc15_4245ionb 47.10E-03 1.67E-09 0.40E-12 18 B3 lvc15_4245ionb 38.00E-03 1.45E-09 0.37E-12 19 B2 lvc15_4245ionb 31.50E-03 1.32E-09 0.35E-12 20 B1 lvc15_4245ionb 31.50E-03 1.32E-09 0.35E-12 21 B0 lvc15_4245ionb 38.00E-03 1.45E-09 0.37E-12 22 OE# lvc15_4245in 47.10E-03 1.67E-09 0.40E-12 23 VCCB POWER 66.50E-03 2.36E-09 0.47E-12 24 VCCB POWER 67.00E-03 2.94E-09 0.59E-12 | | |[Pin Mapping] pulldown_ref pullup_ref | | 1 NC VCCA | 2 GND VCCB | 3 GND VCCA | 4 GND VCCA | 5 GND VCCA | 6 GND VCCA | 7 GND VCCA | 8 GND VCCA | 9 GND VCCA | 10 GND VCCA | 11 GND NC | 12 GND NC | 13 GND NC | 14 GND VCCB | 15 GND VCCB | 16 GND VCCB | 17 GND VCCB | 18 GND VCCB | 19 GND VCCB | 20 GND VCCB | 21 GND VCCB | 22 GND VCCB | 23 NC VCCB | 24 NC VCCB | | | [Model Selector] lvc15_4245in | | Remark: If your software does not support the Model Selector | Please comment out the lines of the Model Selector, which | contain the name of the Model, except the one you want to use. | LVC15_4245IN_33 3.3V-Vcc input model LVC15_4245IN_25 2.5V-Vcc input model | [Model Selector] lvc15_4245iona | | Remark: If your software does not support the Model Selector | Please comment out the lines of the Model Selector, which | contain the name of the Model, except the one you want to use. | LVC15_4245IONA_50 5.0V-Vcc I/O model, non-inverting LVC15_4245IONA_33 3.3V-Vcc I/O model, non-inverting | [Model Selector] lvc15_4245ionb | | Remark: If your software does not support the Model Selector | Please comment out the lines of the Model Selector, which | contain the name of the Model, except the one you want to use. | LVC15_4245IONB_33 3.3V-Vcc I/O model, non-inverting LVC15_4245IONB_25 2.5V-Vcc I/O model, non-inverting | |************************************************************************ | Model LVC15_4245IN_33 |************************************************************************ | [Model] LVC15_4245IN_33 Model_type Input Vinl = 0.8000V Vinh = 2.0000V C_comp 4.14pF 2.20pF 6.08pF | | [Model Spec] | | Note: The input and output voltage ratings may be exceeded if the input and | output current ratings are observed (please refer to the data sheet) | | Subparameter typ min max | | Thresholds | Vinh 2.0 NA NA Vinl 0.8 NA NA | | Overshoot | S_overshoot_high 6.5 6.5 6.5 | Static overshoot S_overshoot_low -0.5 -0.5 -0.5 D_overshoot_high 7.2 7.2 7.2 | Dynamic overshoot D_overshoot_low -0.95 -0.9 -1.0 | D_overshoot_time 3n 3n 3n | | | Timing Thresholds | | [Temperature Range] 25.0000 85.0000 -40.0000 | Remark: The curves below are the result of a simulation using the following | die temperatures: 40.0000 100.0000 -25.0000 | [Voltage Range] 3.3000V 3.0000V 3.6000V |Process Range nominal slow fast | [GND_clamp] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.564E+00 -4.606E+00 -4.517E+00 -5.350E+00 -4.414E+00 -4.456E+00 -4.367E+00 -5.200E+00 -4.265E+00 -4.306E+00 -4.217E+00 -5.050E+00 -4.115E+00 -4.157E+00 -4.067E+00 -4.900E+00 -3.965E+00 -4.007E+00 -3.917E+00 -4.750E+00 -3.815E+00 -3.857E+00 -3.767E+00 -4.600E+00 -3.666E+00 -3.708E+00 -3.617E+00 -4.450E+00 -3.516E+00 -3.558E+00 -3.467E+00 -4.300E+00 -3.366E+00 -3.409E+00 -3.317E+00 -4.150E+00 -3.217E+00 -3.260E+00 -3.168E+00 -4.000E+00 -3.067E+00 -3.111E+00 -3.018E+00 -3.850E+00 -2.918E+00 -2.962E+00 -2.868E+00 -3.700E+00 -2.769E+00 -2.812E+00 -2.718E+00 -3.550E+00 -2.619E+00 -2.664E+00 -2.569E+00 -3.400E+00 -2.470E+00 -2.515E+00 -2.419E+00 -3.250E+00 -2.321E+00 -2.366E+00 -2.270E+00 -3.100E+00 -2.172E+00 -2.217E+00 -2.121E+00 -2.950E+00 -2.023E+00 -2.069E+00 -1.971E+00 -2.800E+00 -1.875E+00 -1.921E+00 -1.822E+00 -2.650E+00 -1.726E+00 -1.773E+00 -1.673E+00 -2.500E+00 -1.578E+00 -1.625E+00 -1.525E+00 -2.350E+00 -1.430E+00 -1.477E+00 -1.376E+00 -2.200E+00 -1.282E+00 -1.330E+00 -1.228E+00 -2.050E+00 -1.135E+00 -1.183E+00 -1.080E+00 -1.900E+00 -988.039E-03 -1.037E+00 -932.405E-03 -1.750E+00 -841.925E-03 -891.431E-03 -785.565E-03 -1.600E+00 -696.819E-03 -747.003E-03 -639.657E-03 -1.450E+00 -553.451E-03 -604.401E-03 -495.380E-03 -1.300E+00 -415.977E-03 -468.208E-03 -356.417E-03 -1.150E+00 -333.718E-03 -397.656E-03 -260.862E-03 -1.000E+00 -244.768E-03 -339.358E-03 -140.474E-03 -850.000E-03 -59.604E-03 -186.814E-03 -12.752E-03 -700.000E-03 -2.671E-03 -7.342E-03 -5.254E-03 -550.000E-03 -779.511E-06 -404.661E-06 -1.865E-03 -400.000E-03 -132.206E-06 -65.167E-06 -277.848E-06 -250.000E-03 -4.239E-06 -5.479E-06 -2.871E-06 -100.000E-03 -14.507E-09 -27.081E-09 -4.365E-09 50.000E-03 217.107E-12 494.568E-12 38.977E-12 200.000E-03 261.200E-12 631.790E-12 44.269E-12 350.000E-03 266.133E-12 640.679E-12 45.664E-12 500.000E-03 271.191E-12 648.693E-12 47.157E-12 650.000E-03 276.423E-12 656.889E-12 48.723E-12 800.000E-03 281.795E-12 665.226E-12 50.353E-12 950.000E-03 287.295E-12 673.685E-12 52.045E-12 1.100E+00 292.916E-12 682.256E-12 53.798E-12 1.250E+00 298.657E-12 690.938E-12 55.614E-12 1.400E+00 304.517E-12 699.726E-12 57.493E-12 1.550E+00 310.497E-12 708.624E-12 59.437E-12 1.700E+00 316.597E-12 717.629E-12 61.448E-12 1.850E+00 322.821E-12 726.744E-12 63.529E-12 2.000E+00 329.169E-12 735.970E-12 65.681E-12 2.150E+00 335.644E-12 745.309E-12 67.906E-12 2.300E+00 342.248E-12 754.764E-12 70.207E-12 2.450E+00 348.987E-12 764.339E-12 72.587E-12 2.600E+00 355.864E-12 774.040E-12 75.050E-12 2.750E+00 362.887E-12 783.876E-12 77.599E-12 2.900E+00 370.062E-12 793.855E-12 80.238E-12 3.050E+00 377.397E-12 803.992E-12 82.971E-12 3.200E+00 384.906E-12 814.303E-12 85.805E-12 3.350E+00 392.601E-12 824.809E-12 88.746E-12 3.500E+00 400.497E-12 835.530E-12 91.801E-12 3.650E+00 408.612E-12 846.494E-12 94.976E-12 3.800E+00 416.966E-12 857.729E-12 98.282E-12 3.950E+00 425.581E-12 869.267E-12 101.728E-12 4.100E+00 434.477E-12 881.140E-12 105.324E-12 4.250E+00 443.682E-12 893.384E-12 109.080E-12 4.400E+00 453.220E-12 906.037E-12 113.011E-12 4.550E+00 463.120E-12 919.137E-12 117.128E-12 4.700E+00 473.410E-12 932.723E-12 121.445E-12 4.850E+00 484.120E-12 946.833E-12 125.979E-12 5.000E+00 495.280E-12 961.506E-12 130.743E-12 5.150E+00 506.920E-12 976.785E-12 135.754E-12 5.300E+00 519.070E-12 992.705E-12 141.031E-12 5.450E+00 531.769E-12 1.009E-09 146.589E-12 5.500E+00 536.127E-12 1.015E-09 148.509E-12 | [POWER_clamp] | voltage I(typ) I(min) I(max) | -8.000E+00 1.804E-09 2.370E-09 981.234E-12 -7.900E+00 1.764E-09 2.329E-09 949.999E-12 -7.800E+00 1.724E-09 2.289E-09 919.718E-12 -7.700E+00 1.686E-09 2.250E-09 890.375E-12 -7.600E+00 1.648E-09 2.211E-09 861.934E-12 -7.500E+00 1.611E-09 2.174E-09 834.375E-12 -7.400E+00 1.575E-09 2.136E-09 807.676E-12 -7.300E+00 1.539E-09 2.100E-09 781.807E-12 -7.200E+00 1.505E-09 2.064E-09 756.747E-12 -7.100E+00 1.471E-09 2.028E-09 732.477E-12 -7.000E+00 1.438E-09 1.994E-09 708.973E-12 -6.900E+00 1.406E-09 1.960E-09 686.212E-12 -6.800E+00 1.374E-09 1.926E-09 664.175E-12 -6.700E+00 1.343E-09 1.893E-09 642.840E-12 -6.600E+00 1.313E-09 1.861E-09 622.186E-12 -6.500E+00 1.284E-09 1.830E-09 602.200E-12 -6.400E+00 1.255E-09 1.799E-09 582.858E-12 -6.300E+00 1.227E-09 1.769E-09 564.141E-12 -6.200E+00 1.200E-09 1.739E-09 546.033E-12 -6.100E+00 1.173E-09 1.710E-09 528.515E-12 -6.000E+00 1.147E-09 1.681E-09 511.572E-12 -5.900E+00 1.121E-09 1.654E-09 495.186E-12 -5.800E+00 1.097E-09 1.626E-09 479.342E-12 -5.700E+00 1.073E-09 1.600E-09 464.023E-12 -5.600E+00 1.049E-09 1.573E-09 449.214E-12 -5.500E+00 1.026E-09 1.548E-09 434.899E-12 -5.400E+00 1.004E-09 1.523E-09 421.067E-12 -5.300E+00 981.780E-12 1.499E-09 407.698E-12 -5.200E+00 960.529E-12 1.475E-09 394.783E-12 -5.100E+00 939.831E-12 1.451E-09 382.305E-12 -5.000E+00 919.679E-12 1.429E-09 370.254E-12 -4.900E+00 900.060E-12 1.406E-09 358.613E-12 -4.800E+00 880.963E-12 1.385E-09 347.375E-12 -4.700E+00 862.379E-12 1.363E-09 336.522E-12 -4.600E+00 844.301E-12 1.343E-09 326.046E-12 -4.500E+00 826.718E-12 1.323E-09 315.933E-12 -4.400E+00 809.615E-12 1.303E-09 306.173E-12 -4.300E+00 792.987E-12 1.284E-09 296.755E-12 -4.200E+00 776.824E-12 1.265E-09 287.667E-12 -4.100E+00 761.116E-12 1.247E-09 278.898E-12 -4.000E+00 745.856E-12 1.229E-09 270.440E-12 -3.900E+00 731.026E-12 1.212E-09 262.282E-12 -3.800E+00 716.624E-12 1.195E-09 254.412E-12 -3.700E+00 702.636E-12 1.179E-09 246.824E-12 -3.600E+00 689.057E-12 1.163E-09 239.504E-12 -3.500E+00 675.871E-12 1.148E-09 232.449E-12 -3.400E+00 663.072E-12 1.133E-09 225.646E-12 -3.300E+00 650.650E-12 1.118E-09 219.086E-12 -3.200E+00 638.599E-12 1.104E-09 212.764E-12 -3.100E+00 626.901E-12 1.090E-09 206.667E-12 -3.000E+00 615.552E-12 1.077E-09 200.790E-12 -2.900E+00 604.544E-12 1.064E-09 195.125E-12 -2.800E+00 593.862E-12 1.051E-09 189.663E-12 -2.700E+00 583.497E-12 1.039E-09 184.399E-12 -2.600E+00 573.443E-12 1.027E-09 179.321E-12 -2.500E+00 563.691E-12 1.015E-09 174.428E-12 -2.400E+00 554.225E-12 1.004E-09 169.709E-12 -2.300E+00 545.041E-12 992.705E-12 165.158E-12 -2.200E+00 536.127E-12 982.018E-12 160.769E-12 -2.100E+00 527.474E-12 971.621E-12 156.534E-12 -2.000E+00 519.070E-12 961.506E-12 152.451E-12 -1.900E+00 510.912E-12 951.659E-12 148.509E-12 -1.800E+00 502.983E-12 942.068E-12 144.703E-12 -1.700E+00 495.280E-12 932.723E-12 141.031E-12 -1.600E+00 487.788E-12 923.608E-12 137.483E-12 -1.500E+00 480.500E-12 914.719E-12 134.054E-12 -1.400E+00 473.410E-12 906.037E-12 130.743E-12 -1.300E+00 466.504E-12 897.555E-12 127.540E-12 -1.200E+00 459.779E-12 889.259E-12 124.443E-12 -1.100E+00 453.220E-12 881.140E-12 121.445E-12 -1.000E+00 446.823E-12 873.185E-12 118.544E-12 -900.000E-03 440.577E-12 865.385E-12 115.733E-12 -800.000E-03 434.477E-12 857.729E-12 113.011E-12 -700.000E-03 428.512E-12 850.207E-12 110.371E-12 -600.000E-03 422.679E-12 842.810E-12 107.809E-12 -500.000E-03 416.966E-12 835.530E-12 105.324E-12 -400.000E-03 411.370E-12 828.357E-12 102.909E-12 -300.000E-03 405.882E-12 821.284E-12 100.563E-12 -200.000E-03 400.497E-12 814.303E-12 98.282E-12 -100.000E-03 395.210E-12 807.408E-12 96.063E-12 0.000E+00 390.015E-12 800.595E-12 93.904E-12 | | End [Model] LVC15_4245IN_33 | |************************************************************************ | Model LVC15_4245IN_25 |************************************************************************ | [Model] LVC15_4245IN_25 Model_type Input Vinl = 0.7000V Vinh = 1.7000V C_comp 4.14pF 2.37pF 5.91pF | | [Model Spec] | | Note: The input and output voltage ratings may be exceeded if the input and | output current ratings are observed (please refer to the data sheet) | | Subparameter typ min max | | Thresholds | Vinh 1.7 NA NA Vinl 0.7 NA NA | | Overshoot | S_overshoot_high 6.5 6.5 6.5 | Static overshoot S_overshoot_low -0.5 -0.5 -0.5 D_overshoot_high 7.2 7.2 7.2 | Dynamic overshoot D_overshoot_low -0.95 -0.9 -1.0 | D_overshoot_time 3n 3n 3n | | | Timing Thresholds | | [Temperature Range] 25.0000 85.0000 -40.0000 | Remark: The curves below are the result of a simulation using the following | die temperatures: 35.0000 95.0000 -30.0000 | [Voltage Range] 2.5000V 2.3000V 2.7000V |Process Range nominal slow fast | [GND_clamp] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.556E+00 -4.597E+00 -4.509E+00 -5.350E+00 -4.406E+00 -4.447E+00 -4.359E+00 -5.200E+00 -4.256E+00 -4.298E+00 -4.209E+00 -5.050E+00 -4.106E+00 -4.148E+00 -4.059E+00 -4.900E+00 -3.957E+00 -3.999E+00 -3.909E+00 -4.750E+00 -3.807E+00 -3.849E+00 -3.759E+00 -4.600E+00 -3.657E+00 -3.700E+00 -3.609E+00 -4.450E+00 -3.508E+00 -3.551E+00 -3.459E+00 -4.300E+00 -3.358E+00 -3.401E+00 -3.309E+00 -4.150E+00 -3.209E+00 -3.252E+00 -3.160E+00 -4.000E+00 -3.060E+00 -3.103E+00 -3.010E+00 -3.850E+00 -2.910E+00 -2.954E+00 -2.861E+00 -3.700E+00 -2.761E+00 -2.805E+00 -2.711E+00 -3.550E+00 -2.612E+00 -2.656E+00 -2.561E+00 -3.400E+00 -2.463E+00 -2.507E+00 -2.412E+00 -3.250E+00 -2.314E+00 -2.359E+00 -2.263E+00 -3.100E+00 -2.165E+00 -2.210E+00 -2.114E+00 -2.950E+00 -2.016E+00 -2.062E+00 -1.964E+00 -2.800E+00 -1.868E+00 -1.914E+00 -1.815E+00 -2.650E+00 -1.719E+00 -1.766E+00 -1.667E+00 -2.500E+00 -1.571E+00 -1.618E+00 -1.518E+00 -2.350E+00 -1.423E+00 -1.471E+00 -1.369E+00 -2.200E+00 -1.276E+00 -1.323E+00 -1.221E+00 -2.050E+00 -1.128E+00 -1.177E+00 -1.073E+00 -1.900E+00 -981.622E-03 -1.030E+00 -926.104E-03 -1.750E+00 -835.582E-03 -885.072E-03 -779.346E-03 -1.600E+00 -690.546E-03 -740.706E-03 -633.513E-03 -1.450E+00 -547.242E-03 -598.161E-03 -489.303E-03 -1.300E+00 -409.771E-03 -461.964E-03 -350.349E-03 -1.150E+00 -326.243E-03 -390.115E-03 -253.589E-03 -1.000E+00 -234.032E-03 -328.268E-03 -130.750E-03 -850.000E-03 -50.172E-03 -169.570E-03 -12.025E-03 -700.000E-03 -2.565E-03 -5.934E-03 -5.287E-03 -550.000E-03 -762.878E-06 -379.572E-06 -1.840E-03 -400.000E-03 -123.534E-06 -61.035E-06 -257.255E-06 -250.000E-03 -3.439E-06 -4.646E-06 -2.193E-06 -100.000E-03 -10.668E-09 -21.060E-09 -2.884E-09 50.000E-03 151.291E-12 371.446E-12 23.623E-12 200.000E-03 181.087E-12 472.054E-12 26.713E-12 350.000E-03 184.549E-12 478.702E-12 27.572E-12 500.000E-03 188.114E-12 484.775E-12 28.493E-12 650.000E-03 191.803E-12 490.987E-12 29.460E-12 800.000E-03 195.593E-12 497.308E-12 30.467E-12 950.000E-03 199.473E-12 503.723E-12 31.512E-12 1.100E+00 203.441E-12 510.225E-12 32.597E-12 1.250E+00 207.494E-12 516.810E-12 33.720E-12 1.400E+00 211.633E-12 523.479E-12 34.884E-12 1.550E+00 215.857E-12 530.231E-12 36.089E-12 1.700E+00 220.169E-12 537.065E-12 37.336E-12 1.850E+00 224.568E-12 543.985E-12 38.627E-12 2.000E+00 229.057E-12 550.990E-12 39.963E-12 2.150E+00 233.636E-12 558.083E-12 41.345E-12 2.300E+00 238.310E-12 565.264E-12 42.776E-12 2.450E+00 243.080E-12 572.538E-12 44.257E-12 2.600E+00 247.949E-12 579.909E-12 45.790E-12 2.750E+00 252.923E-12 587.383E-12 47.377E-12 2.900E+00 258.006E-12 594.969E-12 49.022E-12 3.050E+00 263.206E-12 602.674E-12 50.728E-12 3.200E+00 268.529E-12 610.514E-12 52.497E-12 3.350E+00 273.985E-12 618.502E-12 54.334E-12 3.500E+00 279.586E-12 626.658E-12 56.243E-12 3.650E+00 285.345E-12 634.997E-12 58.229E-12 3.800E+00 291.274E-12 643.543E-12 60.298E-12 3.950E+00 297.389E-12 652.322E-12 62.455E-12 4.100E+00 303.706E-12 661.358E-12 64.708E-12 4.250E+00 310.244E-12 670.678E-12 67.063E-12 4.400E+00 317.021E-12 680.311E-12 69.528E-12 4.550E+00 324.057E-12 690.284E-12 72.112E-12 4.700E+00 331.370E-12 700.627E-12 74.824E-12 4.850E+00 338.984E-12 711.372E-12 77.673E-12 5.000E+00 346.919E-12 722.550E-12 80.668E-12 5.150E+00 355.200E-12 734.188E-12 83.820E-12 5.300E+00 363.847E-12 746.319E-12 87.141E-12 5.450E+00 372.882E-12 758.968E-12 90.642E-12 5.500E+00 375.984E-12 763.307E-12 91.851E-12 | [POWER_clamp] | voltage I(typ) I(min) I(max) | -8.700E+00 1.256E-09 1.800E-09 586.407E-12 -8.600E+00 1.228E-09 1.769E-09 567.407E-12 -8.500E+00 1.200E-09 1.738E-09 549.001E-12 -8.400E+00 1.173E-09 1.708E-09 531.176E-12 -8.300E+00 1.146E-09 1.679E-09 513.913E-12 -8.200E+00 1.120E-09 1.650E-09 497.198E-12 -8.100E+00 1.095E-09 1.621E-09 481.013E-12 -8.000E+00 1.070E-09 1.593E-09 465.346E-12 -7.900E+00 1.046E-09 1.565E-09 450.181E-12 -7.800E+00 1.022E-09 1.538E-09 435.504E-12 -7.700E+00 998.575E-12 1.512E-09 421.300E-12 -7.600E+00 975.890E-12 1.485E-09 407.555E-12 -7.500E+00 953.731E-12 1.460E-09 394.258E-12 -7.400E+00 932.093E-12 1.435E-09 381.393E-12 -7.300E+00 910.967E-12 1.410E-09 368.950E-12 -7.200E+00 890.345E-12 1.386E-09 356.917E-12 -7.100E+00 870.216E-12 1.362E-09 345.280E-12 -7.000E+00 850.570E-12 1.339E-09 334.030E-12 -6.900E+00 831.404E-12 1.316E-09 323.153E-12 -6.800E+00 812.707E-12 1.294E-09 312.640E-12 -6.700E+00 794.471E-12 1.272E-09 302.478E-12 -6.600E+00 776.690E-12 1.251E-09 292.657E-12 -6.500E+00 759.353E-12 1.230E-09 283.169E-12 -6.400E+00 742.456E-12 1.210E-09 274.003E-12 -6.300E+00 725.992E-12 1.190E-09 265.148E-12 -6.200E+00 709.947E-12 1.170E-09 256.596E-12 -6.100E+00 694.318E-12 1.151E-09 248.336E-12 -6.000E+00 679.096E-12 1.132E-09 240.361E-12 -5.900E+00 664.273E-12 1.114E-09 232.662E-12 -5.800E+00 649.845E-12 1.096E-09 225.230E-12 -5.700E+00 635.801E-12 1.079E-09 218.056E-12 -5.600E+00 622.134E-12 1.062E-09 211.134E-12 -5.500E+00 608.843E-12 1.045E-09 204.454E-12 -5.400E+00 595.910E-12 1.029E-09 198.010E-12 -5.300E+00 583.334E-12 1.013E-09 191.792E-12 -5.200E+00 571.107E-12 998.071E-12 185.796E-12 -5.100E+00 559.220E-12 983.064E-12 180.010E-12 -5.000E+00 547.670E-12 968.437E-12 174.433E-12 -4.900E+00 536.446E-12 954.186E-12 169.055E-12 -4.800E+00 525.544E-12 940.309E-12 163.870E-12 -4.700E+00 514.954E-12 926.793E-12 158.871E-12 -4.600E+00 504.669E-12 913.637E-12 154.050E-12 -4.500E+00 494.684E-12 900.834E-12 149.406E-12 -4.400E+00 484.989E-12 888.372E-12 144.931E-12 -4.300E+00 475.580E-12 876.253E-12 140.615E-12 -4.200E+00 466.451E-12 864.465E-12 136.458E-12 -4.100E+00 457.591E-12 853.006E-12 132.452E-12 -4.000E+00 448.994E-12 841.863E-12 128.590E-12 -3.900E+00 440.653E-12 831.031E-12 124.871E-12 -3.800E+00 432.563E-12 820.506E-12 121.286E-12 -3.700E+00 424.717E-12 810.275E-12 117.831E-12 -3.600E+00 417.103E-12 800.335E-12 114.503E-12 -3.500E+00 409.721E-12 790.676E-12 111.294E-12 -3.400E+00 402.557E-12 781.291E-12 108.203E-12 -3.300E+00 395.608E-12 772.170E-12 105.222E-12 -3.200E+00 388.871E-12 763.307E-12 102.350E-12 -3.100E+00 382.330E-12 754.691E-12 99.581E-12 -3.000E+00 375.984E-12 746.319E-12 96.911E-12 -2.900E+00 369.825E-12 738.177E-12 94.335E-12 -2.800E+00 363.847E-12 730.257E-12 91.851E-12 -2.700E+00 358.040E-12 722.550E-12 89.454E-12 -2.600E+00 352.399E-12 715.050E-12 87.141E-12 -2.500E+00 346.919E-12 707.745E-12 84.907E-12 -2.400E+00 341.594E-12 700.627E-12 82.752E-12 -2.300E+00 336.411E-12 693.688E-12 80.668E-12 -2.200E+00 331.370E-12 686.919E-12 78.654E-12 -2.100E+00 326.460E-12 680.311E-12 76.707E-12 -2.000E+00 321.681E-12 673.854E-12 74.824E-12 -1.900E+00 317.021E-12 667.538E-12 73.001E-12 -1.800E+00 312.474E-12 661.358E-12 71.237E-12 -1.700E+00 308.039E-12 655.304E-12 69.528E-12 -1.600E+00 303.706E-12 649.370E-12 67.872E-12 -1.500E+00 299.470E-12 643.543E-12 66.267E-12 -1.400E+00 295.328E-12 637.821E-12 64.708E-12 -1.300E+00 291.274E-12 632.196E-12 63.195E-12 -1.200E+00 287.302E-12 626.658E-12 61.726E-12 -1.100E+00 283.407E-12 621.202E-12 60.298E-12 -1.000E+00 279.586E-12 615.822E-12 58.909E-12 -900.000E-03 275.836E-12 610.514E-12 57.558E-12 -800.000E-03 272.151E-12 605.272E-12 56.243E-12 -700.000E-03 268.529E-12 600.092E-12 54.962E-12 -600.000E-03 264.965E-12 594.969E-12 53.714E-12 -500.000E-03 261.459E-12 589.899E-12 52.498E-12 -400.000E-03 258.006E-12 584.880E-12 51.310E-12 -300.000E-03 254.605E-12 579.909E-12 50.153E-12 -200.000E-03 251.254E-12 574.984E-12 49.023E-12 -100.000E-03 247.950E-12 570.103E-12 47.919E-12 0.000E+00 244.693E-12 565.264E-12 46.842E-12 | | End [Model] LVC15_4245IN_25 | |************************************************************************ | Model LVC15_4245IONA_50 |************************************************************************ | [Model] LVC15_4245IONA_50 Model_type I/O Polarity Non-Inverting Enable Active-Low Vinl = 0.8000V Vinh = 2.0000V Vmeas = 2.5000V Cref = 50.0000pF Rref = 0.5000k Vref = 10.000V C_comp 9.29pF 8.93pF 9.65pF | | [Model Spec] | | Note: The input and output voltage ratings may be exceeded if the input and | output current ratings are observed (please refer to the data sheet) | | Subparameter typ min max | | Overshoot | S_overshoot_high 6.5 6.5 6.5 | Static overshoot S_overshoot_low -0.5 -0.5 -0.5 D_overshoot_high 7.2 7.2 7.2 | Dynamic overshoot D_overshoot_low -0.95 -0.9 -1.0 | D_overshoot_time 3n 3n 3n | | | Timing Thresholds | Vmeas 2.5 2.25 2.75 | | [Temperature Range] 25.0000 85.0000 -40.0000 | Remark: The curves below are the result of a simulation using the following | die temperatures: 55.0000 110.0000 -5.0000 | |Voltage Range VCCA [Voltage Range] 5.0000V 4.5000V 5.5000V | Remark: The curves below are the result of a simulation using |Voltage Range VCCB 3.3000V 3.0000V 3.6000V | |Process Range nominal slow fast | [Pulldown] | voltage I(typ) I(min) I(max) | -5.500E+00 -9.310E-02 -5.118E-02 -1.576E-01 -5.250E+00 -9.310E-02 -5.118E-02 -1.576E-01 -5.000E+00 -9.310E-02 -5.118E-02 -1.576E-01 -4.750E+00 -9.310E-02 -5.118E-02 -1.576E-01 -4.500E+00 -9.310E-02 -5.118E-02 -1.576E-01 -4.250E+00 -9.310E-02 -5.118E-02 -1.576E-01 -4.000E+00 -9.310E-02 -5.118E-02 -1.576E-01 -3.750E+00 -9.310E-02 -5.118E-02 -1.576E-01 -3.500E+00 -9.310E-02 -5.118E-02 -1.576E-01 -3.250E+00 -9.310E-02 -5.118E-02 -1.576E-01 -3.000E+00 -9.310E-02 -5.118E-02 -1.576E-01 -2.750E+00 -9.310E-02 -5.118E-02 -1.576E-01 -2.500E+00 -9.310E-02 -5.118E-02 -1.576E-01 -2.250E+00 -9.310E-02 -5.118E-02 -1.576E-01 -2.000E+00 -9.310E-02 -5.118E-02 -1.576E-01 -1.750E+00 -9.310E-02 -5.118E-02 -1.576E-01 -1.500E+00 -9.310E-02 -5.118E-02 -1.576E-01 -1.250E+00 -9.310E-02 -5.118E-02 -1.576E-01 -1.000E+00 -9.310E-02 -5.118E-02 -1.576E-01 -7.500E-01 -9.310E-02 -5.118E-02 -1.576E-01 -5.000E-01 -6.723E-02 -4.107E-02 -1.161E-01 -2.500E-01 -3.499E-02 -2.101E-02 -6.170E-02 0.000E+00 2.644E-12 3.197E-12 2.276E-12 1.000E-01 1.404E-02 8.278E-03 2.517E-02 2.000E-01 2.746E-02 1.624E-02 4.901E-02 3.000E-01 4.027E-02 2.389E-02 7.156E-02 4.000E-01 5.249E-02 3.124E-02 9.289E-02 5.000E-01 6.414E-02 3.827E-02 1.131E-01 6.000E-01 7.522E-02 4.500E-02 1.321E-01 7.000E-01 8.575E-02 5.142E-02 1.501E-01 8.000E-01 9.575E-02 5.755E-02 1.670E-01 9.000E-01 1.052E-01 6.338E-02 1.830E-01 1.000E+00 1.142E-01 6.892E-02 1.981E-01 1.100E+00 1.227E-01 7.417E-02 2.123E-01 1.200E+00 1.307E-01 7.914E-02 2.256E-01 1.300E+00 1.383E-01 8.382E-02 2.381E-01 1.400E+00 1.454E-01 8.823E-02 2.498E-01 1.500E+00 1.521E-01 9.237E-02 2.608E-01 1.600E+00 1.583E-01 9.623E-02 2.711E-01 1.700E+00 1.641E-01 9.982E-02 2.806E-01 1.800E+00 1.696E-01 1.032E-01 2.895E-01 1.900E+00 1.746E-01 1.062E-01 2.978E-01 2.000E+00 1.792E-01 1.090E-01 3.055E-01 2.100E+00 1.835E-01 1.116E-01 3.125E-01 2.200E+00 1.874E-01 1.139E-01 3.191E-01 2.300E+00 1.910E-01 1.160E-01 3.250E-01 2.400E+00 1.942E-01 1.178E-01 3.305E-01 2.500E+00 1.971E-01 1.194E-01 3.354E-01 2.600E+00 1.997E-01 1.207E-01 3.399E-01 2.700E+00 2.020E-01 1.219E-01 3.439E-01 2.800E+00 2.039E-01 1.228E-01 3.475E-01 2.900E+00 2.056E-01 1.236E-01 3.506E-01 3.000E+00 2.070E-01 1.242E-01 3.534E-01 3.100E+00 2.082E-01 1.246E-01 3.558E-01 3.200E+00 2.092E-01 1.250E-01 3.578E-01 3.300E+00 2.099E-01 1.253E-01 3.595E-01 3.400E+00 2.106E-01 1.255E-01 3.609E-01 3.500E+00 2.111E-01 1.256E-01 3.621E-01 3.600E+00 2.115E-01 1.257E-01 3.631E-01 3.950E+00 2.123E-01 1.260E-01 3.656E-01 4.300E+00 2.130E-01 1.263E-01 3.665E-01 4.650E+00 2.138E-01 1.267E-01 3.675E-01 5.000E+00 2.146E-01 1.270E-01 3.684E-01 5.350E+00 2.154E-01 1.273E-01 3.693E-01 5.700E+00 2.161E-01 1.405E-01 3.703E-01 6.050E+00 2.169E-01 1.549E-01 3.712E-01 6.400E+00 2.342E-01 1.698E-01 3.722E-01 6.750E+00 2.520E-01 1.849E-01 3.731E-01 7.100E+00 2.697E-01 2.001E-01 3.957E-01 7.450E+00 2.874E-01 2.154E-01 4.182E-01 7.800E+00 3.050E-01 2.307E-01 4.406E-01 8.150E+00 3.225E-01 2.461E-01 4.628E-01 8.500E+00 3.399E-01 2.616E-01 4.848E-01 8.850E+00 3.572E-01 2.771E-01 5.068E-01 9.200E+00 3.746E-01 2.926E-01 5.289E-01 9.550E+00 3.919E-01 3.082E-01 5.511E-01 9.900E+00 4.093E-01 3.238E-01 5.736E-01 1.025E+01 4.269E-01 3.396E-01 5.965E-01 1.060E+01 4.446E-01 3.554E-01 6.198E-01 1.095E+01 4.626E-01 3.713E-01 6.438E-01 1.100E+01 4.652E-01 3.736E-01 6.472E-01 | [Pullup] | voltage I(typ) I(min) I(max) | -8.000E+00 6.510E-02 3.936E-02 1.220E-01 -7.650E+00 6.510E-02 3.936E-02 1.220E-01 -7.300E+00 6.510E-02 3.936E-02 1.220E-01 -6.950E+00 6.510E-02 3.936E-02 1.220E-01 -6.600E+00 6.510E-02 3.936E-02 1.220E-01 -6.250E+00 6.510E-02 3.936E-02 1.220E-01 -5.900E+00 6.510E-02 3.936E-02 1.220E-01 -5.550E+00 6.510E-02 3.936E-02 1.220E-01 -5.200E+00 6.510E-02 3.936E-02 1.220E-01 -4.850E+00 6.510E-02 3.936E-02 1.220E-01 -4.500E+00 6.510E-02 3.936E-02 1.220E-01 -4.150E+00 6.510E-02 3.936E-02 1.220E-01 -3.800E+00 6.510E-02 3.936E-02 1.220E-01 -3.450E+00 6.510E-02 3.936E-02 1.220E-01 -3.100E+00 6.510E-02 3.936E-02 1.220E-01 -2.750E+00 6.510E-02 3.936E-02 1.220E-01 -2.400E+00 6.510E-02 3.936E-02 1.220E-01 -2.050E+00 6.510E-02 3.936E-02 1.220E-01 -1.700E+00 6.510E-02 3.936E-02 1.220E-01 -1.350E+00 6.510E-02 3.936E-02 1.220E-01 -1.000E+00 6.510E-02 3.936E-02 1.220E-01 -9.000E-01 6.510E-02 3.936E-02 1.220E-01 -8.000E-01 6.510E-02 3.936E-02 1.220E-01 -7.000E-01 6.510E-02 3.936E-02 1.113E-01 -6.000E-01 5.673E-02 3.446E-02 9.732E-02 -5.000E-01 4.788E-02 2.899E-02 8.237E-02 -4.000E-01 3.871E-02 2.338E-02 6.677E-02 -3.000E-01 2.925E-02 1.764E-02 5.049E-02 -2.000E-01 1.948E-02 1.172E-02 3.387E-02 -1.000E-01 9.725E-03 5.801E-03 1.704E-02 0.000E+00 -4.347E-13 -7.782E-13 -2.194E-13 1.000E-01 -9.540E-03 -5.643E-03 -1.681E-02 2.000E-01 -1.874E-02 -1.109E-02 -3.299E-02 3.000E-01 -2.760E-02 -1.633E-02 -4.854E-02 4.000E-01 -3.613E-02 -2.137E-02 -6.346E-02 5.000E-01 -4.432E-02 -2.621E-02 -7.777E-02 6.000E-01 -5.217E-02 -3.086E-02 -9.148E-02 7.000E-01 -5.971E-02 -3.530E-02 -1.046E-01 8.000E-01 -6.692E-02 -3.955E-02 -1.172E-01 9.000E-01 -7.382E-02 -4.360E-02 -1.292E-01 1.000E+00 -8.042E-02 -4.746E-02 -1.407E-01 1.100E+00 -8.671E-02 -5.113E-02 -1.517E-01 1.200E+00 -9.270E-02 -5.461E-02 -1.621E-01 1.300E+00 -9.841E-02 -5.791E-02 -1.721E-01 1.400E+00 -1.038E-01 -6.102E-02 -1.816E-01 1.500E+00 -1.090E-01 -6.395E-02 -1.906E-01 1.600E+00 -1.138E-01 -6.671E-02 -1.992E-01 1.700E+00 -1.185E-01 -6.929E-02 -2.074E-01 1.800E+00 -1.228E-01 -7.170E-02 -2.151E-01 1.900E+00 -1.269E-01 -7.394E-02 -2.224E-01 2.000E+00 -1.308E-01 -7.603E-02 -2.294E-01 2.100E+00 -1.344E-01 -7.795E-02 -2.360E-01 2.200E+00 -1.378E-01 -7.973E-02 -2.422E-01 2.300E+00 -1.409E-01 -8.137E-02 -2.480E-01 2.400E+00 -1.439E-01 -8.288E-02 -2.536E-01 2.500E+00 -1.467E-01 -8.426E-02 -2.588E-01 2.600E+00 -1.493E-01 -8.555E-02 -2.638E-01 2.700E+00 -1.517E-01 -8.675E-02 -2.684E-01 2.800E+00 -1.540E-01 -8.788E-02 -2.729E-01 2.900E+00 -1.562E-01 -8.896E-02 -2.771E-01 3.000E+00 -1.583E-01 -9.000E-02 -2.812E-01 3.100E+00 -1.603E-01 -9.099E-02 -2.851E-01 3.200E+00 -1.623E-01 -9.192E-02 -2.889E-01 3.300E+00 -1.643E-01 -9.277E-02 -2.927E-01 3.400E+00 -1.663E-01 -9.353E-02 -2.965E-01 3.500E+00 -1.682E-01 -9.415E-02 -3.003E-01 3.600E+00 -1.701E-01 -9.457E-02 -3.043E-01 3.800E+00 -1.730E-01 -9.508E-02 -3.123E-01 4.000E+00 -1.743E-01 -9.540E-02 -3.197E-01 4.200E+00 -1.749E-01 -9.559E-02 -3.238E-01 4.400E+00 -1.751E-01 -9.571E-02 -3.246E-01 4.600E+00 -1.751E-01 -9.606E-02 -3.248E-01 4.800E+00 -1.751E-01 -9.665E-02 -3.249E-01 5.000E+00 -1.761E-01 -9.725E-02 -3.251E-01 5.200E+00 -1.774E-01 -9.839E-02 -3.252E-01 5.400E+00 -1.785E-01 -1.032E-01 -3.254E-01 5.600E+00 -1.797E-01 -1.097E-01 -3.279E-01 5.800E+00 -1.819E-01 -1.165E-01 -3.303E-01 6.000E+00 -1.895E-01 -1.237E-01 -3.327E-01 6.200E+00 -1.989E-01 -1.311E-01 -3.355E-01 6.400E+00 -2.088E-01 -1.388E-01 -3.391E-01 6.600E+00 -2.191E-01 -1.468E-01 -3.504E-01 6.800E+00 -2.298E-01 -1.549E-01 -3.644E-01 7.000E+00 -2.409E-01 -1.632E-01 -3.791E-01 7.200E+00 -2.521E-01 -1.716E-01 -3.945E-01 7.400E+00 -2.635E-01 -1.806E-01 -4.105E-01 7.600E+00 -2.751E-01 -1.908E-01 -4.269E-01 7.800E+00 -2.869E-01 -2.048E-01 -4.435E-01 8.000E+00 -2.995E-01 -2.048E-01 -4.603E-01 8.200E+00 -3.141E-01 -2.048E-01 -4.773E-01 8.400E+00 -3.318E-01 -2.048E-01 -4.953E-01 8.600E+00 -3.564E-01 -2.048E-01 -5.158E-01 8.800E+00 -3.564E-01 -2.048E-01 -5.397E-01 9.000E+00 -3.564E-01 -2.048E-01 -5.677E-01 9.100E+00 -3.564E-01 -2.048E-01 -5.841E-01 | [GND_clamp] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.630E+00 -4.672E+00 -4.621E+00 -5.350E+00 -4.480E+00 -4.522E+00 -4.473E+00 -5.200E+00 -4.331E+00 -4.373E+00 -4.324E+00 -5.050E+00 -4.181E+00 -4.223E+00 -4.177E+00 -4.900E+00 -4.032E+00 -4.073E+00 -4.030E+00 -4.750E+00 -3.882E+00 -3.924E+00 -3.884E+00 -4.600E+00 -3.733E+00 -3.775E+00 -3.738E+00 -4.450E+00 -3.584E+00 -3.625E+00 -3.589E+00 -4.300E+00 -3.436E+00 -3.476E+00 -3.443E+00 -4.150E+00 -3.288E+00 -3.327E+00 -3.313E+00 -4.000E+00 -3.142E+00 -3.178E+00 -3.115E+00 -3.850E+00 -3.000E+00 -3.029E+00 -2.967E+00 -3.700E+00 -2.855E+00 -2.880E+00 -2.795E+00 -3.550E+00 -2.690E+00 -2.732E+00 -2.638E+00 -3.400E+00 -2.528E+00 -2.585E+00 -2.482E+00 -3.250E+00 -2.375E+00 -2.446E+00 -2.327E+00 -3.100E+00 -2.223E+00 -2.280E+00 -2.172E+00 -2.950E+00 -2.072E+00 -2.129E+00 -2.019E+00 -2.800E+00 -1.921E+00 -1.980E+00 -1.866E+00 -2.650E+00 -1.771E+00 -1.830E+00 -1.714E+00 -2.500E+00 -1.621E+00 -1.681E+00 -1.563E+00 -2.350E+00 -1.471E+00 -1.533E+00 -1.411E+00 -2.200E+00 -1.322E+00 -1.385E+00 -1.261E+00 -2.050E+00 -1.173E+00 -1.237E+00 -1.110E+00 -1.900E+00 -1.025E+00 -1.090E+00 -960.589E-03 -1.750E+00 -878.212E-03 -943.535E-03 -811.971E-03 -1.600E+00 -732.250E-03 -798.383E-03 -664.760E-03 -1.450E+00 -588.273E-03 -655.133E-03 -519.792E-03 -1.300E+00 -450.670E-03 -518.750E-03 -380.934E-03 -1.150E+00 -375.473E-03 -458.636E-03 -290.504E-03 -1.000E+00 -305.272E-03 -429.826E-03 -182.204E-03 -850.000E-03 -128.808E-03 -344.124E-03 -37.245E-03 -700.000E-03 -8.224E-03 -31.611E-03 -17.008E-03 -550.000E-03 -2.418E-03 -1.283E-03 -6.337E-03 -400.000E-03 -420.907E-06 -193.597E-06 -1.034E-03 -250.000E-03 -14.287E-06 -16.290E-06 -13.444E-06 -100.000E-03 -54.432E-09 -87.259E-09 -24.912E-09 50.000E-03 699.463E-12 230.923E-12 245.694E-12 200.000E-03 889.106E-12 726.397E-12 285.653E-12 350.000E-03 924.229E-12 795.344E-12 302.094E-12 500.000E-03 960.549E-12 861.273E-12 320.118E-12 650.000E-03 998.092E-12 927.568E-12 339.483E-12 800.000E-03 1.037E-09 994.073E-12 360.154E-12 950.000E-03 1.076E-09 1.061E-09 382.162E-12 1.100E+00 1.117E-09 1.128E-09 405.568E-12 1.250E+00 1.158E-09 1.194E-09 430.446E-12 1.400E+00 1.201E-09 1.262E-09 456.884E-12 1.550E+00 1.245E-09 1.329E-09 484.979E-12 1.700E+00 1.290E-09 1.396E-09 514.831E-12 1.850E+00 1.336E-09 1.464E-09 546.550E-12 2.000E+00 1.383E-09 1.532E-09 580.261E-12 2.150E+00 1.431E-09 1.600E-09 616.090E-12 2.300E+00 1.481E-09 1.669E-09 654.176E-12 2.450E+00 1.532E-09 1.738E-09 694.670E-12 2.600E+00 1.585E-09 1.807E-09 737.733E-12 2.750E+00 1.639E-09 1.877E-09 783.541E-12 2.900E+00 1.694E-09 1.947E-09 832.289E-12 3.050E+00 1.751E-09 2.018E-09 884.189E-12 3.200E+00 1.810E-09 2.090E-09 939.472E-12 3.350E+00 1.871E-09 2.162E-09 998.396E-12 3.500E+00 1.934E-09 2.236E-09 1.061E-09 3.650E+00 1.999E-09 2.310E-09 1.128E-09 3.800E+00 2.066E-09 2.385E-09 1.200E-09 3.950E+00 2.136E-09 2.461E-09 1.277E-09 4.100E+00 2.209E-09 2.539E-09 1.359E-09 4.250E+00 2.284E-09 2.618E-09 1.446E-09 4.400E+00 2.363E-09 2.732E-09 1.540E-09 4.550E+00 2.444E-09 6.805E-09 1.641E-09 4.700E+00 2.530E-09 631.533E-09 1.750E-09 4.850E+00 2.619E-09 17.104E-06 1.866E-09 5.000E+00 2.765E-09 153.891E-06 1.992E-09 5.150E+00 16.476E-09 4.314E-03 2.127E-09 5.300E+00 2.633E-06 64.874E-03 2.272E-09 5.450E+00 51.711E-06 182.192E-03 2.429E-09 5.500E+00 108.761E-06 225.555E-03 2.484E-09 | [POWER_clamp] | voltage I(typ) I(min) I(max) | -8.000E+00 7.104E+00 7.149E+00 7.052E+00 -7.900E+00 7.004E+00 7.049E+00 6.952E+00 -7.800E+00 6.904E+00 6.949E+00 6.852E+00 -7.700E+00 6.804E+00 6.848E+00 6.752E+00 -7.600E+00 6.704E+00 6.748E+00 6.651E+00 -7.500E+00 6.603E+00 6.648E+00 6.551E+00 -7.400E+00 6.503E+00 6.548E+00 6.451E+00 -7.300E+00 6.403E+00 6.448E+00 6.351E+00 -7.200E+00 6.303E+00 6.348E+00 6.251E+00 -7.100E+00 6.203E+00 6.248E+00 6.150E+00 -7.000E+00 6.103E+00 6.148E+00 6.050E+00 -6.900E+00 6.003E+00 6.048E+00 5.950E+00 -6.800E+00 5.903E+00 5.949E+00 5.850E+00 -6.700E+00 5.803E+00 5.849E+00 5.750E+00 -6.600E+00 5.703E+00 5.749E+00 5.649E+00 -6.500E+00 5.603E+00 5.649E+00 5.549E+00 -6.400E+00 5.502E+00 5.549E+00 5.449E+00 -6.300E+00 5.402E+00 5.449E+00 5.349E+00 -6.200E+00 5.302E+00 5.349E+00 5.249E+00 -6.100E+00 5.202E+00 5.249E+00 5.149E+00 -6.000E+00 5.102E+00 5.149E+00 5.048E+00 -5.900E+00 5.002E+00 5.049E+00 4.948E+00 -5.800E+00 4.902E+00 4.949E+00 4.848E+00 -5.700E+00 4.802E+00 4.850E+00 4.748E+00 -5.600E+00 4.703E+00 4.750E+00 4.648E+00 -5.500E+00 4.603E+00 4.650E+00 4.548E+00 -5.400E+00 4.503E+00 4.550E+00 4.448E+00 -5.300E+00 4.403E+00 4.450E+00 4.348E+00 -5.200E+00 4.303E+00 4.351E+00 4.248E+00 -5.100E+00 4.203E+00 4.251E+00 4.148E+00 -5.000E+00 4.103E+00 4.151E+00 4.048E+00 -4.900E+00 4.003E+00 4.051E+00 3.948E+00 -4.800E+00 3.903E+00 3.952E+00 3.848E+00 -4.700E+00 3.804E+00 3.852E+00 3.748E+00 -4.600E+00 3.704E+00 3.752E+00 3.648E+00 -4.500E+00 3.604E+00 3.653E+00 3.548E+00 -4.400E+00 3.504E+00 3.553E+00 3.448E+00 -4.300E+00 3.404E+00 3.454E+00 3.348E+00 -4.200E+00 3.305E+00 3.354E+00 3.248E+00 -4.100E+00 3.205E+00 3.255E+00 3.148E+00 -4.000E+00 3.105E+00 3.155E+00 3.048E+00 -3.900E+00 3.006E+00 3.056E+00 2.948E+00 -3.800E+00 2.906E+00 2.956E+00 2.848E+00 -3.700E+00 2.807E+00 2.857E+00 2.749E+00 -3.600E+00 2.707E+00 2.757E+00 2.649E+00 -3.500E+00 2.607E+00 2.658E+00 2.549E+00 -3.400E+00 2.508E+00 2.559E+00 2.450E+00 -3.300E+00 2.409E+00 2.460E+00 2.350E+00 -3.200E+00 2.309E+00 2.361E+00 2.250E+00 -3.100E+00 2.210E+00 2.261E+00 2.151E+00 -3.000E+00 2.111E+00 2.162E+00 2.051E+00 -2.900E+00 2.011E+00 2.063E+00 1.952E+00 -2.800E+00 1.912E+00 1.965E+00 1.852E+00 -2.700E+00 1.813E+00 1.866E+00 1.753E+00 -2.600E+00 1.714E+00 1.767E+00 1.654E+00 -2.500E+00 1.615E+00 1.668E+00 1.554E+00 -2.400E+00 1.517E+00 1.570E+00 1.455E+00 -2.300E+00 1.418E+00 1.472E+00 1.356E+00 -2.200E+00 1.319E+00 1.373E+00 1.258E+00 -2.100E+00 1.221E+00 1.275E+00 1.159E+00 -2.000E+00 1.123E+00 1.178E+00 1.060E+00 -1.900E+00 1.025E+00 1.080E+00 961.851E-03 -1.800E+00 927.297E-03 982.639E-03 863.751E-03 -1.700E+00 829.992E-03 885.730E-03 765.978E-03 -1.600E+00 733.161E-03 789.320E-03 668.646E-03 -1.500E+00 637.026E-03 693.641E-03 571.965E-03 -1.400E+00 542.160E-03 599.314E-03 476.454E-03 -1.300E+00 451.606E-03 509.772E-03 384.724E-03 -1.200E+00 393.097E-03 457.560E-03 318.952E-03 -1.100E+00 358.157E-03 438.396E-03 266.007E-03 -1.000E+00 306.128E-03 413.304E-03 184.979E-03 -900.000E-03 207.317E-03 363.078E-03 58.135E-03 -800.000E-03 43.525E-03 220.320E-03 3.803E-03 -700.000E-03 2.048E-03 21.600E-03 1.161E-03 -600.000E-03 375.881E-06 1.224E-03 367.437E-06 -500.000E-03 108.924E-06 154.271E-06 68.007E-06 -400.000E-03 22.237E-06 35.764E-06 6.560E-06 -300.000E-03 2.633E-06 7.768E-06 189.487E-09 -200.000E-03 86.975E-09 631.546E-09 5.617E-09 -100.000E-03 4.948E-09 25.116E-09 2.639E-09 0.000E+00 2.765E-09 3.511E-09 2.485E-09 | [Ramp] | variable typ min max dV/dt_r 2.383V/402.331ps 1.837V/689.378ps 2.886V/286.493ps dV/dt_f 2.554V/1.246ns 2.053V/2.654ns 3.006V/502.507ps R_load = 50.0000 | [Rising Waveform] R_fixture = 50.0000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 4.730E-09 30.384E-09 315.143E-12 50.000ps 5.580E-06 4.509E-06 4.260E-06 100.000ps 7.974E-06 11.159E-06 1.794E-06 150.000ps -94.272E-09 7.921E-06 -3.423E-06 200.000ps -6.571E-06 -632.001E-09 -3.730E-06 250.000ps -7.365E-06 -6.885E-06 -1.890E-06 300.000ps -5.449E-06 -9.121E-06 -347.179E-09 350.000ps -2.776E-06 -8.631E-06 904.264E-09 400.000ps -385.046E-09 -6.876E-06 2.204E-06 450.000ps 1.392E-06 -4.673E-06 4.274E-06 500.000ps 2.809E-06 -2.515E-06 -18.177E-06 550.000ps 4.979E-06 -622.963E-09 -63.785E-06 600.000ps 5.300E-06 846.311E-09 -94.752E-06 650.000ps -3.953E-06 1.909E-06 -85.351E-06 700.000ps -23.490E-06 2.835E-06 11.866E-06 750.000ps -47.231E-06 3.715E-06 186.747E-06 800.000ps -67.947E-06 4.500E-06 385.271E-06 850.000ps -82.054E-06 4.899E-06 532.203E-06 900.000ps -87.482E-06 3.798E-06 55.352E-06 950.000ps -76.885E-06 20.806E-09 -1.992E-03 1.000ns -39.949E-06 -6.714E-06 -5.029E-03 1.050ns 27.852E-06 -15.666E-06 -7.824E-03 1.100ns 118.793E-06 -25.615E-06 -9.705E-03 1.150ns 220.554E-06 -35.419E-06 -6.904E-03 1.200ns 331.152E-06 -44.259E-06 4.682E-03 1.250ns 457.211E-06 -51.633E-06 27.028E-03 1.300ns 548.682E-06 -57.456E-06 61.641E-03 1.350ns 448.823E-06 -61.817E-06 113.838E-03 1.400ns -113.401E-06 -64.577E-06 191.837E-03 1.450ns -1.279E-03 -64.469E-06 303.281E-03 1.500ns -2.804E-03 -59.224E-06 456.772E-03 1.550ns -4.245E-03 -46.903E-06 662.924E-03 1.600ns -5.857E-03 -26.398E-06 944.996E-03 1.650ns -7.694E-03 2.202E-06 1.323E+00 1.700ns -9.173E-03 37.724E-06 1.851E+00 1.750ns -9.504E-03 78.640E-06 2.487E+00 1.800ns -7.720E-03 123.648E-06 3.091E+00 1.850ns -3.045E-03 172.327E-06 3.573E+00 1.900ns 5.226E-03 225.621E-06 3.928E+00 1.950ns 17.866E-03 286.541E-06 4.180E+00 2.000ns 36.334E-03 358.991E-06 4.358E+00 2.050ns 62.331E-03 440.757E-06 4.483E+00 2.100ns 98.237E-03 509.519E-06 4.571E+00 2.150ns 146.196E-03 515.675E-06 4.631E+00 2.200ns 207.505E-03 401.557E-06 4.673E+00 2.250ns 284.269E-03 135.676E-06 4.701E+00 2.300ns 379.508E-03 -256.982E-06 4.722E+00 2.350ns 496.992E-03 -756.376E-06 4.736E+00 2.400ns 640.981E-03 -1.337E-03 4.748E+00 2.450ns 816.813E-03 -1.985E-03 4.757E+00 2.500ns 1.037E+00 -2.715E-03 4.765E+00 2.550ns 1.318E+00 -3.566E-03 4.771E+00 2.600ns 1.652E+00 -4.585E-03 4.777E+00 2.650ns 2.012E+00 -5.753E-03 4.781E+00 2.700ns 2.369E+00 -6.937E-03 4.785E+00 2.750ns 2.697E+00 -8.037E-03 4.789E+00 2.800ns 2.974E+00 -8.872E-03 4.792E+00 2.850ns 3.195E+00 -9.230E-03 4.794E+00 2.900ns 3.366E+00 -8.991E-03 4.796E+00 2.950ns 3.494E+00 -7.997E-03 4.798E+00 3.000ns 3.587E+00 -6.036E-03 4.800E+00 3.100ns 3.704E+00 2.465E-03 4.802E+00 3.200ns 3.769E+00 19.669E-03 4.804E+00 3.300ns 3.812E+00 49.007E-03 4.806E+00 3.400ns 3.842E+00 95.154E-03 4.807E+00 3.500ns 3.866E+00 160.778E-03 4.808E+00 3.600ns 3.884E+00 249.802E-03 4.809E+00 3.700ns 3.899E+00 367.592E-03 4.809E+00 3.800ns 3.911E+00 518.853E-03 4.810E+00 3.900ns 3.921E+00 718.955E-03 4.810E+00 4.000ns 3.929E+00 990.482E-03 4.810E+00 4.100ns 3.935E+00 1.307E+00 4.810E+00 4.200ns 3.941E+00 1.632E+00 4.810E+00 4.300ns 3.946E+00 1.931E+00 4.810E+00 4.400ns 3.950E+00 2.187E+00 4.810E+00 4.500ns 3.953E+00 2.393E+00 4.811E+00 4.600ns 3.956E+00 2.548E+00 4.811E+00 4.700ns 3.959E+00 2.661E+00 4.811E+00 4.800ns 3.961E+00 2.742E+00 4.811E+00 4.900ns 3.962E+00 2.799E+00 4.811E+00 5.000ns 3.964E+00 2.840E+00 4.811E+00 5.250ns 3.966E+00 2.906E+00 4.811E+00 5.500ns 3.968E+00 2.947E+00 4.811E+00 5.750ns 3.969E+00 2.976E+00 4.811E+00 6.000ns 3.970E+00 2.997E+00 4.811E+00 6.250ns 3.971E+00 3.012E+00 4.811E+00 6.500ns 3.971E+00 3.024E+00 4.811E+00 6.750ns 3.971E+00 3.033E+00 4.811E+00 7.000ns 3.972E+00 3.039E+00 4.811E+00 7.250ns 3.972E+00 3.045E+00 4.811E+00 7.500ns 3.972E+00 3.049E+00 4.811E+00 7.750ns 3.972E+00 3.052E+00 4.811E+00 8.000ns 3.972E+00 3.054E+00 4.811E+00 8.250ns 3.972E+00 3.056E+00 4.811E+00 8.500ns 3.972E+00 3.057E+00 4.811E+00 8.750ns 3.972E+00 3.058E+00 4.811E+00 9.000ns 3.972E+00 3.059E+00 4.811E+00 9.250ns 3.972E+00 3.060E+00 4.811E+00 9.500ns 3.972E+00 3.061E+00 4.811E+00 9.750ns 3.972E+00 3.061E+00 4.811E+00 | [Rising Waveform] R_fixture = 50.0000 V_fixture = 5.0000 V_fixture_min = 4.5000 V_fixture_max = 5.5000 | time V(typ) V(min) V(max) | 0.000s 742.682E-03 1.041E+00 490.819E-03 50.000ps 742.689E-03 1.041E+00 490.824E-03 100.000ps 742.693E-03 1.041E+00 490.822E-03 150.000ps 742.683E-03 1.041E+00 490.815E-03 200.000ps 742.674E-03 1.041E+00 490.815E-03 250.000ps 742.673E-03 1.041E+00 490.817E-03 300.000ps 742.676E-03 1.041E+00 490.818E-03 350.000ps 742.679E-03 1.041E+00 490.820E-03 400.000ps 742.682E-03 1.041E+00 490.821E-03 450.000ps 742.684E-03 1.041E+00 490.823E-03 500.000ps 742.685E-03 1.041E+00 490.796E-03 550.000ps 742.686E-03 1.041E+00 490.754E-03 600.000ps 742.685E-03 1.041E+00 490.745E-03 650.000ps 742.672E-03 1.041E+00 490.796E-03 700.000ps 742.653E-03 1.041E+00 490.945E-03 750.000ps 742.639E-03 1.041E+00 491.144E-03 800.000ps 742.643E-03 1.041E+00 491.299E-03 850.000ps 742.668E-03 1.041E+00 491.309E-03 900.000ps 742.714E-03 1.041E+00 490.465E-03 950.000ps 742.785E-03 1.041E+00 487.562E-03 1.000ns 742.882E-03 1.041E+00 483.223E-03 1.050ns 742.996E-03 1.041E+00 478.871E-03 1.100ns 743.096E-03 1.041E+00 475.579E-03 1.150ns 743.152E-03 1.041E+00 478.680E-03 1.200ns 743.154E-03 1.041E+00 494.047E-03 1.250ns 743.106E-03 1.041E+00 525.072E-03 1.300ns 742.937E-03 1.041E+00 575.189E-03 1.350ns 742.423E-03 1.041E+00 654.055E-03 1.400ns 741.184E-03 1.041E+00 776.268E-03 1.450ns 738.997E-03 1.041E+00 958.596E-03 1.500ns 736.119E-03 1.041E+00 1.226E+00 1.550ns 733.055E-03 1.041E+00 1.618E+00 1.600ns 729.552E-03 1.041E+00 2.205E+00 1.650ns 725.865E-03 1.042E+00 2.972E+00 1.700ns 723.090E-03 1.042E+00 3.727E+00 1.750ns 722.724E-03 1.042E+00 4.304E+00 1.800ns 726.444E-03 1.042E+00 4.694E+00 1.850ns 735.682E-03 1.042E+00 4.952E+00 1.900ns 751.887E-03 1.041E+00 5.125E+00 1.950ns 776.893E-03 1.041E+00 5.246E+00 2.000ns 813.988E-03 1.041E+00 5.330E+00 2.050ns 867.723E-03 1.041E+00 5.388E+00 2.100ns 944.428E-03 1.041E+00 5.426E+00 2.150ns 1.051E+00 1.040E+00 5.450E+00 2.200ns 1.194E+00 1.039E+00 5.463E+00 2.250ns 1.383E+00 1.038E+00 5.472E+00 2.300ns 1.632E+00 1.037E+00 5.477E+00 2.350ns 1.970E+00 1.035E+00 5.481E+00 2.400ns 2.408E+00 1.033E+00 5.484E+00 2.450ns 2.911E+00 1.031E+00 5.486E+00 2.500ns 3.412E+00 1.028E+00 5.489E+00 2.550ns 3.843E+00 1.025E+00 5.490E+00 2.600ns 4.182E+00 1.022E+00 5.492E+00 2.650ns 4.430E+00 1.019E+00 5.493E+00 2.700ns 4.604E+00 1.017E+00 5.494E+00 2.750ns 4.726E+00 1.015E+00 5.495E+00 2.800ns 4.810E+00 1.015E+00 5.495E+00 2.850ns 4.868E+00 1.016E+00 5.496E+00 2.900ns 4.906E+00 1.020E+00 5.496E+00 2.950ns 4.930E+00 1.026E+00 5.497E+00 3.000ns 4.946E+00 1.035E+00 5.497E+00 3.100ns 4.963E+00 1.067E+00 5.498E+00 3.200ns 4.973E+00 1.127E+00 5.498E+00 3.300ns 4.979E+00 1.232E+00 5.499E+00 3.400ns 4.983E+00 1.405E+00 5.499E+00 3.500ns 4.986E+00 1.658E+00 5.499E+00 3.600ns 4.988E+00 2.045E+00 5.499E+00 3.700ns 4.990E+00 2.573E+00 5.500E+00 3.800ns 4.992E+00 3.154E+00 5.500E+00 3.900ns 4.993E+00 3.647E+00 5.500E+00 4.000ns 4.994E+00 3.986E+00 5.500E+00 4.100ns 4.995E+00 4.199E+00 5.500E+00 4.200ns 4.996E+00 4.322E+00 5.500E+00 4.300ns 4.997E+00 4.392E+00 5.500E+00 4.400ns 4.997E+00 4.430E+00 5.500E+00 4.500ns 4.998E+00 4.451E+00 5.500E+00 4.600ns 4.998E+00 4.465E+00 5.500E+00 4.700ns 4.998E+00 4.473E+00 5.500E+00 4.800ns 4.999E+00 4.478E+00 5.500E+00 4.900ns 4.999E+00 4.482E+00 5.500E+00 5.000ns 4.999E+00 4.484E+00 5.500E+00 5.250ns 4.999E+00 4.489E+00 5.500E+00 5.500ns 5.000E+00 4.491E+00 5.500E+00 5.750ns 5.000E+00 4.493E+00 5.500E+00 6.000ns 5.000E+00 4.495E+00 5.500E+00 6.250ns 5.000E+00 4.496E+00 5.500E+00 6.500ns 5.000E+00 4.497E+00 5.500E+00 6.750ns 5.000E+00 4.498E+00 5.500E+00 7.000ns 5.000E+00 4.498E+00 5.500E+00 7.250ns 5.000E+00 4.499E+00 5.500E+00 7.500ns 5.000E+00 4.499E+00 5.500E+00 7.750ns 5.000E+00 4.499E+00 5.500E+00 8.000ns 5.000E+00 4.499E+00 5.500E+00 8.250ns 5.000E+00 4.500E+00 5.500E+00 8.500ns 5.000E+00 4.500E+00 5.500E+00 8.750ns 5.000E+00 4.500E+00 5.500E+00 9.000ns 5.000E+00 4.500E+00 5.500E+00 9.250ns 5.000E+00 4.500E+00 5.500E+00 9.500ns 5.000E+00 4.500E+00 5.500E+00 9.750ns 5.000E+00 4.500E+00 5.500E+00 | [Falling Waveform] R_fixture = 50.0000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 3.972E+00 3.062E+00 4.811E+00 50.000ps 3.972E+00 3.062E+00 4.811E+00 100.000ps 3.972E+00 3.062E+00 4.811E+00 150.000ps 3.972E+00 3.062E+00 4.811E+00 200.000ps 3.972E+00 3.062E+00 4.811E+00 250.000ps 3.972E+00 3.062E+00 4.811E+00 300.000ps 3.972E+00 3.062E+00 4.811E+00 350.000ps 3.972E+00 3.062E+00 4.811E+00 400.000ps 3.972E+00 3.062E+00 4.811E+00 450.000ps 3.972E+00 3.062E+00 4.811E+00 500.000ps 3.972E+00 3.062E+00 4.810E+00 550.000ps 3.972E+00 3.062E+00 4.808E+00 600.000ps 3.972E+00 3.062E+00 4.808E+00 650.000ps 3.972E+00 3.062E+00 4.816E+00 700.000ps 3.972E+00 3.062E+00 4.832E+00 750.000ps 3.971E+00 3.062E+00 4.853E+00 800.000ps 3.971E+00 3.063E+00 4.859E+00 850.000ps 3.970E+00 3.063E+00 4.813E+00 900.000ps 3.969E+00 3.063E+00 4.714E+00 950.000ps 3.969E+00 3.063E+00 4.574E+00 1.000ns 3.972E+00 3.063E+00 4.400E+00 1.050ns 3.978E+00 3.063E+00 4.179E+00 1.100ns 3.986E+00 3.062E+00 3.857E+00 1.150ns 3.996E+00 3.062E+00 3.381E+00 1.200ns 4.004E+00 3.062E+00 2.780E+00 1.250ns 4.002E+00 3.061E+00 2.127E+00 1.300ns 3.980E+00 3.061E+00 1.510E+00 1.350ns 3.934E+00 3.061E+00 1.019E+00 1.400ns 3.861E+00 3.061E+00 665.920E-03 1.450ns 3.768E+00 3.061E+00 427.998E-03 1.500ns 3.655E+00 3.061E+00 274.171E-03 1.550ns 3.516E+00 3.062E+00 178.488E-03 1.600ns 3.335E+00 3.063E+00 119.740E-03 1.650ns 3.100E+00 3.066E+00 84.101E-03 1.700ns 2.810E+00 3.070E+00 62.027E-03 1.750ns 2.477E+00 3.074E+00 46.891E-03 1.800ns 2.119E+00 3.078E+00 36.064E-03 1.850ns 1.757E+00 3.080E+00 29.163E-03 1.900ns 1.414E+00 3.079E+00 25.617E-03 1.950ns 1.113E+00 3.071E+00 24.339E-03 2.000ns 863.941E-03 3.055E+00 22.923E-03 2.050ns 664.061E-03 3.030E+00 20.658E-03 2.100ns 507.523E-03 2.993E+00 18.232E-03 2.150ns 387.005E-03 2.944E+00 16.033E-03 2.200ns 295.359E-03 2.883E+00 14.140E-03 2.250ns 226.166E-03 2.802E+00 12.532E-03 2.300ns 173.607E-03 2.705E+00 11.171E-03 2.350ns 133.837E-03 2.596E+00 10.013E-03 2.400ns 103.792E-03 2.477E+00 9.024E-03 2.450ns 80.979E-03 2.343E+00 8.174E-03 2.500ns 63.702E-03 2.193E+00 7.444E-03 2.550ns 50.852E-03 2.032E+00 6.809E-03 2.600ns 41.485E-03 1.861E+00 6.257E-03 2.650ns 34.783E-03 1.685E+00 5.772E-03 2.700ns 29.934E-03 1.506E+00 5.337E-03 2.750ns 26.504E-03 1.328E+00 4.941E-03 2.800ns 24.331E-03 1.156E+00 4.580E-03 2.850ns 22.690E-03 996.984E-03 4.249E-03 2.900ns 21.137E-03 852.953E-03 3.945E-03 2.950ns 19.695E-03 725.675E-03 3.665E-03 3.000ns 18.451E-03 614.914E-03 3.407E-03 3.100ns 16.978E-03 438.017E-03 2.949E-03 3.200ns 17.122E-03 310.868E-03 2.551E-03 3.300ns 17.056E-03 220.428E-03 2.197E-03 3.400ns 15.081E-03 156.769E-03 1.896E-03 3.500ns 12.668E-03 112.254E-03 1.658E-03 3.600ns 10.599E-03 80.850E-03 1.451E-03 3.700ns 9.013E-03 58.530E-03 1.262E-03 3.800ns 7.828E-03 42.802E-03 1.094E-03 3.900ns 6.923E-03 31.812E-03 947.297E-06 4.000ns 6.199E-03 24.134E-03 820.526E-06 4.100ns 5.598E-03 18.780E-03 710.777E-06 4.200ns 5.091E-03 15.334E-03 615.919E-06 4.300ns 4.652E-03 13.364E-03 533.930E-06 4.400ns 4.256E-03 12.378E-03 463.326E-06 4.500ns 3.893E-03 11.865E-03 402.365E-06 4.600ns 3.559E-03 11.889E-03 349.555E-06 4.700ns 3.254E-03 12.226E-03 303.724E-06 4.800ns 2.975E-03 12.130E-03 263.931E-06 4.900ns 2.720E-03 11.669E-03 229.381E-06 5.000ns 2.487E-03 11.070E-03 199.384E-06 5.250ns 1.988E-03 10.228E-03 140.571E-06 5.500ns 1.571E-03 11.503E-03 99.207E-06 5.750ns 1.252E-03 9.776E-03 70.037E-06 6.000ns 1.019E-03 7.430E-03 49.471E-06 6.250ns 813.735E-06 5.856E-03 34.974E-06 6.500ns 645.911E-06 4.858E-03 24.741E-06 6.750ns 514.245E-06 4.157E-03 17.513E-06 7.000ns 410.479E-06 3.624E-03 12.405E-06 7.250ns 327.682E-06 3.171E-03 8.791E-06 7.500ns 261.681E-06 2.768E-03 6.233E-06 7.750ns 209.107E-06 2.412E-03 4.422E-06 8.000ns 167.326E-06 2.100E-03 3.138E-06 8.250ns 133.997E-06 1.828E-03 2.228E-06 8.500ns 107.341E-06 1.590E-03 1.582E-06 8.750ns 86.020E-06 1.383E-03 1.124E-06 9.000ns 68.954E-06 1.197E-03 798.900E-09 9.250ns 55.290E-06 1.030E-03 567.978E-09 9.500ns 44.349E-06 887.059E-06 403.940E-09 9.750ns 35.584E-06 782.654E-06 287.366E-09 | [Falling Waveform] R_fixture = 50.0000 V_fixture = 5.0000 V_fixture_min = 4.5000 V_fixture_max = 5.5000 | time V(typ) V(min) V(max) | 0.000s 5.000E+00 4.500E+00 5.500E+00 50.000ps 5.000E+00 4.500E+00 5.500E+00 100.000ps 5.000E+00 4.500E+00 5.500E+00 150.000ps 5.000E+00 4.500E+00 5.500E+00 200.000ps 5.000E+00 4.500E+00 5.500E+00 250.000ps 5.000E+00 4.500E+00 5.500E+00 300.000ps 5.000E+00 4.500E+00 5.500E+00 350.000ps 5.000E+00 4.500E+00 5.500E+00 400.000ps 5.000E+00 4.500E+00 5.500E+00 450.000ps 5.000E+00 4.500E+00 5.500E+00 500.000ps 5.000E+00 4.500E+00 5.499E+00 550.000ps 5.000E+00 4.500E+00 5.497E+00 600.000ps 5.000E+00 4.500E+00 5.497E+00 650.000ps 5.001E+00 4.500E+00 5.504E+00 700.000ps 5.000E+00 4.500E+00 5.521E+00 750.000ps 5.000E+00 4.500E+00 5.548E+00 800.000ps 4.999E+00 4.500E+00 5.570E+00 850.000ps 4.998E+00 4.500E+00 5.553E+00 900.000ps 4.997E+00 4.500E+00 5.499E+00 950.000ps 4.996E+00 4.500E+00 5.422E+00 1.000ns 4.998E+00 4.500E+00 5.333E+00 1.050ns 5.003E+00 4.500E+00 5.235E+00 1.100ns 5.012E+00 4.500E+00 5.120E+00 1.150ns 5.027E+00 4.500E+00 4.969E+00 1.200ns 5.046E+00 4.500E+00 4.754E+00 1.250ns 5.063E+00 4.500E+00 4.436E+00 1.300ns 5.070E+00 4.499E+00 4.028E+00 1.350ns 5.061E+00 4.499E+00 3.591E+00 1.400ns 5.038E+00 4.499E+00 3.167E+00 1.450ns 5.005E+00 4.498E+00 2.777E+00 1.500ns 4.965E+00 4.497E+00 2.429E+00 1.550ns 4.921E+00 4.497E+00 2.133E+00 1.600ns 4.873E+00 4.497E+00 1.899E+00 1.650ns 4.818E+00 4.498E+00 1.722E+00 1.700ns 4.752E+00 4.502E+00 1.587E+00 1.750ns 4.674E+00 4.507E+00 1.477E+00 1.800ns 4.579E+00 4.514E+00 1.377E+00 1.850ns 4.463E+00 4.524E+00 1.283E+00 1.900ns 4.310E+00 4.535E+00 1.194E+00 1.950ns 4.124E+00 4.545E+00 1.110E+00 2.000ns 3.923E+00 4.554E+00 1.023E+00 2.050ns 3.718E+00 4.560E+00 933.949E-03 2.100ns 3.519E+00 4.562E+00 854.060E-03 2.150ns 3.333E+00 4.560E+00 789.615E-03 2.200ns 3.160E+00 4.553E+00 740.615E-03 2.250ns 2.999E+00 4.541E+00 703.516E-03 2.300ns 2.851E+00 4.526E+00 674.858E-03 2.350ns 2.714E+00 4.510E+00 652.021E-03 2.400ns 2.588E+00 4.493E+00 633.512E-03 2.450ns 2.474E+00 4.475E+00 618.257E-03 2.500ns 2.371E+00 4.454E+00 605.467E-03 2.550ns 2.278E+00 4.429E+00 594.546E-03 2.600ns 2.197E+00 4.401E+00 585.078E-03 2.650ns 2.126E+00 4.368E+00 576.750E-03 2.700ns 2.064E+00 4.331E+00 569.312E-03 2.750ns 2.010E+00 4.288E+00 562.601E-03 2.800ns 1.961E+00 4.240E+00 556.511E-03 2.850ns 1.915E+00 4.187E+00 550.963E-03 2.900ns 1.869E+00 4.126E+00 545.899E-03 2.950ns 1.822E+00 4.053E+00 541.284E-03 3.000ns 1.774E+00 3.970E+00 537.087E-03 3.100ns 1.679E+00 3.793E+00 529.826E-03 3.200ns 1.585E+00 3.617E+00 523.876E-03 3.300ns 1.482E+00 3.455E+00 518.956E-03 3.400ns 1.362E+00 3.308E+00 514.850E-03 3.500ns 1.243E+00 3.178E+00 511.405E-03 3.600ns 1.146E+00 3.063E+00 508.503E-03 3.700ns 1.073E+00 2.960E+00 506.042E-03 3.800ns 1.019E+00 2.867E+00 503.937E-03 3.900ns 978.632E-03 2.784E+00 502.128E-03 4.000ns 946.591E-03 2.708E+00 500.603E-03 4.100ns 921.070E-03 2.639E+00 499.308E-03 4.200ns 900.001E-03 2.577E+00 498.186E-03 4.300ns 882.086E-03 2.521E+00 497.209E-03 4.400ns 866.585E-03 2.469E+00 496.362E-03 4.500ns 853.198E-03 2.422E+00 495.631E-03 4.600ns 841.719E-03 2.379E+00 494.998E-03 4.700ns 831.697E-03 2.336E+00 494.448E-03 4.800ns 822.883E-03 2.291E+00 493.972E-03 4.900ns 815.231E-03 2.242E+00 493.559E-03 5.000ns 808.545E-03 2.191E+00 493.203E-03 5.250ns 794.561E-03 2.061E+00 492.506E-03 5.500ns 783.318E-03 1.927E+00 492.015E-03 5.750ns 774.415E-03 1.757E+00 491.668E-03 6.000ns 767.590E-03 1.590E+00 491.423E-03 6.250ns 762.373E-03 1.457E+00 491.248E-03 6.500ns 758.310E-03 1.364E+00 491.124E-03 6.750ns 755.134E-03 1.300E+00 491.036E-03 7.000ns 752.634E-03 1.253E+00 490.974E-03 7.250ns 750.629E-03 1.218E+00 490.929E-03 7.500ns 749.052E-03 1.189E+00 490.898E-03 7.750ns 747.823E-03 1.166E+00 490.875E-03 8.000ns 746.818E-03 1.148E+00 490.859E-03 8.250ns 746.007E-03 1.132E+00 490.848E-03 8.500ns 745.358E-03 1.119E+00 490.839E-03 8.750ns 744.838E-03 1.108E+00 490.834E-03 9.000ns 744.419E-03 1.099E+00 490.829E-03 9.250ns 744.081E-03 1.091E+00 490.826E-03 9.500ns 743.811E-03 1.084E+00 490.824E-03 9.750ns 743.593E-03 1.078E+00 490.823E-03 | | End [Model] LVC15_4245IONA_50 | |************************************************************************ | Model LVC15_4245IONA_33 |************************************************************************ | [Model] LVC15_4245IONA_33 Model_type I/O Polarity Non-Inverting Enable Active-Low Vinl = 0.8000V Vinh = 2.0000V Vmeas = 1.5000V Cref = 50.0000pF Rref = 0.5000k Vref = 6.000V C_comp 9.29pF 5.45pF 13.13pF | | [Model Spec] | | Note: The input and output voltage ratings may be exceeded if the input and | output current ratings are observed (please refer to the data sheet) | | Subparameter typ min max | | Overshoot | S_overshoot_high 6.5 6.5 6.5 | Static overshoot S_overshoot_low -0.5 -0.5 -0.5 D_overshoot_high 7.2 7.2 7.2 | Dynamic overshoot D_overshoot_low -0.95 -0.9 -1.0 | D_overshoot_time 3n 3n 3n | | | Timing Thresholds | Vmeas 1.5 1.5 1.5 | | [Temperature Range] 25.0000 85.0000 -40.0000 | Remark: The curves below are the result of a simulation using the following | die temperatures: 40.0000 100.0000 -25.0000 | |Voltage Range VCCA [Voltage Range] 3.3000V 3.0000V 3.6000V |Process Range nominal slow fast | Remark: The curves below are the result of a simulation using |Voltage Range VCCB 3.3000V 3.0000V 3.6000V | [Pulldown] | voltage I(typ) I(min) I(max) | -5.500E+00 -7.472E-02 -3.977E-02 -1.308E-01 -5.250E+00 -7.472E-02 -3.977E-02 -1.308E-01 -5.000E+00 -7.472E-02 -3.977E-02 -1.308E-01 -4.750E+00 -7.472E-02 -3.977E-02 -1.308E-01 -4.500E+00 -7.472E-02 -3.977E-02 -1.308E-01 -4.250E+00 -7.472E-02 -3.977E-02 -1.308E-01 -4.000E+00 -7.472E-02 -3.977E-02 -1.308E-01 -3.750E+00 -7.472E-02 -3.977E-02 -1.308E-01 -3.500E+00 -7.472E-02 -3.977E-02 -1.308E-01 -3.250E+00 -7.472E-02 -3.977E-02 -1.308E-01 -3.000E+00 -7.472E-02 -3.977E-02 -1.308E-01 -2.750E+00 -7.472E-02 -3.977E-02 -1.308E-01 -2.500E+00 -7.472E-02 -3.977E-02 -1.308E-01 -2.250E+00 -7.472E-02 -3.977E-02 -1.308E-01 -2.000E+00 -7.472E-02 -3.977E-02 -1.308E-01 -1.750E+00 -7.472E-02 -3.977E-02 -1.308E-01 -1.500E+00 -7.472E-02 -3.977E-02 -1.308E-01 -1.250E+00 -7.472E-02 -3.977E-02 -1.308E-01 -1.000E+00 -7.472E-02 -3.977E-02 -1.308E-01 -7.500E-01 -7.472E-02 -3.977E-02 -1.308E-01 -5.000E-01 -5.400E-02 -3.189E-02 -9.648E-02 -2.500E-01 -2.796E-02 -1.622E-02 -5.108E-02 0.000E+00 1.979E-12 2.314E-12 1.771E-12 1.000E-01 1.099E-02 6.207E-03 2.055E-02 2.000E-01 2.133E-02 1.206E-02 3.977E-02 3.000E-01 3.103E-02 1.757E-02 5.770E-02 4.000E-01 4.011E-02 2.273E-02 7.440E-02 5.000E-01 4.858E-02 2.755E-02 8.991E-02 6.000E-01 5.647E-02 3.202E-02 1.043E-01 7.000E-01 6.377E-02 3.616E-02 1.176E-01 8.000E-01 7.053E-02 3.997E-02 1.299E-01 9.000E-01 7.673E-02 4.344E-02 1.412E-01 1.000E+00 8.241E-02 4.659E-02 1.516E-01 1.100E+00 8.758E-02 4.942E-02 1.611E-01 1.200E+00 9.225E-02 5.194E-02 1.697E-01 1.300E+00 9.644E-02 5.414E-02 1.775E-01 1.400E+00 1.002E-01 5.604E-02 1.845E-01 1.500E+00 1.034E-01 5.764E-02 1.908E-01 1.600E+00 1.062E-01 5.896E-02 1.963E-01 1.700E+00 1.086E-01 6.001E-02 2.012E-01 1.800E+00 1.106E-01 6.080E-02 2.054E-01 1.900E+00 1.123E-01 6.139E-02 2.089E-01 2.000E+00 1.135E-01 6.181E-02 2.119E-01 2.100E+00 1.145E-01 6.212E-02 2.144E-01 2.200E+00 1.152E-01 6.236E-02 2.164E-01 2.300E+00 1.158E-01 6.255E-02 2.179E-01 2.400E+00 1.162E-01 6.272E-02 2.191E-01 2.500E+00 1.166E-01 6.287E-02 2.200E-01 2.600E+00 1.169E-01 6.300E-02 2.208E-01 2.700E+00 1.172E-01 6.313E-02 2.214E-01 2.800E+00 1.174E-01 6.325E-02 2.220E-01 2.900E+00 1.176E-01 6.336E-02 2.225E-01 3.000E+00 1.179E-01 6.347E-02 2.230E-01 3.100E+00 1.181E-01 6.357E-02 2.234E-01 3.200E+00 1.183E-01 6.367E-02 2.238E-01 3.300E+00 1.184E-01 6.376E-02 2.242E-01 3.400E+00 1.186E-01 6.383E-02 2.246E-01 3.500E+00 1.188E-01 6.385E-02 2.249E-01 3.600E+00 1.189E-01 6.508E-02 2.253E-01 3.950E+00 1.220E-01 6.938E-02 2.262E-01 4.300E+00 1.250E-01 8.172E-02 2.276E-01 4.650E+00 1.410E-01 9.496E-02 2.289E-01 5.000E+00 1.584E-01 1.091E-01 2.488E-01 5.350E+00 1.769E-01 1.236E-01 2.724E-01 5.700E+00 1.954E-01 1.384E-01 2.975E-01 6.050E+00 2.139E-01 1.534E-01 3.223E-01 6.400E+00 2.323E-01 1.686E-01 3.467E-01 6.750E+00 2.505E-01 1.839E-01 3.705E-01 7.100E+00 2.686E-01 1.992E-01 3.939E-01 7.450E+00 2.865E-01 2.146E-01 4.169E-01 7.800E+00 3.042E-01 2.301E-01 4.395E-01 8.150E+00 3.218E-01 2.456E-01 4.619E-01 8.500E+00 3.393E-01 2.611E-01 4.841E-01 8.850E+00 3.567E-01 2.766E-01 5.062E-01 9.200E+00 3.741E-01 2.922E-01 5.284E-01 9.550E+00 3.915E-01 3.078E-01 5.507E-01 9.900E+00 4.090E-01 3.235E-01 5.732E-01 1.025E+01 4.265E-01 3.392E-01 5.961E-01 1.060E+01 4.443E-01 3.551E-01 6.195E-01 1.095E+01 4.623E-01 3.710E-01 6.435E-01 1.100E+01 4.649E-01 3.733E-01 6.470E-01 | [Pullup] | voltage I(typ) I(min) I(max) | -8.000E+00 5.203E-02 3.039E-02 1.013E-01 -7.650E+00 5.203E-02 3.039E-02 1.013E-01 -7.300E+00 5.203E-02 3.039E-02 1.013E-01 -6.950E+00 5.203E-02 3.039E-02 1.013E-01 -6.600E+00 5.203E-02 3.039E-02 1.013E-01 -6.250E+00 5.203E-02 3.039E-02 1.013E-01 -5.900E+00 5.203E-02 3.039E-02 1.013E-01 -5.550E+00 5.203E-02 3.039E-02 1.013E-01 -5.200E+00 5.203E-02 3.039E-02 1.013E-01 -4.850E+00 5.203E-02 3.039E-02 1.013E-01 -4.500E+00 5.203E-02 3.039E-02 1.013E-01 -4.150E+00 5.203E-02 3.039E-02 1.013E-01 -3.800E+00 5.203E-02 3.039E-02 1.013E-01 -3.450E+00 5.203E-02 3.039E-02 1.013E-01 -3.100E+00 5.203E-02 3.039E-02 1.013E-01 -2.750E+00 5.203E-02 3.039E-02 1.013E-01 -2.400E+00 5.203E-02 3.039E-02 1.013E-01 -2.050E+00 5.203E-02 3.039E-02 1.013E-01 -1.700E+00 5.203E-02 3.039E-02 1.013E-01 -1.350E+00 5.203E-02 3.039E-02 1.013E-01 -1.000E+00 5.203E-02 3.039E-02 1.013E-01 -9.000E-01 5.203E-02 3.039E-02 1.013E-01 -8.000E-01 5.203E-02 3.039E-02 1.013E-01 -7.000E-01 5.203E-02 3.039E-02 9.207E-02 -6.000E-01 4.528E-02 2.656E-02 8.043E-02 -5.000E-01 3.814E-02 2.230E-02 6.795E-02 -4.000E-01 3.076E-02 1.794E-02 5.495E-02 -3.000E-01 2.316E-02 1.349E-02 4.135E-02 -2.000E-01 1.530E-02 8.894E-03 2.757E-02 -1.000E-01 7.570E-03 4.350E-03 1.378E-02 0.000E+00 -2.610E-13 -4.935E-13 -1.119E-13 1.000E-01 -7.304E-03 -4.140E-03 -1.343E-02 2.000E-01 -1.424E-02 -8.056E-03 -2.620E-02 3.000E-01 -2.081E-02 -1.175E-02 -3.830E-02 4.000E-01 -2.700E-02 -1.521E-02 -4.975E-02 5.000E-01 -3.284E-02 -1.845E-02 -6.055E-02 6.000E-01 -3.831E-02 -2.146E-02 -7.072E-02 7.000E-01 -4.343E-02 -2.426E-02 -8.029E-02 8.000E-01 -4.821E-02 -2.683E-02 -8.926E-02 9.000E-01 -5.264E-02 -2.919E-02 -9.766E-02 1.000E+00 -5.675E-02 -3.134E-02 -1.055E-01 1.100E+00 -6.054E-02 -3.328E-02 -1.128E-01 1.200E+00 -6.402E-02 -3.502E-02 -1.196E-01 1.300E+00 -6.719E-02 -3.657E-02 -1.259E-01 1.400E+00 -7.008E-02 -3.794E-02 -1.317E-01 1.500E+00 -7.270E-02 -3.913E-02 -1.371E-01 1.600E+00 -7.506E-02 -4.017E-02 -1.420E-01 1.700E+00 -7.719E-02 -4.108E-02 -1.466E-01 1.800E+00 -7.910E-02 -4.188E-02 -1.508E-01 1.900E+00 -8.085E-02 -4.258E-02 -1.546E-01 2.000E+00 -8.244E-02 -4.320E-02 -1.582E-01 2.100E+00 -8.392E-02 -4.376E-02 -1.616E-01 2.200E+00 -8.529E-02 -4.425E-02 -1.649E-01 2.300E+00 -8.655E-02 -4.469E-02 -1.680E-01 2.400E+00 -8.770E-02 -4.509E-02 -1.710E-01 2.500E+00 -8.874E-02 -4.546E-02 -1.739E-01 2.600E+00 -8.968E-02 -4.579E-02 -1.766E-01 2.700E+00 -9.054E-02 -4.610E-02 -1.790E-01 2.800E+00 -9.132E-02 -4.639E-02 -1.813E-01 2.900E+00 -9.204E-02 -4.666E-02 -1.834E-01 3.000E+00 -9.271E-02 -4.691E-02 -1.853E-01 3.100E+00 -9.333E-02 -4.715E-02 -1.870E-01 3.200E+00 -9.392E-02 -4.738E-02 -1.886E-01 3.300E+00 -9.447E-02 -4.760E-02 -1.901E-01 3.400E+00 -9.499E-02 -4.780E-02 -1.915E-01 3.500E+00 -9.548E-02 -4.796E-02 -1.928E-01 3.600E+00 -9.595E-02 -4.805E-02 -1.940E-01 3.800E+00 -9.666E-02 -4.953E-02 -1.963E-01 4.000E+00 -9.675E-02 -5.467E-02 -1.982E-01 4.200E+00 -9.971E-02 -6.060E-02 -1.985E-01 4.400E+00 -1.078E-01 -6.678E-02 -2.002E-01 4.600E+00 -1.166E-01 -7.335E-02 -2.018E-01 4.800E+00 -1.258E-01 -8.038E-02 -2.134E-01 5.000E+00 -1.360E-01 -8.774E-02 -2.258E-01 5.200E+00 -1.468E-01 -9.536E-02 -2.400E-01 5.400E+00 -1.580E-01 -1.032E-01 -2.565E-01 5.600E+00 -1.695E-01 -1.112E-01 -2.736E-01 5.800E+00 -1.811E-01 -1.196E-01 -2.912E-01 6.000E+00 -1.929E-01 -1.288E-01 -3.089E-01 6.200E+00 -2.053E-01 -1.402E-01 -3.267E-01 6.400E+00 -2.190E-01 -1.607E-01 -3.451E-01 6.600E+00 -2.352E-01 -1.607E-01 -3.651E-01 6.800E+00 -2.556E-01 -1.607E-01 -3.881E-01 7.000E+00 -2.556E-01 -1.607E-01 -4.147E-01 7.200E+00 -2.556E-01 -1.607E-01 -4.465E-01 7.400E+00 -2.556E-01 -1.607E-01 -4.911E-01 7.600E+00 -2.556E-01 -1.607E-01 -4.911E-01 7.800E+00 -2.556E-01 -1.607E-01 -4.911E-01 8.000E+00 -2.556E-01 -1.607E-01 -4.911E-01 8.200E+00 -2.556E-01 -1.607E-01 -4.911E-01 8.400E+00 -2.556E-01 -1.607E-01 -4.911E-01 8.600E+00 -2.556E-01 -1.607E-01 -4.911E-01 8.800E+00 -2.556E-01 -1.607E-01 -4.911E-01 9.000E+00 -2.556E-01 -1.607E-01 -4.911E-01 9.100E+00 -2.556E-01 -1.607E-01 -4.911E-01 | [GND_clamp] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.630E+00 -4.672E+00 -4.621E+00 -5.350E+00 -4.480E+00 -4.522E+00 -4.473E+00 -5.200E+00 -4.330E+00 -4.373E+00 -4.325E+00 -5.050E+00 -4.181E+00 -4.223E+00 -4.178E+00 -4.900E+00 -4.031E+00 -4.073E+00 -4.030E+00 -4.750E+00 -3.882E+00 -3.924E+00 -3.880E+00 -4.600E+00 -3.733E+00 -3.774E+00 -3.730E+00 -4.450E+00 -3.584E+00 -3.625E+00 -3.581E+00 -4.300E+00 -3.436E+00 -3.476E+00 -3.432E+00 -4.150E+00 -3.290E+00 -3.327E+00 -3.302E+00 -4.000E+00 -3.145E+00 -3.178E+00 -3.115E+00 -3.850E+00 -2.997E+00 -3.029E+00 -2.967E+00 -3.700E+00 -2.849E+00 -2.880E+00 -2.795E+00 -3.550E+00 -2.690E+00 -2.732E+00 -2.638E+00 -3.400E+00 -2.528E+00 -2.587E+00 -2.482E+00 -3.250E+00 -2.375E+00 -2.441E+00 -2.327E+00 -3.100E+00 -2.223E+00 -2.280E+00 -2.172E+00 -2.950E+00 -2.072E+00 -2.129E+00 -2.019E+00 -2.800E+00 -1.921E+00 -1.980E+00 -1.866E+00 -2.650E+00 -1.771E+00 -1.830E+00 -1.714E+00 -2.500E+00 -1.621E+00 -1.681E+00 -1.563E+00 -2.350E+00 -1.471E+00 -1.533E+00 -1.411E+00 -2.200E+00 -1.322E+00 -1.385E+00 -1.261E+00 -2.050E+00 -1.173E+00 -1.237E+00 -1.110E+00 -1.900E+00 -1.025E+00 -1.090E+00 -960.589E-03 -1.750E+00 -878.212E-03 -943.535E-03 -811.971E-03 -1.600E+00 -732.250E-03 -798.383E-03 -664.760E-03 -1.450E+00 -588.273E-03 -655.133E-03 -519.792E-03 -1.300E+00 -450.670E-03 -518.750E-03 -380.934E-03 -1.150E+00 -375.473E-03 -458.636E-03 -290.504E-03 -1.000E+00 -305.272E-03 -429.826E-03 -182.204E-03 -850.000E-03 -128.808E-03 -344.124E-03 -37.245E-03 -700.000E-03 -8.224E-03 -31.611E-03 -17.008E-03 -550.000E-03 -2.418E-03 -1.283E-03 -6.337E-03 -400.000E-03 -420.907E-06 -193.596E-06 -1.034E-03 -250.000E-03 -14.287E-06 -16.290E-06 -13.444E-06 -100.000E-03 -54.375E-09 -86.983E-09 -24.909E-09 50.000E-03 754.417E-12 501.814E-12 248.765E-12 200.000E-03 942.126E-12 991.544E-12 288.531E-12 350.000E-03 975.394E-12 1.055E-09 304.793E-12 500.000E-03 1.010E-09 1.115E-09 322.648E-12 650.000E-03 1.046E-09 1.176E-09 341.857E-12 800.000E-03 1.083E-09 1.238E-09 362.382E-12 950.000E-03 1.121E-09 1.299E-09 384.254E-12 1.100E+00 1.160E-09 1.361E-09 407.532E-12 1.250E+00 1.200E-09 1.423E-09 432.291E-12 1.400E+00 1.241E-09 1.485E-09 458.617E-12 1.550E+00 1.283E-09 1.548E-09 486.608E-12 1.700E+00 1.327E-09 1.611E-09 516.361E-12 1.850E+00 1.372E-09 1.674E-09 547.988E-12 2.000E+00 1.418E-09 1.738E-09 581.612E-12 2.150E+00 1.465E-09 1.802E-09 617.361E-12 2.300E+00 1.513E-09 1.866E-09 655.371E-12 2.450E+00 1.563E-09 1.931E-09 695.794E-12 2.600E+00 1.615E-09 1.996E-09 738.791E-12 2.750E+00 1.668E-09 2.061E-09 784.536E-12 2.900E+00 1.722E-09 2.160E-09 833.225E-12 3.050E+00 1.778E-09 6.217E-09 885.070E-12 3.200E+00 1.838E-09 630.939E-09 940.301E-12 3.350E+00 2.237E-09 17.108E-06 999.175E-12 3.500E+00 86.090E-09 154.253E-06 1.062E-09 3.650E+00 8.676E-06 4.779E-03 1.134E-09 3.800E+00 108.916E-06 135.512E-03 4.099E-09 3.950E+00 736.464E-06 357.227E-03 1.341E-06 4.100E+00 35.469E-03 503.027E-03 68.001E-06 4.250E+00 241.990E-03 599.235E-03 680.987E-06 4.400E+00 410.810E-03 671.540E-03 3.754E-03 4.550E+00 523.960E-03 760.470E-03 116.176E-03 4.700E+00 607.767E-03 892.949E-03 304.791E-03 4.850E+00 702.705E-03 1.036E+00 437.239E-03 5.000E+00 836.778E-03 1.181E+00 534.396E-03 5.150E+00 980.174E-03 1.327E+00 636.323E-03 5.300E+00 1.126E+00 1.474E+00 772.265E-03 5.450E+00 1.273E+00 1.621E+00 916.598E-03 5.500E+00 1.322E+00 1.670E+00 965.256E-03 | [POWER_clamp] | voltage I(typ) I(min) I(max) | -8.000E+00 7.104E+00 7.149E+00 7.052E+00 -7.900E+00 7.004E+00 7.049E+00 6.952E+00 -7.800E+00 6.904E+00 6.949E+00 6.852E+00 -7.700E+00 6.804E+00 6.848E+00 6.752E+00 -7.600E+00 6.704E+00 6.748E+00 6.651E+00 -7.500E+00 6.603E+00 6.648E+00 6.551E+00 -7.400E+00 6.503E+00 6.548E+00 6.451E+00 -7.300E+00 6.403E+00 6.448E+00 6.351E+00 -7.200E+00 6.303E+00 6.348E+00 6.251E+00 -7.100E+00 6.203E+00 6.248E+00 6.150E+00 -7.000E+00 6.103E+00 6.148E+00 6.050E+00 -6.900E+00 6.003E+00 6.048E+00 5.950E+00 -6.800E+00 5.903E+00 5.949E+00 5.850E+00 -6.700E+00 5.803E+00 5.849E+00 5.750E+00 -6.600E+00 5.703E+00 5.749E+00 5.649E+00 -6.500E+00 5.603E+00 5.649E+00 5.549E+00 -6.400E+00 5.502E+00 5.549E+00 5.449E+00 -6.300E+00 5.402E+00 5.449E+00 5.349E+00 -6.200E+00 5.302E+00 5.349E+00 5.249E+00 -6.100E+00 5.202E+00 5.249E+00 5.149E+00 -6.000E+00 5.102E+00 5.149E+00 5.048E+00 -5.900E+00 5.002E+00 5.049E+00 4.948E+00 -5.800E+00 4.902E+00 4.949E+00 4.848E+00 -5.700E+00 4.802E+00 4.850E+00 4.748E+00 -5.600E+00 4.703E+00 4.750E+00 4.648E+00 -5.500E+00 4.603E+00 4.650E+00 4.548E+00 -5.400E+00 4.503E+00 4.550E+00 4.448E+00 -5.300E+00 4.403E+00 4.450E+00 4.348E+00 -5.200E+00 4.303E+00 4.351E+00 4.248E+00 -5.100E+00 4.203E+00 4.251E+00 4.148E+00 -5.000E+00 4.103E+00 4.151E+00 4.048E+00 -4.900E+00 4.003E+00 4.051E+00 3.948E+00 -4.800E+00 3.903E+00 3.952E+00 3.848E+00 -4.700E+00 3.804E+00 3.852E+00 3.748E+00 -4.600E+00 3.704E+00 3.752E+00 3.648E+00 -4.500E+00 3.604E+00 3.653E+00 3.548E+00 -4.400E+00 3.504E+00 3.553E+00 3.448E+00 -4.300E+00 3.404E+00 3.454E+00 3.348E+00 -4.200E+00 3.305E+00 3.354E+00 3.248E+00 -4.100E+00 3.205E+00 3.255E+00 3.148E+00 -4.000E+00 3.105E+00 3.155E+00 3.048E+00 -3.900E+00 3.006E+00 3.056E+00 2.948E+00 -3.800E+00 2.906E+00 2.956E+00 2.848E+00 -3.700E+00 2.807E+00 2.857E+00 2.749E+00 -3.600E+00 2.707E+00 2.757E+00 2.649E+00 -3.500E+00 2.607E+00 2.658E+00 2.549E+00 -3.400E+00 2.508E+00 2.559E+00 2.450E+00 -3.300E+00 2.409E+00 2.460E+00 2.350E+00 -3.200E+00 2.309E+00 2.361E+00 2.250E+00 -3.100E+00 2.210E+00 2.261E+00 2.151E+00 -3.000E+00 2.111E+00 2.162E+00 2.051E+00 -2.900E+00 2.011E+00 2.063E+00 1.952E+00 -2.800E+00 1.912E+00 1.965E+00 1.852E+00 -2.700E+00 1.813E+00 1.866E+00 1.753E+00 -2.600E+00 1.714E+00 1.767E+00 1.654E+00 -2.500E+00 1.615E+00 1.668E+00 1.554E+00 -2.400E+00 1.517E+00 1.570E+00 1.455E+00 -2.300E+00 1.418E+00 1.472E+00 1.356E+00 -2.200E+00 1.319E+00 1.373E+00 1.258E+00 -2.100E+00 1.221E+00 1.275E+00 1.159E+00 -2.000E+00 1.123E+00 1.178E+00 1.060E+00 -1.900E+00 1.025E+00 1.080E+00 961.851E-03 -1.800E+00 927.297E-03 982.639E-03 863.751E-03 -1.700E+00 829.992E-03 885.730E-03 765.978E-03 -1.600E+00 733.161E-03 789.320E-03 668.646E-03 -1.500E+00 637.026E-03 693.641E-03 571.965E-03 -1.400E+00 542.160E-03 599.314E-03 476.454E-03 -1.300E+00 451.606E-03 509.772E-03 384.724E-03 -1.200E+00 393.097E-03 457.560E-03 318.952E-03 -1.100E+00 358.157E-03 438.396E-03 266.007E-03 -1.000E+00 306.128E-03 413.304E-03 184.979E-03 -900.000E-03 207.317E-03 363.078E-03 58.135E-03 -800.000E-03 43.525E-03 220.320E-03 3.803E-03 -700.000E-03 2.048E-03 21.600E-03 1.161E-03 -600.000E-03 375.880E-06 1.224E-03 367.435E-06 -500.000E-03 108.923E-06 154.270E-06 68.005E-06 -400.000E-03 22.236E-06 35.764E-06 6.559E-06 -300.000E-03 2.632E-06 7.767E-06 187.893E-09 -200.000E-03 86.090E-09 630.939E-09 4.099E-09 -100.000E-03 4.088E-09 24.521E-09 1.193E-09 0.000E+00 1.929E-09 2.928E-09 1.107E-09 | [Ramp] | variable typ min max dV/dt_r 1.483V/523.373ps 1.060V/1.098ns 1.853V/289.384ps dV/dt_f 1.635V/2.007ns 1.263V/4.606ns 1.954V/698.661ps R_load = 50.0000 | [Rising Waveform] R_fixture = 50.0000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 853.940E-12 13.772E-09 10.894E-12 50.000ps 5.655E-06 4.619E-06 3.863E-06 100.000ps 8.038E-06 11.613E-06 1.339E-06 150.000ps -202.779E-09 8.444E-06 -3.054E-06 200.000ps -6.698E-06 -362.419E-09 -3.253E-06 250.000ps -7.584E-06 -6.991E-06 -1.403E-06 300.000ps -5.634E-06 -9.592E-06 330.032E-09 350.000ps -2.901E-06 -9.349E-06 1.723E-06 400.000ps -305.295E-09 -7.698E-06 4.790E-06 450.000ps 1.803E-06 -5.471E-06 -4.541E-06 500.000ps 4.007E-06 -3.180E-06 -60.698E-06 550.000ps 7.138E-06 -1.075E-06 -123.094E-06 600.000ps 5.194E-06 654.445E-09 -154.246E-06 650.000ps -12.188E-06 2.053E-06 -72.710E-06 700.000ps -43.426E-06 3.396E-06 194.211E-06 750.000ps -79.694E-06 4.734E-06 689.610E-06 800.000ps -112.982E-06 5.989E-06 797.235E-06 850.000ps -140.275E-06 6.605E-06 -477.299E-06 900.000ps -154.661E-06 4.693E-06 -2.919E-03 950.000ps -139.400E-06 -943.419E-09 -5.695E-03 1.000ns -77.456E-06 -10.381E-06 -8.701E-03 1.050ns 46.238E-06 -22.983E-06 -11.852E-03 1.100ns 245.062E-06 -37.821E-06 -12.545E-03 1.150ns 537.980E-06 -53.638E-06 -6.373E-03 1.200ns 859.060E-06 -69.293E-06 12.590E-03 1.250ns 1.035E-03 -84.097E-06 49.169E-03 1.300ns 753.588E-06 -97.981E-06 106.589E-03 1.350ns -19.032E-06 -110.947E-06 187.206E-03 1.400ns -1.074E-03 -122.354E-06 294.819E-03 1.450ns -2.251E-03 -129.300E-06 435.856E-03 1.500ns -3.477E-03 -128.490E-06 621.294E-03 1.550ns -4.774E-03 -116.879E-06 872.821E-03 1.600ns -6.233E-03 -92.107E-06 1.207E+00 1.650ns -7.961E-03 -51.047E-06 1.593E+00 1.700ns -9.851E-03 11.527E-06 1.970E+00 1.750ns -11.646E-03 99.825E-06 2.288E+00 1.800ns -12.791E-03 215.440E-06 2.526E+00 1.850ns -12.191E-03 360.085E-06 2.691E+00 1.900ns -8.764E-03 537.099E-06 2.804E+00 1.950ns -1.556E-03 737.649E-06 2.877E+00 2.000ns 10.392E-03 904.776E-06 2.925E+00 2.050ns 27.988E-03 974.940E-06 2.956E+00 2.100ns 51.810E-03 917.180E-06 2.978E+00 2.150ns 82.197E-03 730.877E-06 2.995E+00 2.200ns 119.510E-03 436.171E-06 3.009E+00 2.250ns 164.566E-03 66.359E-06 3.020E+00 2.300ns 218.512E-03 -346.669E-06 3.030E+00 2.350ns 282.510E-03 -782.331E-06 3.038E+00 2.400ns 357.747E-03 -1.231E-03 3.045E+00 2.450ns 446.631E-03 -1.692E-03 3.050E+00 2.500ns 554.282E-03 -2.172E-03 3.055E+00 2.550ns 685.713E-03 -2.682E-03 3.060E+00 2.600ns 838.823E-03 -3.239E-03 3.063E+00 2.650ns 1.006E+00 -3.863E-03 3.066E+00 2.700ns 1.178E+00 -4.577E-03 3.069E+00 2.750ns 1.347E+00 -5.399E-03 3.071E+00 2.800ns 1.507E+00 -6.336E-03 3.073E+00 2.850ns 1.654E+00 -7.385E-03 3.075E+00 2.900ns 1.784E+00 -8.531E-03 3.077E+00 2.950ns 1.894E+00 -9.679E-03 3.078E+00 3.000ns 1.986E+00 -10.638E-03 3.079E+00 3.100ns 2.121E+00 -11.334E-03 3.081E+00 3.200ns 2.209E+00 -9.506E-03 3.083E+00 3.300ns 2.268E+00 -3.896E-03 3.084E+00 3.400ns 2.308E+00 6.799E-03 3.085E+00 3.500ns 2.337E+00 23.841E-03 3.085E+00 3.600ns 2.358E+00 47.963E-03 3.086E+00 3.700ns 2.375E+00 79.762E-03 3.086E+00 3.800ns 2.389E+00 119.968E-03 3.087E+00 3.900ns 2.400E+00 169.114E-03 3.087E+00 4.000ns 2.410E+00 229.058E-03 3.087E+00 4.100ns 2.419E+00 302.812E-03 3.087E+00 4.200ns 2.426E+00 396.717E-03 3.088E+00 4.300ns 2.433E+00 509.167E-03 3.088E+00 4.400ns 2.438E+00 629.192E-03 3.088E+00 4.500ns 2.443E+00 749.239E-03 3.088E+00 4.600ns 2.447E+00 864.801E-03 3.088E+00 4.700ns 2.450E+00 973.607E-03 3.088E+00 4.800ns 2.453E+00 1.074E+00 3.088E+00 4.900ns 2.455E+00 1.166E+00 3.088E+00 5.000ns 2.458E+00 1.249E+00 3.088E+00 5.250ns 2.462E+00 1.413E+00 3.088E+00 5.500ns 2.465E+00 1.524E+00 3.088E+00 5.750ns 2.467E+00 1.595E+00 3.088E+00 6.000ns 2.469E+00 1.641E+00 3.088E+00 6.250ns 2.470E+00 1.673E+00 3.088E+00 6.500ns 2.470E+00 1.695E+00 3.088E+00 6.750ns 2.471E+00 1.711E+00 3.088E+00 7.000ns 2.471E+00 1.723E+00 3.088E+00 7.250ns 2.472E+00 1.733E+00 3.088E+00 7.500ns 2.472E+00 1.740E+00 3.088E+00 7.750ns 2.472E+00 1.746E+00 3.088E+00 8.000ns 2.472E+00 1.751E+00 3.088E+00 8.250ns 2.472E+00 1.755E+00 3.088E+00 8.500ns 2.472E+00 1.758E+00 3.088E+00 8.750ns 2.472E+00 1.760E+00 3.088E+00 9.000ns 2.472E+00 1.763E+00 3.088E+00 9.250ns 2.472E+00 1.765E+00 3.088E+00 9.500ns 2.472E+00 1.766E+00 3.088E+00 9.750ns 2.472E+00 1.767E+00 3.088E+00 | [Rising Waveform] R_fixture = 50.0000 V_fixture = 3.3000 V_fixture_min = 3.0000 V_fixture_max = 3.6000 | time V(typ) V(min) V(max) | 0.000s 574.739E-03 873.220E-03 343.927E-03 50.000ps 574.746E-03 873.226E-03 343.932E-03 100.000ps 574.750E-03 873.236E-03 343.929E-03 150.000ps 574.740E-03 873.232E-03 343.924E-03 200.000ps 574.732E-03 873.221E-03 343.924E-03 250.000ps 574.731E-03 873.212E-03 343.926E-03 300.000ps 574.734E-03 873.210E-03 343.928E-03 350.000ps 574.737E-03 873.211E-03 343.929E-03 400.000ps 574.740E-03 873.213E-03 343.932E-03 450.000ps 574.742E-03 873.216E-03 343.920E-03 500.000ps 574.744E-03 873.219E-03 343.865E-03 550.000ps 574.745E-03 873.222E-03 343.830E-03 600.000ps 574.739E-03 873.224E-03 343.862E-03 650.000ps 574.718E-03 873.224E-03 344.033E-03 700.000ps 574.693E-03 873.225E-03 344.365E-03 750.000ps 574.684E-03 873.224E-03 344.815E-03 800.000ps 574.704E-03 873.223E-03 344.574E-03 850.000ps 574.758E-03 873.219E-03 342.316E-03 900.000ps 574.852E-03 873.213E-03 338.278E-03 950.000ps 574.994E-03 873.204E-03 333.844E-03 1.000ns 575.181E-03 873.196E-03 329.823E-03 1.050ns 575.395E-03 873.194E-03 326.860E-03 1.100ns 575.609E-03 873.201E-03 328.582E-03 1.150ns 575.796E-03 873.222E-03 340.874E-03 1.200ns 575.818E-03 873.260E-03 372.612E-03 1.250ns 575.388E-03 873.317E-03 432.327E-03 1.300ns 574.040E-03 873.393E-03 527.286E-03 1.350ns 571.739E-03 873.489E-03 666.659E-03 1.400ns 568.825E-03 873.604E-03 865.522E-03 1.450ns 565.651E-03 873.739E-03 1.151E+00 1.500ns 562.537E-03 873.894E-03 1.558E+00 1.550ns 559.677E-03 874.064E-03 2.053E+00 1.600ns 557.205E-03 874.239E-03 2.534E+00 1.650ns 555.235E-03 874.408E-03 2.903E+00 1.700ns 554.132E-03 874.560E-03 3.156E+00 1.750ns 554.469E-03 874.679E-03 3.321E+00 1.800ns 557.264E-03 874.740E-03 3.425E+00 1.850ns 564.315E-03 874.722E-03 3.491E+00 1.900ns 577.708E-03 874.605E-03 3.530E+00 1.950ns 599.836E-03 874.344E-03 3.553E+00 2.000ns 633.539E-03 873.825E-03 3.565E+00 2.050ns 681.924E-03 872.944E-03 3.573E+00 2.100ns 747.982E-03 871.662E-03 3.579E+00 2.150ns 833.943E-03 869.999E-03 3.582E+00 2.200ns 942.066E-03 868.010E-03 3.585E+00 2.250ns 1.078E+00 865.774E-03 3.588E+00 2.300ns 1.254E+00 863.372E-03 3.589E+00 2.350ns 1.474E+00 860.877E-03 3.591E+00 2.400ns 1.728E+00 858.361E-03 3.592E+00 2.450ns 2.004E+00 855.895E-03 3.593E+00 2.500ns 2.279E+00 853.549E-03 3.594E+00 2.550ns 2.522E+00 851.392E-03 3.595E+00 2.600ns 2.726E+00 849.492E-03 3.596E+00 2.650ns 2.884E+00 847.908E-03 3.596E+00 2.700ns 3.003E+00 846.698E-03 3.597E+00 2.750ns 3.090E+00 845.924E-03 3.597E+00 2.800ns 3.152E+00 845.668E-03 3.597E+00 2.850ns 3.194E+00 846.022E-03 3.598E+00 2.900ns 3.222E+00 847.120E-03 3.598E+00 2.950ns 3.241E+00 849.236E-03 3.598E+00 3.000ns 3.254E+00 852.822E-03 3.598E+00 3.100ns 3.269E+00 866.212E-03 3.599E+00 3.200ns 3.277E+00 891.370E-03 3.599E+00 3.300ns 3.282E+00 935.240E-03 3.599E+00 3.400ns 3.286E+00 1.007E+00 3.599E+00 3.500ns 3.289E+00 1.110E+00 3.600E+00 3.600ns 3.290E+00 1.252E+00 3.600E+00 3.700ns 3.292E+00 1.445E+00 3.600E+00 3.800ns 3.293E+00 1.682E+00 3.600E+00 3.900ns 3.294E+00 1.947E+00 3.600E+00 4.000ns 3.295E+00 2.215E+00 3.600E+00 4.100ns 3.296E+00 2.447E+00 3.600E+00 4.200ns 3.296E+00 2.628E+00 3.600E+00 4.300ns 3.297E+00 2.757E+00 3.600E+00 4.400ns 3.297E+00 2.844E+00 3.600E+00 4.500ns 3.297E+00 2.897E+00 3.600E+00 4.600ns 3.298E+00 2.929E+00 3.600E+00 4.700ns 3.298E+00 2.949E+00 3.600E+00 4.800ns 3.298E+00 2.962E+00 3.600E+00 4.900ns 3.299E+00 2.970E+00 3.600E+00 5.000ns 3.299E+00 2.976E+00 3.600E+00 5.250ns 3.299E+00 2.985E+00 3.600E+00 5.500ns 3.299E+00 2.990E+00 3.600E+00 5.750ns 3.300E+00 2.993E+00 3.600E+00 6.000ns 3.300E+00 2.994E+00 3.600E+00 6.250ns 3.300E+00 2.995E+00 3.600E+00 6.500ns 3.300E+00 2.996E+00 3.600E+00 6.750ns 3.300E+00 2.997E+00 3.600E+00 7.000ns 3.300E+00 2.997E+00 3.600E+00 7.250ns 3.300E+00 2.998E+00 3.600E+00 7.500ns 3.300E+00 2.998E+00 3.600E+00 7.750ns 3.300E+00 2.999E+00 3.600E+00 8.000ns 3.300E+00 2.999E+00 3.600E+00 8.250ns 3.300E+00 2.999E+00 3.600E+00 8.500ns 3.300E+00 2.999E+00 3.600E+00 8.750ns 3.300E+00 2.999E+00 3.600E+00 9.000ns 3.300E+00 2.999E+00 3.600E+00 9.250ns 3.300E+00 3.000E+00 3.600E+00 9.500ns 3.300E+00 3.000E+00 3.600E+00 9.750ns 3.300E+00 3.000E+00 3.600E+00 | [Falling Waveform] R_fixture = 50.0000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 2.472E+00 1.773E+00 3.088E+00 50.000ps 2.472E+00 1.773E+00 3.088E+00 100.000ps 2.472E+00 1.773E+00 3.088E+00 150.000ps 2.472E+00 1.773E+00 3.088E+00 200.000ps 2.472E+00 1.773E+00 3.088E+00 250.000ps 2.472E+00 1.773E+00 3.088E+00 300.000ps 2.472E+00 1.773E+00 3.088E+00 350.000ps 2.472E+00 1.773E+00 3.088E+00 400.000ps 2.472E+00 1.773E+00 3.088E+00 450.000ps 2.472E+00 1.773E+00 3.088E+00 500.000ps 2.472E+00 1.773E+00 3.088E+00 550.000ps 2.473E+00 1.773E+00 3.087E+00 600.000ps 2.473E+00 1.773E+00 3.086E+00 650.000ps 2.473E+00 1.773E+00 3.086E+00 700.000ps 2.473E+00 1.773E+00 3.089E+00 750.000ps 2.472E+00 1.773E+00 3.097E+00 800.000ps 2.472E+00 1.773E+00 3.109E+00 850.000ps 2.472E+00 1.773E+00 3.116E+00 900.000ps 2.471E+00 1.773E+00 3.105E+00 950.000ps 2.471E+00 1.773E+00 3.066E+00 1.000ns 2.471E+00 1.773E+00 2.999E+00 1.050ns 2.471E+00 1.773E+00 2.907E+00 1.100ns 2.471E+00 1.773E+00 2.783E+00 1.150ns 2.472E+00 1.773E+00 2.596E+00 1.200ns 2.474E+00 1.772E+00 2.316E+00 1.250ns 2.478E+00 1.772E+00 1.965E+00 1.300ns 2.482E+00 1.772E+00 1.585E+00 1.350ns 2.487E+00 1.772E+00 1.210E+00 1.400ns 2.489E+00 1.772E+00 874.682E-03 1.450ns 2.485E+00 1.772E+00 610.983E-03 1.500ns 2.472E+00 1.771E+00 420.126E-03 1.550ns 2.450E+00 1.771E+00 287.262E-03 1.600ns 2.418E+00 1.771E+00 196.235E-03 1.650ns 2.375E+00 1.771E+00 134.797E-03 1.700ns 2.316E+00 1.772E+00 93.733E-03 1.750ns 2.245E+00 1.772E+00 66.535E-03 1.800ns 2.155E+00 1.772E+00 49.047E-03 1.850ns 2.042E+00 1.773E+00 38.118E-03 1.900ns 1.905E+00 1.773E+00 30.954E-03 1.950ns 1.748E+00 1.774E+00 26.110E-03 2.000ns 1.576E+00 1.775E+00 22.842E-03 2.050ns 1.396E+00 1.777E+00 20.323E-03 2.100ns 1.214E+00 1.779E+00 18.354E-03 2.150ns 1.036E+00 1.782E+00 16.952E-03 2.200ns 866.538E-03 1.784E+00 15.885E-03 2.250ns 714.199E-03 1.785E+00 14.981E-03 2.300ns 582.497E-03 1.785E+00 13.581E-03 2.350ns 472.044E-03 1.783E+00 12.023E-03 2.400ns 384.600E-03 1.777E+00 10.529E-03 2.450ns 311.322E-03 1.767E+00 9.213E-03 2.500ns 250.611E-03 1.752E+00 8.123E-03 2.550ns 201.606E-03 1.731E+00 7.245E-03 2.600ns 162.329E-03 1.704E+00 6.535E-03 2.650ns 130.811E-03 1.672E+00 5.951E-03 2.700ns 105.602E-03 1.634E+00 5.459E-03 2.750ns 85.475E-03 1.592E+00 5.038E-03 2.800ns 69.422E-03 1.546E+00 4.671E-03 2.850ns 56.620E-03 1.496E+00 4.348E-03 2.900ns 46.532E-03 1.441E+00 4.058E-03 2.950ns 38.631E-03 1.384E+00 3.796E-03 3.000ns 32.407E-03 1.322E+00 3.556E-03 3.100ns 23.668E-03 1.189E+00 3.123E-03 3.200ns 18.484E-03 1.045E+00 2.735E-03 3.300ns 15.593E-03 895.620E-03 2.412E-03 3.400ns 13.646E-03 746.952E-03 2.149E-03 3.500ns 11.978E-03 605.919E-03 1.909E-03 3.600ns 10.682E-03 480.437E-03 1.687E-03 3.700ns 9.807E-03 375.376E-03 1.488E-03 3.800ns 9.030E-03 290.755E-03 1.312E-03 3.900ns 8.570E-03 223.880E-03 1.157E-03 4.000ns 8.453E-03 171.858E-03 1.021E-03 4.100ns 8.670E-03 131.710E-03 900.878E-06 4.200ns 8.820E-03 100.990E-03 795.023E-06 4.300ns 8.252E-03 77.604E-03 701.611E-06 4.400ns 7.374E-03 59.945E-03 619.198E-06 4.500ns 6.488E-03 46.637E-03 546.507E-06 4.600ns 5.712E-03 36.742E-03 482.387E-06 4.700ns 5.074E-03 29.369E-03 425.823E-06 4.800ns 4.559E-03 23.819E-03 375.925E-06 4.900ns 4.145E-03 19.630E-03 331.905E-06 5.000ns 3.806E-03 16.409E-03 293.064E-06 5.250ns 3.160E-03 10.944E-03 214.804E-06 5.500ns 2.644E-03 7.455E-03 157.546E-06 5.750ns 2.218E-03 5.278E-03 115.621E-06 6.000ns 1.892E-03 4.462E-03 84.906E-06 6.250ns 1.591E-03 4.158E-03 62.370E-06 6.500ns 1.327E-03 4.026E-03 45.838E-06 6.750ns 1.107E-03 4.356E-03 33.709E-06 7.000ns 924.108E-06 4.391E-03 24.803E-06 7.250ns 770.716E-06 4.550E-03 18.260E-06 7.500ns 642.584E-06 4.909E-03 13.450E-06 7.750ns 535.862E-06 5.764E-03 9.912E-06 8.000ns 446.861E-06 5.540E-03 7.307E-06 8.250ns 372.587E-06 4.690E-03 5.389E-06 8.500ns 310.655E-06 3.880E-03 3.976E-06 8.750ns 259.032E-06 3.265E-03 2.935E-06 9.000ns 216.003E-06 2.818E-03 2.167E-06 9.250ns 180.143E-06 2.483E-03 1.601E-06 9.500ns 150.261E-06 2.217E-03 1.183E-06 9.750ns 125.357E-06 2.000E-03 874.028E-09 | [Falling Waveform] R_fixture = 50.0000 V_fixture = 3.3000 V_fixture_min = 3.0000 V_fixture_max = 3.6000 | time V(typ) V(min) V(max) | 0.000s 3.300E+00 3.000E+00 3.600E+00 150.000ps 3.300E+00 3.000E+00 3.600E+00 300.000ps 3.300E+00 3.000E+00 3.600E+00 450.000ps 3.300E+00 3.000E+00 3.600E+00 600.000ps 3.300E+00 3.000E+00 3.598E+00 750.000ps 3.300E+00 3.000E+00 3.607E+00 900.000ps 3.300E+00 3.000E+00 3.651E+00 1.050ns 3.298E+00 3.000E+00 3.575E+00 1.200ns 3.298E+00 3.000E+00 3.388E+00 1.350ns 3.315E+00 3.000E+00 2.905E+00 1.500ns 3.343E+00 3.000E+00 2.232E+00 1.650ns 3.343E+00 2.999E+00 1.689E+00 1.800ns 3.308E+00 2.999E+00 1.299E+00 1.950ns 3.243E+00 2.998E+00 1.074E+00 2.100ns 3.123E+00 2.999E+00 935.335E-03 2.250ns 2.912E+00 3.006E+00 806.713E-03 2.400ns 2.645E+00 3.021E+00 657.138E-03 2.550ns 2.402E+00 3.034E+00 546.285E-03 2.700ns 2.196E+00 3.040E+00 486.127E-03 2.850ns 2.024E+00 3.039E+00 449.178E-03 3.000ns 1.877E+00 3.032E+00 423.943E-03 3.150ns 1.751E+00 3.018E+00 406.047E-03 3.300ns 1.644E+00 2.992E+00 392.949E-03 3.450ns 1.554E+00 2.953E+00 383.074E-03 3.600ns 1.479E+00 2.897E+00 375.472E-03 3.750ns 1.413E+00 2.817E+00 369.489E-03 3.900ns 1.347E+00 2.719E+00 364.786E-03 4.050ns 1.278E+00 2.621E+00 361.026E-03 4.200ns 1.205E+00 2.531E+00 357.971E-03 4.350ns 1.117E+00 2.450E+00 355.487E-03 4.500ns 1.023E+00 2.380E+00 353.463E-03 4.650ns 936.011E-03 2.317E+00 351.802E-03 4.800ns 865.821E-03 2.262E+00 350.436E-03 4.950ns 813.550E-03 2.213E+00 349.320E-03 5.100ns 774.747E-03 2.168E+00 348.404E-03 5.250ns 745.038E-03 2.126E+00 347.648E-03 5.400ns 721.607E-03 2.088E+00 347.023E-03 5.550ns 702.722E-03 2.052E+00 346.504E-03 5.700ns 686.762E-03 2.018E+00 346.073E-03 5.850ns 672.843E-03 1.987E+00 345.715E-03 6.000ns 660.657E-03 1.958E+00 345.417E-03 6.150ns 650.075E-03 1.931E+00 345.169E-03 6.300ns 640.956E-03 1.905E+00 344.963E-03 6.450ns 633.133E-03 1.881E+00 344.792E-03 6.600ns 626.399E-03 1.857E+00 344.649E-03 6.750ns 620.542E-03 1.833E+00 344.530E-03 6.900ns 615.427E-03 1.806E+00 344.430E-03 7.050ns 610.942E-03 1.777E+00 344.347E-03 7.200ns 607.002E-03 1.746E+00 344.278E-03 7.350ns 603.531E-03 1.713E+00 344.221E-03 7.500ns 600.453E-03 1.678E+00 344.172E-03 7.650ns 597.713E-03 1.643E+00 344.132E-03 7.800ns 595.277E-03 1.603E+00 344.099E-03 7.950ns 593.147E-03 1.558E+00 344.071E-03 8.100ns 591.256E-03 1.510E+00 344.047E-03 8.250ns 589.558E-03 1.460E+00 344.027E-03 8.400ns 588.032E-03 1.412E+00 344.011E-03 8.550ns 586.665E-03 1.366E+00 343.997E-03 8.700ns 585.443E-03 1.323E+00 343.986E-03 8.850ns 584.404E-03 1.283E+00 343.976E-03 9.000ns 583.468E-03 1.246E+00 343.968E-03 9.150ns 582.624E-03 1.212E+00 343.962E-03 9.300ns 581.839E-03 1.180E+00 343.956E-03 9.450ns 581.126E-03 1.152E+00 343.951E-03 9.600ns 580.483E-03 1.127E+00 343.947E-03 9.750ns 579.906E-03 1.104E+00 343.944E-03 9.900ns 579.387E-03 1.084E+00 343.941E-03 10.050ns 578.922E-03 1.067E+00 343.939E-03 10.200ns 578.504E-03 1.051E+00 343.937E-03 10.350ns 578.130E-03 1.037E+00 343.936E-03 10.500ns 577.793E-03 1.024E+00 343.934E-03 10.650ns 577.489E-03 1.013E+00 343.933E-03 10.800ns 577.217E-03 1.003E+00 343.932E-03 10.950ns 576.971E-03 993.379E-03 343.931E-03 11.100ns 576.750E-03 984.839E-03 343.931E-03 11.250ns 576.551E-03 977.012E-03 343.930E-03 11.400ns 576.372E-03 969.829E-03 343.930E-03 11.550ns 576.211E-03 963.205E-03 343.929E-03 11.700ns 576.066E-03 957.189E-03 343.929E-03 11.850ns 575.935E-03 951.666E-03 343.929E-03 12.000ns 575.817E-03 946.537E-03 343.929E-03 12.150ns 575.711E-03 941.772E-03 343.928E-03 12.300ns 575.616E-03 937.344E-03 343.928E-03 12.450ns 575.529E-03 933.227E-03 343.928E-03 12.600ns 575.452E-03 929.466E-03 343.928E-03 12.750ns 575.382E-03 926.108E-03 343.928E-03 12.900ns 575.319E-03 923.032E-03 343.928E-03 13.050ns 575.262E-03 920.127E-03 343.928E-03 13.200ns 575.211E-03 917.343E-03 343.928E-03 13.350ns 575.164E-03 914.665E-03 343.928E-03 13.500ns 575.123E-03 912.093E-03 343.928E-03 13.650ns 575.085E-03 909.636E-03 343.927E-03 13.800ns 575.051E-03 907.305E-03 343.927E-03 13.950ns 575.021E-03 905.112E-03 343.927E-03 14.100ns 574.993E-03 903.073E-03 343.927E-03 14.250ns 574.968E-03 901.184E-03 343.927E-03 14.400ns 574.946E-03 899.427E-03 343.927E-03 14.550ns 574.926E-03 897.787E-03 343.927E-03 14.700ns 574.908E-03 896.255E-03 343.927E-03 14.850ns 574.891E-03 894.825E-03 343.927E-03 | | End [Model] LVC15_4245IONA_33 | |************************************************************************ | Model LVC15_4245IONB_33 |************************************************************************ | [Model] LVC15_4245IONB_33 Model_type I/O Polarity Non-Inverting Enable Active-Low Vinl = 0.8000V Vinh = 2.0000V Vmeas = 1.5000V Cref = 50.0000pF Rref = 0.5000k Vref = 6.000V C_comp 9.16pF 7.23pF 11.10pF | | [Model Spec] | | Note: The input and output voltage ratings may be exceeded if the input and | output current ratings are observed (please refer to the data sheet) | | Subparameter typ min max | | Overshoot | S_overshoot_high 6.5 6.5 6.5 | Static overshoot S_overshoot_low -0.5 -0.5 -0.5 D_overshoot_high 7.2 7.2 7.2 | Dynamic overshoot D_overshoot_low -0.95 -0.9 -1.0 | D_overshoot_time 3n 3n 3n | | | Timing Thresholds | Vmeas 1.5 1.5 1.5 | | [Temperature Range] 25.0000 85.0000 -40.0000 | Remark: The curves below are the result of a simulation using the following | die temperatures: 40.0000 100.0000 -25.0000 | |Voltage Range VCCB [Voltage Range] 3.3000V 3.0000V 3.6000V | Remark: The curves below are the result of a simulation using |Voltage Range VCCA 5.0000V 4.5000V 5.5000V | |Process Range nominal slow fast | [Pulldown] | voltage I(typ) I(min) I(max) | -5.500E+00 -8.637E-02 -5.076E-02 -1.473E-01 -5.250E+00 -8.637E-02 -5.076E-02 -1.473E-01 -5.000E+00 -8.637E-02 -5.076E-02 -1.473E-01 -4.750E+00 -8.637E-02 -5.076E-02 -1.473E-01 -4.500E+00 -8.637E-02 -5.076E-02 -1.473E-01 -4.250E+00 -8.637E-02 -5.076E-02 -1.473E-01 -4.000E+00 -8.637E-02 -5.076E-02 -1.473E-01 -3.750E+00 -8.637E-02 -5.076E-02 -1.473E-01 -3.500E+00 -8.637E-02 -5.076E-02 -1.473E-01 -3.250E+00 -8.637E-02 -5.076E-02 -1.473E-01 -3.000E+00 -8.637E-02 -5.076E-02 -1.473E-01 -2.750E+00 -8.637E-02 -5.076E-02 -1.473E-01 -2.500E+00 -8.637E-02 -5.076E-02 -1.473E-01 -2.250E+00 -8.637E-02 -5.076E-02 -1.473E-01 -2.000E+00 -8.637E-02 -5.076E-02 -1.473E-01 -1.750E+00 -8.637E-02 -5.076E-02 -1.473E-01 -1.500E+00 -8.637E-02 -5.076E-02 -1.473E-01 -1.250E+00 -8.637E-02 -5.076E-02 -1.473E-01 -1.000E+00 -8.637E-02 -5.076E-02 -1.473E-01 -7.500E-01 -8.637E-02 -5.076E-02 -1.473E-01 -5.000E-01 -6.312E-02 -3.741E-02 -1.116E-01 -2.500E-01 -3.315E-02 -1.921E-02 -6.043E-02 0.000E+00 2.653E-12 2.784E-12 2.551E-12 1.000E-01 1.317E-02 7.422E-03 2.463E-02 2.000E-01 2.551E-02 1.440E-02 4.750E-02 3.000E-01 3.703E-02 2.095E-02 6.869E-02 4.000E-01 4.775E-02 2.706E-02 8.829E-02 5.000E-01 5.772E-02 3.274E-02 1.064E-01 6.000E-01 6.695E-02 3.800E-02 1.231E-01 7.000E-01 7.547E-02 4.285E-02 1.384E-01 8.000E-01 8.330E-02 4.730E-02 1.525E-01 9.000E-01 9.048E-02 5.135E-02 1.654E-01 1.000E+00 9.702E-02 5.501E-02 1.772E-01 1.100E+00 1.029E-01 5.829E-02 1.879E-01 1.200E+00 1.083E-01 6.119E-02 1.975E-01 1.300E+00 1.130E-01 6.374E-02 2.063E-01 1.400E+00 1.173E-01 6.592E-02 2.141E-01 1.500E+00 1.210E-01 6.777E-02 2.210E-01 1.600E+00 1.241E-01 6.928E-02 2.272E-01 1.700E+00 1.268E-01 7.048E-02 2.325E-01 1.800E+00 1.291E-01 7.141E-02 2.372E-01 1.900E+00 1.309E-01 7.210E-02 2.411E-01 2.000E+00 1.324E-01 7.260E-02 2.444E-01 2.100E+00 1.335E-01 7.298E-02 2.472E-01 2.200E+00 1.344E-01 7.328E-02 2.494E-01 2.300E+00 1.350E-01 7.353E-02 2.512E-01 2.400E+00 1.356E-01 7.375E-02 2.526E-01 2.500E+00 1.360E-01 7.395E-02 2.537E-01 2.600E+00 1.364E-01 7.413E-02 2.547E-01 2.700E+00 1.368E-01 7.430E-02 2.555E-01 2.800E+00 1.371E-01 7.446E-02 2.563E-01 2.900E+00 1.374E-01 7.461E-02 2.569E-01 3.000E+00 1.377E-01 7.476E-02 2.576E-01 3.100E+00 1.380E-01 7.490E-02 2.582E-01 3.200E+00 1.383E-01 7.503E-02 2.587E-01 3.300E+00 1.385E-01 7.515E-02 2.593E-01 3.400E+00 1.388E-01 7.525E-02 2.598E-01 3.500E+00 1.390E-01 7.528E-02 2.603E-01 3.600E+00 1.392E-01 7.651E-02 2.607E-01 3.950E+00 1.420E-01 8.081E-02 2.621E-01 4.300E+00 1.448E-01 9.402E-02 2.626E-01 4.650E+00 1.612E-01 1.080E-01 2.632E-01 5.000E+00 1.783E-01 1.225E-01 2.811E-01 5.350E+00 1.958E-01 1.368E-01 3.016E-01 5.700E+00 2.126E-01 1.509E-01 3.228E-01 6.050E+00 2.287E-01 1.647E-01 3.424E-01 6.400E+00 2.434E-01 1.782E-01 3.579E-01 6.750E+00 2.553E-01 1.903E-01 3.682E-01 7.100E+00 2.632E-01 2.004E-01 3.682E-01 7.450E+00 2.632E-01 2.023E-01 3.682E-01 7.800E+00 2.632E-01 2.023E-01 3.682E-01 8.150E+00 2.632E-01 2.023E-01 3.682E-01 8.500E+00 2.632E-01 2.023E-01 3.682E-01 8.850E+00 2.632E-01 2.023E-01 3.682E-01 9.200E+00 2.632E-01 2.023E-01 3.682E-01 9.550E+00 2.632E-01 2.023E-01 3.682E-01 9.900E+00 2.632E-01 2.023E-01 3.682E-01 1.025E+01 2.632E-01 2.023E-01 3.682E-01 1.060E+01 2.632E-01 2.023E-01 3.682E-01 1.095E+01 2.632E-01 2.023E-01 3.682E-01 1.100E+01 2.632E-01 2.023E-01 3.682E-01 | [Pullup] | voltage I(typ) I(min) I(max) | -8.000E+00 6.285E-02 3.656E-02 1.226E-01 -7.650E+00 6.285E-02 3.656E-02 1.226E-01 -7.300E+00 6.285E-02 3.656E-02 1.226E-01 -6.950E+00 6.285E-02 3.656E-02 1.226E-01 -6.600E+00 6.285E-02 3.656E-02 1.226E-01 -6.250E+00 6.285E-02 3.656E-02 1.226E-01 -5.900E+00 6.285E-02 3.656E-02 1.226E-01 -5.550E+00 6.285E-02 3.656E-02 1.226E-01 -5.200E+00 6.285E-02 3.656E-02 1.226E-01 -4.850E+00 6.285E-02 3.656E-02 1.226E-01 -4.500E+00 6.285E-02 3.656E-02 1.226E-01 -4.150E+00 6.285E-02 3.656E-02 1.226E-01 -3.800E+00 6.285E-02 3.656E-02 1.226E-01 -3.450E+00 6.285E-02 3.656E-02 1.226E-01 -3.100E+00 6.285E-02 3.656E-02 1.226E-01 -2.750E+00 6.285E-02 3.656E-02 1.226E-01 -2.400E+00 6.285E-02 3.656E-02 1.226E-01 -2.050E+00 6.285E-02 3.656E-02 1.226E-01 -1.700E+00 6.285E-02 3.656E-02 1.226E-01 -1.350E+00 6.285E-02 3.656E-02 1.226E-01 -1.000E+00 6.285E-02 3.656E-02 1.226E-01 -9.000E-01 6.285E-02 3.656E-02 1.226E-01 -8.000E-01 6.285E-02 3.656E-02 1.226E-01 -7.000E-01 6.282E-02 3.656E-02 1.120E-01 -6.000E-01 5.473E-02 3.188E-02 9.807E-02 -5.000E-01 4.615E-02 2.679E-02 8.299E-02 -4.000E-01 3.724E-02 2.155E-02 6.718E-02 -3.000E-01 2.805E-02 1.621E-02 5.064E-02 -2.000E-01 1.856E-02 1.070E-02 3.383E-02 -1.000E-01 9.199E-03 5.238E-03 1.694E-02 0.000E+00 -7.610E-12 -1.289E-12 -6.924E-09 1.000E-01 -8.888E-03 -4.992E-03 -1.654E-02 2.000E-01 -1.733E-02 -9.715E-03 -3.227E-02 3.000E-01 -2.532E-02 -1.417E-02 -4.717E-02 4.000E-01 -3.286E-02 -1.835E-02 -6.126E-02 5.000E-01 -3.996E-02 -2.225E-02 -7.456E-02 6.000E-01 -4.663E-02 -2.589E-02 -8.709E-02 7.000E-01 -5.286E-02 -2.926E-02 -9.888E-02 8.000E-01 -5.869E-02 -3.238E-02 -1.099E-01 9.000E-01 -6.410E-02 -3.524E-02 -1.203E-01 1.000E+00 -6.912E-02 -3.784E-02 -1.300E-01 1.100E+00 -7.376E-02 -4.020E-02 -1.391E-01 1.200E+00 -7.803E-02 -4.233E-02 -1.475E-01 1.300E+00 -8.195E-02 -4.422E-02 -1.553E-01 1.400E+00 -8.552E-02 -4.591E-02 -1.626E-01 1.500E+00 -8.878E-02 -4.739E-02 -1.694E-01 1.600E+00 -9.174E-02 -4.870E-02 -1.756E-01 1.700E+00 -9.444E-02 -4.986E-02 -1.815E-01 1.800E+00 -9.690E-02 -5.089E-02 -1.869E-01 1.900E+00 -9.917E-02 -5.181E-02 -1.919E-01 2.000E+00 -1.013E-01 -5.264E-02 -1.967E-01 2.100E+00 -1.033E-01 -5.338E-02 -2.013E-01 2.200E+00 -1.051E-01 -5.405E-02 -2.057E-01 2.300E+00 -1.068E-01 -5.464E-02 -2.100E-01 2.400E+00 -1.084E-01 -5.518E-02 -2.143E-01 2.500E+00 -1.099E-01 -5.567E-02 -2.183E-01 2.600E+00 -1.112E-01 -5.612E-02 -2.222E-01 2.700E+00 -1.124E-01 -5.653E-02 -2.258E-01 2.800E+00 -1.134E-01 -5.692E-02 -2.290E-01 2.900E+00 -1.144E-01 -5.729E-02 -2.320E-01 3.000E+00 -1.154E-01 -5.763E-02 -2.347E-01 3.100E+00 -1.162E-01 -5.796E-02 -2.372E-01 3.200E+00 -1.170E-01 -5.826E-02 -2.395E-01 3.300E+00 -1.178E-01 -5.856E-02 -2.417E-01 3.400E+00 -1.185E-01 -5.882E-02 -2.437E-01 3.500E+00 -1.192E-01 -5.903E-02 -2.456E-01 3.600E+00 -1.199E-01 -5.914E-02 -2.473E-01 3.800E+00 -1.208E-01 -6.013E-02 -2.506E-01 4.000E+00 -1.208E-01 -6.566E-02 -2.533E-01 4.200E+00 -1.232E-01 -7.256E-02 -2.535E-01 4.400E+00 -1.323E-01 -7.980E-02 -2.545E-01 4.600E+00 -1.425E-01 -8.747E-02 -2.554E-01 4.800E+00 -1.532E-01 -9.570E-02 -2.683E-01 5.000E+00 -1.652E-01 -1.043E-01 -2.822E-01 5.200E+00 -1.779E-01 -1.131E-01 -2.987E-01 5.400E+00 -1.910E-01 -1.222E-01 -3.180E-01 5.600E+00 -2.043E-01 -1.315E-01 -3.380E-01 5.800E+00 -2.178E-01 -1.410E-01 -3.583E-01 6.000E+00 -2.314E-01 -1.510E-01 -3.788E-01 6.200E+00 -2.453E-01 -1.621E-01 -3.994E-01 6.400E+00 -2.600E-01 -1.621E-01 -4.203E-01 6.600E+00 -2.762E-01 -1.621E-01 -4.421E-01 6.800E+00 -2.961E-01 -1.621E-01 -4.657E-01 7.000E+00 -2.961E-01 -1.621E-01 -4.918E-01 7.200E+00 -2.961E-01 -1.621E-01 -5.229E-01 7.400E+00 -2.961E-01 -1.621E-01 -5.229E-01 7.600E+00 -2.961E-01 -1.621E-01 -5.229E-01 7.800E+00 -2.961E-01 -1.621E-01 -5.229E-01 8.000E+00 -2.961E-01 -1.621E-01 -5.229E-01 8.200E+00 -2.961E-01 -1.621E-01 -5.229E-01 8.400E+00 -2.961E-01 -1.621E-01 -5.229E-01 8.600E+00 -2.961E-01 -1.621E-01 -5.229E-01 8.800E+00 -2.961E-01 -1.621E-01 -5.229E-01 9.000E+00 -2.961E-01 -1.621E-01 -5.229E-01 9.100E+00 -2.961E-01 -1.621E-01 -5.229E-01 | [GND_clamp] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.584E+00 -4.618E+00 -4.563E+00 -5.350E+00 -4.435E+00 -4.468E+00 -4.414E+00 -5.200E+00 -4.285E+00 -4.319E+00 -4.264E+00 -5.050E+00 -4.136E+00 -4.169E+00 -4.115E+00 -4.900E+00 -3.986E+00 -4.020E+00 -3.967E+00 -4.750E+00 -3.837E+00 -3.870E+00 -3.818E+00 -4.600E+00 -3.688E+00 -3.721E+00 -3.670E+00 -4.450E+00 -3.539E+00 -3.572E+00 -3.523E+00 -4.300E+00 -3.390E+00 -3.423E+00 -3.379E+00 -4.150E+00 -3.242E+00 -3.274E+00 -3.225E+00 -4.000E+00 -3.094E+00 -3.125E+00 -3.074E+00 -3.850E+00 -2.947E+00 -2.976E+00 -2.922E+00 -3.700E+00 -2.800E+00 -2.828E+00 -2.747E+00 -3.550E+00 -2.650E+00 -2.680E+00 -2.593E+00 -3.400E+00 -2.485E+00 -2.533E+00 -2.440E+00 -3.250E+00 -2.335E+00 -2.386E+00 -2.288E+00 -3.100E+00 -2.184E+00 -2.229E+00 -2.136E+00 -2.950E+00 -2.035E+00 -2.080E+00 -1.985E+00 -2.800E+00 -1.885E+00 -1.931E+00 -1.835E+00 -2.650E+00 -1.736E+00 -1.782E+00 -1.685E+00 -2.500E+00 -1.587E+00 -1.634E+00 -1.535E+00 -2.350E+00 -1.439E+00 -1.486E+00 -1.386E+00 -2.200E+00 -1.291E+00 -1.339E+00 -1.237E+00 -2.050E+00 -1.143E+00 -1.192E+00 -1.088E+00 -1.900E+00 -995.871E-03 -1.045E+00 -939.856E-03 -1.750E+00 -849.526E-03 -899.862E-03 -792.591E-03 -1.600E+00 -704.298E-03 -755.363E-03 -646.487E-03 -1.450E+00 -560.947E-03 -612.760E-03 -502.335E-03 -1.300E+00 -423.697E-03 -476.699E-03 -363.974E-03 -1.150E+00 -343.270E-03 -408.017E-03 -270.879E-03 -1.000E+00 -259.108E-03 -354.773E-03 -157.916E-03 -850.000E-03 -78.510E-03 -212.536E-03 -40.251E-03 -700.000E-03 -8.797E-03 -11.916E-03 -20.997E-03 -550.000E-03 -2.921E-03 -1.258E-03 -8.101E-03 -400.000E-03 -519.482E-06 -225.484E-06 -1.392E-03 -250.000E-03 -18.281E-06 -19.240E-06 -19.915E-06 -100.000E-03 -73.528E-09 -107.124E-09 -39.206E-09 50.000E-03 1.047E-09 682.881E-12 401.368E-12 200.000E-03 1.314E-09 1.301E-09 468.164E-12 350.000E-03 1.368E-09 1.390E-09 497.408E-12 500.000E-03 1.424E-09 1.476E-09 529.570E-12 650.000E-03 1.482E-09 1.563E-09 564.234E-12 800.000E-03 1.542E-09 1.650E-09 601.349E-12 950.000E-03 1.603E-09 1.738E-09 640.983E-12 1.100E+00 1.667E-09 1.826E-09 683.257E-12 1.250E+00 1.732E-09 1.915E-09 728.319E-12 1.400E+00 1.799E-09 2.005E-09 776.340E-12 1.550E+00 1.868E-09 2.094E-09 827.507E-12 1.700E+00 1.939E-09 2.185E-09 882.021E-12 1.850E+00 2.013E-09 2.275E-09 940.094E-12 2.000E+00 2.088E-09 2.367E-09 1.002E-09 2.150E+00 2.166E-09 2.459E-09 1.068E-09 2.300E+00 2.246E-09 2.552E-09 1.138E-09 2.450E+00 2.328E-09 2.645E-09 1.213E-09 2.600E+00 2.413E-09 2.739E-09 1.293E-09 2.750E+00 2.501E-09 2.834E-09 1.378E-09 2.900E+00 2.591E-09 2.965E-09 1.468E-09 3.050E+00 2.684E-09 7.399E-09 1.565E-09 3.200E+00 2.782E-09 690.870E-09 1.668E-09 3.350E+00 3.275E-09 19.079E-06 1.779E-09 3.500E+00 100.358E-09 159.526E-06 1.896E-09 3.650E+00 10.158E-06 3.508E-03 2.030E-09 3.800E+00 131.940E-06 114.079E-03 6.536E-09 3.950E+00 813.152E-06 334.924E-03 1.976E-06 4.100E+00 27.312E-03 484.747E-03 99.743E-06 4.250E+00 223.772E-03 584.062E-03 981.187E-06 4.400E+00 395.236E-03 658.545E-03 4.574E-03 4.550E+00 510.986E-03 748.592E-03 104.372E-03 4.700E+00 596.772E-03 881.312E-03 292.965E-03 4.850E+00 692.931E-03 1.024E+00 427.680E-03 5.000E+00 827.611E-03 1.169E+00 527.106E-03 5.150E+00 971.638E-03 1.316E+00 630.911E-03 5.300E+00 1.118E+00 1.463E+00 768.339E-03 5.450E+00 1.266E+00 1.611E+00 914.239E-03 5.500E+00 1.315E+00 1.660E+00 963.446E-03 | [POWER_clamp] | voltage I(typ) I(min) I(max) | -8.000E+00 7.339E+00 7.202E+00 7.953E+00 -7.900E+00 7.302E+00 7.104E+00 7.832E+00 -7.800E+00 7.287E+00 7.007E+00 7.714E+00 -7.700E+00 7.277E+00 6.911E+00 7.598E+00 -7.600E+00 7.268E+00 6.816E+00 7.483E+00 -7.500E+00 7.258E+00 6.797E+00 7.368E+00 -7.400E+00 7.046E+00 6.777E+00 7.254E+00 -7.300E+00 6.937E+00 6.758E+00 7.141E+00 -7.200E+00 6.828E+00 6.739E+00 7.028E+00 -7.100E+00 6.719E+00 6.632E+00 6.916E+00 -7.000E+00 6.611E+00 6.525E+00 6.804E+00 -6.900E+00 6.502E+00 6.418E+00 6.692E+00 -6.800E+00 6.394E+00 6.311E+00 6.580E+00 -6.700E+00 6.286E+00 6.205E+00 6.469E+00 -6.600E+00 6.179E+00 6.099E+00 6.358E+00 -6.500E+00 6.071E+00 5.993E+00 6.247E+00 -6.400E+00 5.964E+00 5.887E+00 6.136E+00 -6.300E+00 5.856E+00 5.781E+00 6.026E+00 -6.200E+00 5.749E+00 5.675E+00 5.915E+00 -6.100E+00 5.642E+00 5.570E+00 5.805E+00 -6.000E+00 5.536E+00 5.464E+00 5.696E+00 -5.900E+00 5.429E+00 5.359E+00 5.586E+00 -5.800E+00 5.323E+00 5.254E+00 5.477E+00 -5.700E+00 5.216E+00 5.148E+00 5.368E+00 -5.600E+00 5.110E+00 5.043E+00 5.259E+00 -5.500E+00 5.004E+00 4.938E+00 5.150E+00 -5.400E+00 4.898E+00 4.834E+00 5.042E+00 -5.300E+00 4.792E+00 4.729E+00 4.934E+00 -5.200E+00 4.687E+00 4.624E+00 4.826E+00 -5.100E+00 4.581E+00 4.520E+00 4.718E+00 -5.000E+00 4.476E+00 4.415E+00 4.611E+00 -4.900E+00 4.370E+00 4.311E+00 4.503E+00 -4.800E+00 4.265E+00 4.207E+00 4.396E+00 -4.700E+00 4.160E+00 4.102E+00 4.289E+00 -4.600E+00 4.055E+00 3.998E+00 4.182E+00 -4.500E+00 3.950E+00 3.894E+00 4.075E+00 -4.400E+00 3.845E+00 3.791E+00 3.968E+00 -4.300E+00 3.740E+00 3.688E+00 3.862E+00 -4.200E+00 3.636E+00 3.585E+00 3.756E+00 -4.100E+00 3.532E+00 3.484E+00 3.650E+00 -4.000E+00 3.428E+00 3.166E+00 3.544E+00 -3.900E+00 3.325E+00 3.064E+00 3.439E+00 -3.800E+00 3.224E+00 2.962E+00 3.334E+00 -3.700E+00 3.126E+00 2.860E+00 3.230E+00 -3.600E+00 2.732E+00 2.759E+00 3.127E+00 -3.500E+00 2.628E+00 2.658E+00 3.025E+00 -3.400E+00 2.524E+00 2.557E+00 2.925E+00 -3.300E+00 2.421E+00 2.457E+00 2.833E+00 -3.200E+00 2.319E+00 2.357E+00 2.304E+00 -3.100E+00 2.217E+00 2.257E+00 2.196E+00 -3.000E+00 2.115E+00 2.157E+00 2.089E+00 -2.900E+00 2.015E+00 2.057E+00 1.984E+00 -2.800E+00 1.914E+00 1.958E+00 1.879E+00 -2.700E+00 1.814E+00 1.858E+00 1.774E+00 -2.600E+00 1.713E+00 1.759E+00 1.671E+00 -2.500E+00 1.613E+00 1.660E+00 1.568E+00 -2.400E+00 1.514E+00 1.561E+00 1.466E+00 -2.300E+00 1.414E+00 1.462E+00 1.365E+00 -2.200E+00 1.315E+00 1.363E+00 1.264E+00 -2.100E+00 1.215E+00 1.265E+00 1.164E+00 -2.000E+00 1.116E+00 1.167E+00 1.063E+00 -1.900E+00 1.018E+00 1.069E+00 9.632E-01 -1.800E+00 9.193E-01 9.713E-01 8.635E-01 -1.700E+00 8.214E-01 8.743E-01 7.642E-01 -1.600E+00 7.241E-01 7.778E-01 6.654E-01 -1.500E+00 6.276E-01 6.821E-01 5.675E-01 -1.400E+00 5.325E-01 5.878E-01 4.709E-01 -1.300E+00 4.418E-01 4.982E-01 3.783E-01 -1.200E+00 3.823E-01 4.449E-01 3.112E-01 -1.100E+00 3.448E-01 4.227E-01 2.560E-01 -1.000E+00 2.886E-01 3.924E-01 1.723E-01 -9.000E-01 1.840E-01 3.324E-01 4.849E-02 -8.000E-01 3.204E-02 1.769E-01 4.627E-03 -7.000E-01 1.871E-03 1.518E-02 1.671E-03 -6.000E-01 4.495E-04 9.798E-04 5.295E-04 -5.000E-01 1.320E-04 1.595E-04 9.975E-05 -4.000E-01 2.636E-05 3.987E-05 9.636E-06 -3.000E-01 3.054E-06 8.610E-06 2.803E-07 -2.000E-01 1.004E-07 6.909E-07 6.536E-09 -1.000E-01 5.430E-09 2.734E-08 2.128E-09 0.000E+00 2.908E-09 3.815E-09 1.980E-09 | [Ramp] | variable typ min max dV/dt_r 1.566V/1.101ns 1.168V/2.881ns 1.909V/470.558ps dV/dt_f 1.689V/1.154ns 1.348V/3.174ns 1.987V/402.247ps R_load = 50.0000 | [Rising Waveform] R_fixture = 50.0000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 1.041E-09 14.316E-09 22.850E-12 50.000ps 16.614E-06 14.953E-06 9.732E-06 100.000ps 6.345E-06 34.031E-06 -24.938E-06 150.000ps -64.599E-06 -15.334E-06 -55.695E-06 200.000ps -92.327E-06 -75.733E-06 -41.625E-06 250.000ps -87.789E-06 -109.398E-06 -9.833E-06 300.000ps -73.426E-06 -119.249E-06 87.453E-06 350.000ps -30.806E-06 -113.905E-06 222.917E-06 400.000ps 45.321E-06 -99.927E-06 306.429E-06 450.000ps 143.097E-06 -77.505E-06 -471.492E-06 500.000ps 254.668E-06 -44.700E-06 -2.455E-03 550.000ps 383.882E-06 -651.506E-09 -4.434E-03 600.000ps 408.635E-06 53.969E-06 -6.582E-03 650.000ps 91.128E-06 116.878E-06 -4.316E-03 700.000ps -632.716E-06 186.061E-06 10.362E-03 750.000ps -1.653E-03 263.650E-06 37.402E-03 800.000ps -2.805E-03 357.182E-06 77.594E-03 850.000ps -4.127E-03 453.192E-06 134.610E-03 900.000ps -5.928E-03 506.479E-06 207.329E-03 950.000ps -7.353E-03 477.226E-06 295.882E-03 1.000ns -6.496E-03 318.171E-06 399.832E-03 1.050ns -1.922E-03 5.008E-06 515.533E-03 1.100ns 6.847E-03 -433.782E-06 652.780E-03 1.150ns 19.507E-03 -933.374E-06 832.841E-03 1.200ns 36.332E-03 -1.454E-03 1.059E+00 1.250ns 58.695E-03 -2.014E-03 1.310E+00 1.300ns 87.698E-03 -2.691E-03 1.549E+00 1.350ns 123.868E-03 -3.578E-03 1.765E+00 1.400ns 167.869E-03 -4.684E-03 1.959E+00 1.450ns 218.798E-03 -5.891E-03 2.155E+00 1.500ns 275.569E-03 -6.960E-03 2.344E+00 1.550ns 338.725E-03 -7.360E-03 2.508E+00 1.600ns 411.440E-03 -6.861E-03 2.637E+00 1.650ns 498.949E-03 -5.239E-03 2.727E+00 1.700ns 607.709E-03 -2.375E-03 2.790E+00 1.750ns 736.269E-03 1.634E-03 2.851E+00 1.800ns 877.766E-03 6.749E-03 2.923E+00 1.850ns 1.021E+00 13.099E-03 2.983E+00 1.900ns 1.158E+00 20.912E-03 3.026E+00 1.950ns 1.282E+00 30.478E-03 3.058E+00 2.000ns 1.391E+00 42.047E-03 3.081E+00 2.050ns 1.484E+00 55.802E-03 3.099E+00 2.100ns 1.561E+00 71.967E-03 3.112E+00 2.150ns 1.625E+00 90.943E-03 3.123E+00 2.200ns 1.677E+00 112.143E-03 3.132E+00 2.250ns 1.720E+00 135.410E-03 3.139E+00 2.300ns 1.754E+00 160.990E-03 3.145E+00 2.350ns 1.782E+00 189.214E-03 3.150E+00 2.400ns 1.812E+00 220.503E-03 3.155E+00 2.450ns 1.845E+00 255.412E-03 3.158E+00 2.500ns 1.882E+00 294.750E-03 3.162E+00 2.550ns 1.923E+00 340.301E-03 3.164E+00 2.600ns 1.965E+00 392.078E-03 3.167E+00 2.650ns 2.006E+00 448.879E-03 3.169E+00 2.700ns 2.044E+00 507.629E-03 3.170E+00 2.750ns 2.081E+00 565.985E-03 3.172E+00 2.800ns 2.113E+00 622.364E-03 3.173E+00 2.850ns 2.143E+00 675.672E-03 3.174E+00 2.900ns 2.169E+00 725.327E-03 3.175E+00 2.950ns 2.193E+00 770.937E-03 3.176E+00 3.000ns 2.218E+00 812.379E-03 3.177E+00 3.100ns 2.279E+00 883.303E-03 3.178E+00 3.200ns 2.344E+00 940.051E-03 3.179E+00 3.300ns 2.400E+00 985.340E-03 3.180E+00 3.400ns 2.444E+00 1.022E+00 3.180E+00 3.500ns 2.477E+00 1.051E+00 3.181E+00 3.600ns 2.502E+00 1.074E+00 3.181E+00 3.700ns 2.522E+00 1.093E+00 3.181E+00 3.800ns 2.537E+00 1.108E+00 3.181E+00 3.900ns 2.550E+00 1.121E+00 3.182E+00 4.000ns 2.560E+00 1.132E+00 3.182E+00 4.100ns 2.569E+00 1.146E+00 3.182E+00 4.200ns 2.575E+00 1.164E+00 3.182E+00 4.300ns 2.581E+00 1.188E+00 3.182E+00 4.400ns 2.586E+00 1.215E+00 3.182E+00 4.500ns 2.590E+00 1.246E+00 3.182E+00 4.600ns 2.593E+00 1.277E+00 3.182E+00 4.700ns 2.596E+00 1.309E+00 3.182E+00 4.800ns 2.598E+00 1.341E+00 3.182E+00 4.900ns 2.600E+00 1.371E+00 3.182E+00 5.000ns 2.601E+00 1.401E+00 3.182E+00 5.250ns 2.604E+00 1.475E+00 3.182E+00 5.500ns 2.606E+00 1.566E+00 3.182E+00 5.750ns 2.608E+00 1.658E+00 3.182E+00 6.000ns 2.609E+00 1.737E+00 3.182E+00 6.250ns 2.609E+00 1.796E+00 3.182E+00 6.500ns 2.610E+00 1.838E+00 3.182E+00 6.750ns 2.610E+00 1.867E+00 3.182E+00 7.000ns 2.610E+00 1.888E+00 3.182E+00 7.250ns 2.610E+00 1.904E+00 3.182E+00 7.500ns 2.610E+00 1.915E+00 3.182E+00 7.750ns 2.610E+00 1.923E+00 3.182E+00 8.000ns 2.610E+00 1.930E+00 3.182E+00 8.250ns 2.610E+00 1.935E+00 3.182E+00 8.500ns 2.610E+00 1.938E+00 3.182E+00 8.750ns 2.610E+00 1.941E+00 3.182E+00 9.000ns 2.610E+00 1.943E+00 3.182E+00 9.250ns 2.610E+00 1.945E+00 3.182E+00 9.500ns 2.610E+00 1.946E+00 3.182E+00 9.750ns 2.610E+00 1.947E+00 3.182E+00 | [Rising Waveform] R_fixture = 50.0000 V_fixture = 3.3000 V_fixture_min = 3.0000 V_fixture_max = 3.6000 | time V(typ) V(min) V(max) | 0.000s 485.493E-03 748.209E-03 288.369E-03 50.000ps 485.511E-03 748.226E-03 288.380E-03 100.000ps 485.490E-03 748.233E-03 288.339E-03 150.000ps 485.411E-03 748.150E-03 288.317E-03 200.000ps 485.415E-03 748.092E-03 288.358E-03 250.000ps 485.482E-03 748.117E-03 288.419E-03 300.000ps 485.570E-03 748.209E-03 288.533E-03 350.000ps 485.684E-03 748.340E-03 288.642E-03 400.000ps 485.808E-03 748.489E-03 288.626E-03 450.000ps 485.903E-03 748.641E-03 287.528E-03 500.000ps 485.943E-03 748.786E-03 284.864E-03 550.000ps 485.922E-03 748.911E-03 281.925E-03 600.000ps 485.679E-03 749.005E-03 278.749E-03 650.000ps 484.893E-03 749.052E-03 281.703E-03 700.000ps 483.421E-03 749.039E-03 301.666E-03 750.000ps 481.311E-03 748.961E-03 341.520E-03 800.000ps 478.724E-03 748.819E-03 407.394E-03 850.000ps 475.811E-03 748.586E-03 508.165E-03 900.000ps 472.687E-03 748.186E-03 649.264E-03 950.000ps 471.090E-03 747.531E-03 830.179E-03 1.000ns 474.052E-03 746.513E-03 1.051E+00 1.050ns 484.024E-03 745.062E-03 1.349E+00 1.100ns 502.524E-03 743.204E-03 1.723E+00 1.150ns 531.555E-03 741.039E-03 2.103E+00 1.200ns 575.124E-03 738.682E-03 2.431E+00 1.250ns 639.165E-03 736.223E-03 2.691E+00 1.300ns 730.791E-03 733.735E-03 2.892E+00 1.350ns 848.511E-03 731.317E-03 3.046E+00 1.400ns 991.953E-03 729.205E-03 3.168E+00 1.450ns 1.176E+00 727.817E-03 3.281E+00 1.500ns 1.416E+00 727.784E-03 3.374E+00 1.550ns 1.694E+00 730.107E-03 3.440E+00 1.600ns 1.983E+00 735.411E-03 3.483E+00 1.650ns 2.249E+00 744.402E-03 3.509E+00 1.700ns 2.475E+00 757.821E-03 3.525E+00 1.750ns 2.661E+00 776.546E-03 3.539E+00 1.800ns 2.810E+00 802.021E-03 3.554E+00 1.850ns 2.927E+00 836.420E-03 3.566E+00 1.900ns 3.017E+00 883.110E-03 3.573E+00 1.950ns 3.086E+00 943.982E-03 3.579E+00 2.000ns 3.139E+00 1.018E+00 3.582E+00 2.050ns 3.179E+00 1.107E+00 3.585E+00 2.100ns 3.209E+00 1.217E+00 3.587E+00 2.150ns 3.231E+00 1.351E+00 3.589E+00 2.200ns 3.245E+00 1.506E+00 3.590E+00 2.250ns 3.255E+00 1.676E+00 3.591E+00 2.300ns 3.262E+00 1.852E+00 3.593E+00 2.350ns 3.265E+00 2.025E+00 3.594E+00 2.400ns 3.266E+00 2.185E+00 3.594E+00 2.450ns 3.267E+00 2.328E+00 3.595E+00 2.500ns 3.270E+00 2.452E+00 3.596E+00 2.550ns 3.273E+00 2.558E+00 3.596E+00 2.600ns 3.276E+00 2.647E+00 3.597E+00 2.650ns 3.278E+00 2.720E+00 3.597E+00 2.700ns 3.279E+00 2.780E+00 3.598E+00 2.750ns 3.280E+00 2.827E+00 3.598E+00 2.800ns 3.280E+00 2.864E+00 3.598E+00 2.850ns 3.279E+00 2.892E+00 3.598E+00 2.900ns 3.278E+00 2.915E+00 3.599E+00 2.950ns 3.277E+00 2.932E+00 3.599E+00 3.000ns 3.276E+00 2.946E+00 3.599E+00 3.100ns 3.277E+00 2.965E+00 3.599E+00 3.200ns 3.281E+00 2.976E+00 3.599E+00 3.300ns 3.284E+00 2.983E+00 3.600E+00 3.400ns 3.286E+00 2.987E+00 3.600E+00 3.500ns 3.288E+00 2.989E+00 3.600E+00 3.600ns 3.290E+00 2.990E+00 3.600E+00 3.700ns 3.291E+00 2.990E+00 3.600E+00 3.800ns 3.293E+00 2.989E+00 3.600E+00 3.900ns 3.294E+00 2.989E+00 3.600E+00 4.000ns 3.295E+00 2.988E+00 3.600E+00 4.100ns 3.296E+00 2.985E+00 3.600E+00 4.200ns 3.296E+00 2.984E+00 3.600E+00 4.300ns 3.297E+00 2.984E+00 3.600E+00 4.400ns 3.297E+00 2.985E+00 3.600E+00 4.500ns 3.298E+00 2.986E+00 3.600E+00 4.600ns 3.298E+00 2.987E+00 3.600E+00 4.700ns 3.299E+00 2.987E+00 3.600E+00 4.800ns 3.299E+00 2.987E+00 3.600E+00 4.900ns 3.299E+00 2.987E+00 3.600E+00 5.000ns 3.299E+00 2.986E+00 3.600E+00 5.250ns 3.299E+00 2.984E+00 3.600E+00 5.500ns 3.300E+00 2.985E+00 3.600E+00 5.750ns 3.300E+00 2.988E+00 3.600E+00 6.000ns 3.300E+00 2.990E+00 3.600E+00 6.250ns 3.300E+00 2.992E+00 3.600E+00 6.500ns 3.300E+00 2.994E+00 3.600E+00 6.750ns 3.300E+00 2.995E+00 3.600E+00 7.000ns 3.300E+00 2.996E+00 3.600E+00 7.250ns 3.300E+00 2.997E+00 3.600E+00 7.500ns 3.300E+00 2.998E+00 3.600E+00 7.750ns 3.300E+00 2.998E+00 3.600E+00 8.000ns 3.300E+00 2.999E+00 3.600E+00 8.250ns 3.300E+00 2.999E+00 3.600E+00 8.500ns 3.300E+00 2.999E+00 3.600E+00 8.750ns 3.300E+00 2.999E+00 3.600E+00 9.000ns 3.300E+00 3.000E+00 3.600E+00 9.250ns 3.300E+00 3.000E+00 3.600E+00 9.500ns 3.300E+00 3.000E+00 3.600E+00 9.750ns 3.300E+00 3.000E+00 3.600E+00 | [Falling Waveform] R_fixture = 50.0000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 2.610E+00 1.951E+00 3.182E+00 50.000ps 2.610E+00 1.951E+00 3.182E+00 100.000ps 2.610E+00 1.951E+00 3.182E+00 150.000ps 2.611E+00 1.951E+00 3.182E+00 200.000ps 2.611E+00 1.951E+00 3.182E+00 250.000ps 2.611E+00 1.952E+00 3.182E+00 300.000ps 2.611E+00 1.952E+00 3.181E+00 350.000ps 2.610E+00 1.951E+00 3.180E+00 400.000ps 2.610E+00 1.951E+00 3.183E+00 450.000ps 2.609E+00 1.951E+00 3.195E+00 500.000ps 2.608E+00 1.950E+00 3.206E+00 550.000ps 2.608E+00 1.950E+00 3.198E+00 600.000ps 2.609E+00 1.949E+00 3.156E+00 650.000ps 2.613E+00 1.949E+00 3.088E+00 700.000ps 2.620E+00 1.949E+00 2.984E+00 750.000ps 2.626E+00 1.949E+00 2.834E+00 800.000ps 2.627E+00 1.949E+00 2.620E+00 850.000ps 2.618E+00 1.949E+00 2.307E+00 900.000ps 2.599E+00 1.950E+00 1.900E+00 950.000ps 2.567E+00 1.951E+00 1.446E+00 1.000ns 2.524E+00 1.952E+00 1.009E+00 1.050ns 2.465E+00 1.955E+00 663.150E-03 1.100ns 2.382E+00 1.959E+00 423.503E-03 1.150ns 2.269E+00 1.962E+00 266.786E-03 1.200ns 2.117E+00 1.962E+00 165.613E-03 1.250ns 1.926E+00 1.960E+00 102.777E-03 1.300ns 1.706E+00 1.952E+00 66.443E-03 1.350ns 1.469E+00 1.940E+00 46.832E-03 1.400ns 1.224E+00 1.923E+00 36.262E-03 1.450ns 984.786E-03 1.903E+00 28.411E-03 1.500ns 769.119E-03 1.877E+00 21.941E-03 1.550ns 587.904E-03 1.847E+00 17.016E-03 1.600ns 444.002E-03 1.808E+00 13.356E-03 1.650ns 333.219E-03 1.758E+00 10.642E-03 1.700ns 248.276E-03 1.694E+00 8.618E-03 1.750ns 183.219E-03 1.617E+00 7.081E-03 1.800ns 134.186E-03 1.530E+00 5.884E-03 1.850ns 98.353E-03 1.433E+00 4.944E-03 1.900ns 73.013E-03 1.330E+00 4.221E-03 1.950ns 55.278E-03 1.222E+00 3.949E-03 2.000ns 43.176E-03 1.112E+00 4.456E-03 2.050ns 35.047E-03 1.001E+00 5.305E-03 2.100ns 29.400E-03 890.237E-03 6.221E-03 2.150ns 25.364E-03 781.682E-03 5.922E-03 2.200ns 22.281E-03 678.023E-03 5.040E-03 2.250ns 19.708E-03 582.623E-03 4.231E-03 2.300ns 17.456E-03 497.072E-03 3.625E-03 2.350ns 15.485E-03 421.810E-03 3.181E-03 2.400ns 13.870E-03 356.372E-03 2.844E-03 2.450ns 12.672E-03 299.873E-03 2.575E-03 2.500ns 11.471E-03 251.369E-03 2.351E-03 2.550ns 10.273E-03 209.919E-03 2.158E-03 2.600ns 9.172E-03 174.667E-03 1.988E-03 2.650ns 8.197E-03 144.943E-03 1.835E-03 2.700ns 7.347E-03 120.158E-03 1.697E-03 2.750ns 6.608E-03 99.719E-03 1.570E-03 2.800ns 5.968E-03 83.012E-03 1.453E-03 2.850ns 5.412E-03 69.385E-03 1.346E-03 2.900ns 4.929E-03 58.142E-03 1.248E-03 2.950ns 4.507E-03 48.862E-03 1.157E-03 3.000ns 4.137E-03 41.479E-03 1.074E-03 3.100ns 3.527E-03 30.917E-03 926.380E-06 3.200ns 3.047E-03 23.731E-03 801.329E-06 3.300ns 2.652E-03 18.450E-03 695.011E-06 3.400ns 2.320E-03 14.474E-03 604.410E-06 3.500ns 2.075E-03 11.468E-03 527.008E-06 3.600ns 2.317E-03 9.217E-03 460.403E-06 3.700ns 3.168E-03 7.646E-03 403.033E-06 3.800ns 4.349E-03 6.638E-03 353.619E-06 3.900ns 4.759E-03 6.007E-03 310.975E-06 4.000ns 3.999E-03 5.556E-03 274.241E-06 4.100ns 3.221E-03 5.195E-03 242.434E-06 4.200ns 2.673E-03 4.978E-03 214.735E-06 4.300ns 2.295E-03 5.060E-03 190.514E-06 4.400ns 2.025E-03 5.206E-03 169.278E-06 4.500ns 1.819E-03 5.104E-03 150.608E-06 4.600ns 1.654E-03 4.855E-03 134.164E-06 4.700ns 1.512E-03 4.534E-03 119.660E-06 4.800ns 1.385E-03 4.189E-03 106.845E-06 4.900ns 1.271E-03 3.845E-03 95.503E-06 5.000ns 1.165E-03 3.520E-03 85.445E-06 5.250ns 937.094E-06 2.825E-03 64.926E-06 5.500ns 753.171E-06 2.305E-03 49.551E-06 5.750ns 606.407E-06 1.926E-03 37.951E-06 6.000ns 489.673E-06 1.632E-03 29.149E-06 6.250ns 396.824E-06 1.384E-03 22.438E-06 6.500ns 323.093E-06 1.482E-03 17.304E-06 6.750ns 264.117E-06 2.243E-03 13.365E-06 7.000ns 216.668E-06 3.477E-03 10.335E-06 7.250ns 178.344E-06 2.909E-03 8.000E-06 7.500ns 147.272E-06 2.179E-03 6.198E-06 7.750ns 121.983E-06 1.717E-03 4.805E-06 8.000ns 101.317E-06 1.421E-03 3.727E-06 8.250ns 84.368E-06 1.226E-03 2.892E-06 8.500ns 70.418E-06 1.080E-03 2.246E-06 8.750ns 58.900E-06 957.274E-06 1.744E-06 9.000ns 49.362E-06 848.858E-06 1.355E-06 9.250ns 41.441E-06 751.758E-06 1.053E-06 9.500ns 34.846E-06 664.858E-06 818.503E-09 9.750ns 29.343E-06 587.448E-06 636.322E-09 | [Falling Waveform] R_fixture = 50.0000 V_fixture = 3.3000 V_fixture_min = 3.0000 V_fixture_max = 3.6000 | time V(typ) V(min) V(max) | 0.000s 3.300E+00 3.000E+00 3.600E+00 150.000ps 3.300E+00 3.000E+00 3.600E+00 300.000ps 3.301E+00 3.000E+00 3.599E+00 450.000ps 3.299E+00 3.001E+00 3.612E+00 600.000ps 3.297E+00 3.000E+00 3.611E+00 750.000ps 3.318E+00 2.999E+00 3.443E+00 900.000ps 3.333E+00 2.998E+00 3.087E+00 1.050ns 3.294E+00 3.000E+00 2.272E+00 1.200ns 3.197E+00 3.013E+00 1.341E+00 1.350ns 3.042E+00 3.026E+00 889.455E-03 1.500ns 2.797E+00 3.028E+00 720.606E-03 1.650ns 2.392E+00 3.022E+00 571.502E-03 1.800ns 1.979E+00 2.996E+00 493.008E-03 1.950ns 1.637E+00 2.951E+00 451.087E-03 2.100ns 1.398E+00 2.890E+00 425.287E-03 2.250ns 1.260E+00 2.814E+00 367.748E-03 2.400ns 1.180E+00 2.714E+00 342.583E-03 2.550ns 1.115E+00 2.578E+00 328.611E-03 2.700ns 1.036E+00 2.415E+00 319.293E-03 2.850ns 951.305E-03 2.263E+00 312.618E-03 3.000ns 874.591E-03 2.127E+00 307.663E-03 3.150ns 815.853E-03 2.011E+00 303.896E-03 3.300ns 775.885E-03 1.913E+00 300.980E-03 3.450ns 745.642E-03 1.830E+00 298.693E-03 3.600ns 722.140E-03 1.762E+00 296.876E-03 3.750ns 704.896E-03 1.704E+00 295.411E-03 3.900ns 677.835E-03 1.657E+00 294.220E-03 4.050ns 630.815E-03 1.618E+00 293.250E-03 4.200ns 598.726E-03 1.586E+00 292.455E-03 4.350ns 578.180E-03 1.557E+00 291.806E-03 4.500ns 563.279E-03 1.524E+00 291.271E-03 4.650ns 551.669E-03 1.485E+00 290.825E-03 4.800ns 542.252E-03 1.443E+00 290.452E-03 4.950ns 534.473E-03 1.399E+00 290.139E-03 5.100ns 527.961E-03 1.356E+00 289.874E-03 5.250ns 522.470E-03 1.316E+00 289.651E-03 5.400ns 517.805E-03 1.278E+00 289.462E-03 5.550ns 513.821E-03 1.243E+00 289.302E-03 5.700ns 510.400E-03 1.212E+00 289.166E-03 5.850ns 507.449E-03 1.184E+00 289.050E-03 6.000ns 504.894E-03 1.158E+00 288.952E-03 6.150ns 502.671E-03 1.134E+00 288.868E-03 6.300ns 500.729E-03 1.113E+00 288.797E-03 6.450ns 499.028E-03 1.094E+00 288.736E-03 6.600ns 497.540E-03 1.078E+00 288.684E-03 6.750ns 496.234E-03 1.063E+00 288.639E-03 6.900ns 495.083E-03 1.050E+00 288.601E-03 7.050ns 494.067E-03 1.031E+00 288.568E-03 7.200ns 493.167E-03 1.005E+00 288.540E-03 7.350ns 492.368E-03 975.448E-03 288.516E-03 7.500ns 491.659E-03 948.556E-03 288.495E-03 7.650ns 491.028E-03 925.455E-03 288.477E-03 7.800ns 490.466E-03 906.609E-03 288.462E-03 7.950ns 489.965E-03 891.355E-03 288.449E-03 8.100ns 489.517E-03 878.260E-03 288.438E-03 8.250ns 489.116E-03 866.593E-03 288.428E-03 8.400ns 488.757E-03 856.148E-03 288.420E-03 8.550ns 488.436E-03 846.787E-03 288.413E-03 8.700ns 488.148E-03 838.405E-03 288.407E-03 8.850ns 487.889E-03 830.901E-03 288.402E-03 9.000ns 487.656E-03 824.164E-03 288.397E-03 9.150ns 487.447E-03 818.094E-03 288.393E-03 9.300ns 487.259E-03 812.609E-03 288.390E-03 9.450ns 487.090E-03 807.638E-03 288.387E-03 9.600ns 486.938E-03 803.120E-03 288.385E-03 9.750ns 486.800E-03 799.004E-03 288.382E-03 9.900ns 486.676E-03 795.246E-03 288.381E-03 10.050ns 486.564E-03 791.806E-03 288.379E-03 10.200ns 486.463E-03 788.654E-03 288.378E-03 10.350ns 486.372E-03 785.761E-03 288.377E-03 10.500ns 486.289E-03 783.101E-03 288.376E-03 10.650ns 486.215E-03 780.654E-03 288.375E-03 10.800ns 486.147E-03 778.398E-03 288.374E-03 10.950ns 486.086E-03 776.315E-03 288.373E-03 11.100ns 486.031E-03 774.392E-03 288.373E-03 11.250ns 485.981E-03 772.615E-03 288.372E-03 11.400ns 485.935E-03 770.970E-03 288.372E-03 11.550ns 485.894E-03 769.447E-03 288.372E-03 11.700ns 485.857E-03 768.035E-03 288.371E-03 11.850ns 485.824E-03 766.725E-03 288.371E-03 12.000ns 485.793E-03 765.509E-03 288.371E-03 12.150ns 485.765E-03 764.380E-03 288.371E-03 12.300ns 485.740E-03 763.329E-03 288.370E-03 12.450ns 485.718E-03 762.353E-03 288.370E-03 12.600ns 485.697E-03 761.445E-03 288.370E-03 12.750ns 485.678E-03 760.599E-03 288.370E-03 12.900ns 485.661E-03 759.811E-03 288.370E-03 13.050ns 485.646E-03 759.076E-03 288.370E-03 13.200ns 485.632E-03 758.391E-03 288.370E-03 13.350ns 485.619E-03 757.752E-03 288.370E-03 13.500ns 485.607E-03 757.155E-03 288.370E-03 13.650ns 485.597E-03 756.598E-03 288.370E-03 13.800ns 485.587E-03 756.078E-03 288.370E-03 13.950ns 485.579E-03 755.591E-03 288.370E-03 14.100ns 485.571E-03 755.136E-03 288.370E-03 14.250ns 485.564E-03 754.711E-03 288.370E-03 14.400ns 485.557E-03 754.313E-03 288.370E-03 14.550ns 485.551E-03 753.941E-03 288.369E-03 14.700ns 485.546E-03 753.592E-03 288.369E-03 14.850ns 485.541E-03 753.266E-03 288.369E-03 | | End [Model] LVC15_4245IONB_33 | |************************************************************************ | Model LVC15_4245IONB_25 |************************************************************************ | [Model] LVC15_4245IONB_25 Model_type I/O Polarity Non-Inverting Enable Active-Low Vinl = 0.7000V Vinh = 1.7000V Vmeas = 1.25000V Cref = 50.0000pF Rref = 0.5000k Vref = 5.000V C_comp 9.16pF 7.29pF 11.04pF | | [Model Spec] | | Note: The input and output voltage ratings may be exceeded if the input and | output current ratings are observed (please refer to the data sheet) | | Subparameter typ min max | | Overshoot | S_overshoot_high 6.5 6.5 6.5 | Static overshoot S_overshoot_low -0.5 -0.5 -0.5 D_overshoot_high 7.2 7.2 7.2 | Dynamic overshoot D_overshoot_low -0.95 -0.9 -1.0 | D_overshoot_time 3n 3n 3n | | | Timing Thresholds | Vmeas 1.25 1.15 1.5 | | [Temperature Range] 25.0000 85.0000 -40.0000 | Remark: The curves below are the result of a simulation using the following | die temperatures: 35.0000 95.0000 -30.0000 | |Voltage Range VCCB [Voltage Range] 2.5000V 2.3000V 2.7000V |Process Range nominal slow fast | Remark: The curves below are the result of a simulation using |Voltage Range VCCA 5.0000V 4.5000V 5.5000V | [Pulldown] | voltage I(typ) I(min) I(max) | -5.500E+00 -7.506E-02 -4.327E-02 -1.320E-01 -5.250E+00 -7.506E-02 -4.327E-02 -1.320E-01 -5.000E+00 -7.506E-02 -4.327E-02 -1.320E-01 -4.750E+00 -7.506E-02 -4.327E-02 -1.320E-01 -4.500E+00 -7.506E-02 -4.327E-02 -1.320E-01 -4.250E+00 -7.506E-02 -4.327E-02 -1.320E-01 -4.000E+00 -7.506E-02 -4.327E-02 -1.320E-01 -3.750E+00 -7.506E-02 -4.327E-02 -1.320E-01 -3.500E+00 -7.506E-02 -4.327E-02 -1.320E-01 -3.250E+00 -7.506E-02 -4.327E-02 -1.320E-01 -3.000E+00 -7.506E-02 -4.327E-02 -1.320E-01 -2.750E+00 -7.506E-02 -4.327E-02 -1.320E-01 -2.500E+00 -7.506E-02 -4.327E-02 -1.320E-01 -2.250E+00 -7.506E-02 -4.327E-02 -1.320E-01 -2.000E+00 -7.506E-02 -4.327E-02 -1.320E-01 -1.750E+00 -7.506E-02 -4.327E-02 -1.320E-01 -1.500E+00 -7.506E-02 -4.327E-02 -1.320E-01 -1.250E+00 -7.506E-02 -4.327E-02 -1.320E-01 -1.000E+00 -7.506E-02 -4.327E-02 -1.320E-01 -7.500E-01 -7.506E-02 -4.327E-02 -1.320E-01 -5.000E-01 -5.484E-02 -3.162E-02 -1.003E-01 -2.500E-01 -2.861E-02 -1.612E-02 -5.403E-02 0.000E+00 1.124E-12 1.285E-12 8.070E-13 1.000E-01 1.112E-02 6.037E-03 2.170E-02 2.000E-01 2.135E-02 1.159E-02 4.156E-02 3.000E-01 3.072E-02 1.668E-02 5.968E-02 4.000E-01 3.926E-02 2.129E-02 7.615E-02 5.000E-01 4.700E-02 2.544E-02 9.106E-02 6.000E-01 5.396E-02 2.915E-02 1.045E-01 7.000E-01 6.017E-02 3.240E-02 1.165E-01 8.000E-01 6.567E-02 3.523E-02 1.273E-01 9.000E-01 7.047E-02 3.763E-02 1.368E-01 1.000E+00 7.462E-02 3.962E-02 1.451E-01 1.100E+00 7.813E-02 4.122E-02 1.524E-01 1.200E+00 8.103E-02 4.245E-02 1.586E-01 1.300E+00 8.338E-02 4.335E-02 1.638E-01 1.400E+00 8.520E-02 4.398E-02 1.681E-01 1.500E+00 8.655E-02 4.440E-02 1.716E-01 1.600E+00 8.754E-02 4.471E-02 1.744E-01 1.700E+00 8.825E-02 4.494E-02 1.765E-01 1.800E+00 8.878E-02 4.513E-02 1.780E-01 1.900E+00 8.921E-02 4.530E-02 1.792E-01 2.000E+00 8.957E-02 4.545E-02 1.802E-01 2.100E+00 8.989E-02 4.559E-02 1.810E-01 2.200E+00 9.018E-02 4.572E-02 1.817E-01 2.300E+00 9.045E-02 4.585E-02 1.823E-01 2.400E+00 9.071E-02 4.597E-02 1.829E-01 2.500E+00 9.095E-02 4.608E-02 1.834E-01 2.600E+00 9.118E-02 4.619E-02 1.840E-01 2.700E+00 9.140E-02 4.628E-02 1.845E-01 3.050E+00 9.173E-02 4.659E-02 1.859E-01 3.400E+00 9.385E-02 5.698E-02 1.880E-01 3.750E+00 1.108E-01 7.026E-02 1.902E-01 4.100E+00 1.293E-01 8.449E-02 2.136E-01 4.450E+00 1.491E-01 9.931E-02 2.403E-01 4.800E+00 1.687E-01 1.142E-01 2.679E-01 5.150E+00 1.872E-01 1.289E-01 2.930E-01 5.500E+00 2.047E-01 1.432E-01 3.159E-01 5.850E+00 2.215E-01 1.573E-01 3.372E-01 6.200E+00 2.375E-01 1.711E-01 3.562E-01 6.550E+00 2.515E-01 1.842E-01 3.702E-01 6.900E+00 2.622E-01 1.957E-01 3.785E-01 7.250E+00 2.663E-01 2.045E-01 3.785E-01 7.600E+00 2.663E-01 2.045E-01 3.785E-01 7.950E+00 2.663E-01 2.045E-01 3.785E-01 8.300E+00 2.663E-01 2.045E-01 3.785E-01 8.650E+00 2.663E-01 2.045E-01 3.785E-01 9.000E+00 2.663E-01 2.045E-01 3.785E-01 9.350E+00 2.663E-01 2.045E-01 3.785E-01 9.700E+00 2.663E-01 2.045E-01 3.785E-01 1.005E+01 2.663E-01 2.045E-01 3.785E-01 1.040E+01 2.663E-01 2.045E-01 3.785E-01 1.075E+01 2.663E-01 2.045E-01 3.785E-01 1.100E+01 2.663E-01 2.045E-01 3.785E-01 | [Pullup] | voltage I(typ) I(min) I(max) | -8.700E+00 5.460E-02 3.029E-02 1.078E-01 -8.350E+00 5.460E-02 3.029E-02 1.078E-01 -8.000E+00 5.460E-02 3.029E-02 1.078E-01 -7.650E+00 5.460E-02 3.029E-02 1.078E-01 -7.300E+00 5.460E-02 3.029E-02 1.078E-01 -6.950E+00 5.460E-02 3.029E-02 1.078E-01 -6.600E+00 5.460E-02 3.029E-02 1.078E-01 -6.250E+00 5.460E-02 3.029E-02 1.078E-01 -5.900E+00 5.460E-02 3.029E-02 1.078E-01 -5.550E+00 5.460E-02 3.029E-02 1.078E-01 -5.200E+00 5.460E-02 3.029E-02 1.078E-01 -4.850E+00 5.460E-02 3.029E-02 1.078E-01 -4.500E+00 5.460E-02 3.029E-02 1.078E-01 -4.150E+00 5.460E-02 3.029E-02 1.078E-01 -3.800E+00 5.460E-02 3.029E-02 1.078E-01 -3.450E+00 5.460E-02 3.029E-02 1.078E-01 -3.100E+00 5.460E-02 3.029E-02 1.078E-01 -2.750E+00 5.460E-02 3.029E-02 1.078E-01 -2.400E+00 5.460E-02 3.029E-02 1.078E-01 -2.050E+00 5.460E-02 3.029E-02 1.078E-01 -1.700E+00 5.460E-02 3.029E-02 1.078E-01 -1.350E+00 5.460E-02 3.029E-02 1.078E-01 -1.000E+00 5.460E-02 3.029E-02 1.078E-01 -9.000E-01 5.460E-02 3.029E-02 1.078E-01 -8.000E-01 5.460E-02 3.029E-02 1.078E-01 -7.000E-01 5.330E-02 3.029E-02 9.796E-02 -6.000E-01 4.631E-02 2.632E-02 8.555E-02 -5.000E-01 3.892E-02 2.204E-02 7.214E-02 -4.000E-01 3.128E-02 1.767E-02 5.817E-02 -3.000E-01 2.344E-02 1.323E-02 4.357E-02 -2.000E-01 1.536E-02 8.643E-03 2.890E-02 -1.000E-01 7.536E-03 4.178E-03 1.436E-02 0.000E+00 -5.163E-13 -5.176E-13 -4.080E-13 1.000E-01 -7.142E-03 -3.885E-03 -1.381E-02 2.000E-01 -1.380E-02 -7.476E-03 -2.676E-02 3.000E-01 -1.998E-02 -1.077E-02 -3.884E-02 4.000E-01 -2.567E-02 -1.377E-02 -5.006E-02 5.000E-01 -3.089E-02 -1.648E-02 -6.046E-02 6.000E-01 -3.565E-02 -1.890E-02 -7.004E-02 7.000E-01 -3.997E-02 -2.104E-02 -7.885E-02 8.000E-01 -4.384E-02 -2.290E-02 -8.691E-02 9.000E-01 -4.730E-02 -2.450E-02 -9.426E-02 1.000E+00 -5.036E-02 -2.586E-02 -1.009E-01 1.100E+00 -5.305E-02 -2.699E-02 -1.070E-01 1.200E+00 -5.540E-02 -2.793E-02 -1.124E-01 1.300E+00 -5.745E-02 -2.871E-02 -1.174E-01 1.400E+00 -5.925E-02 -2.936E-02 -1.219E-01 1.500E+00 -6.083E-02 -2.992E-02 -1.260E-01 1.600E+00 -6.224E-02 -3.039E-02 -1.298E-01 1.700E+00 -6.348E-02 -3.081E-02 -1.333E-01 1.800E+00 -6.459E-02 -3.119E-02 -1.366E-01 1.900E+00 -6.557E-02 -3.152E-02 -1.396E-01 2.000E+00 -6.646E-02 -3.183E-02 -1.423E-01 2.100E+00 -6.726E-02 -3.212E-02 -1.448E-01 2.200E+00 -6.799E-02 -3.238E-02 -1.470E-01 2.300E+00 -6.867E-02 -3.263E-02 -1.490E-01 2.400E+00 -6.930E-02 -3.287E-02 -1.509E-01 2.500E+00 -6.989E-02 -3.309E-02 -1.526E-01 2.600E+00 -7.045E-02 -3.330E-02 -1.542E-01 2.700E+00 -7.097E-02 -3.350E-02 -1.557E-01 2.800E+00 -7.147E-02 -3.366E-02 -1.571E-01 2.900E+00 -7.192E-02 -3.378E-02 -1.584E-01 3.000E+00 -7.227E-02 -3.391E-02 -1.596E-01 3.100E+00 -7.244E-02 -3.464E-02 -1.607E-01 3.200E+00 -7.255E-02 -3.676E-02 -1.614E-01 3.300E+00 -7.285E-02 -3.958E-02 -1.615E-01 3.400E+00 -7.497E-02 -4.268E-02 -1.616E-01 3.500E+00 -7.915E-02 -4.593E-02 -1.616E-01 3.600E+00 -8.400E-02 -4.928E-02 -1.617E-01 3.800E+00 -9.432E-02 -5.624E-02 -1.729E-01 4.000E+00 -1.051E-01 -6.371E-02 -1.884E-01 4.200E+00 -1.169E-01 -7.164E-02 -2.048E-01 4.400E+00 -1.294E-01 -7.995E-02 -2.239E-01 4.600E+00 -1.424E-01 -8.855E-02 -2.443E-01 4.800E+00 -1.556E-01 -9.745E-02 -2.652E-01 5.000E+00 -1.691E-01 -1.074E-01 -2.864E-01 5.200E+00 -1.834E-01 -1.074E-01 -3.078E-01 5.400E+00 -2.043E-01 -1.074E-01 -3.309E-01 5.600E+00 -2.043E-01 -1.074E-01 -3.616E-01 5.800E+00 -2.043E-01 -1.074E-01 -3.616E-01 6.000E+00 -2.043E-01 -1.074E-01 -3.616E-01 6.200E+00 -2.043E-01 -1.074E-01 -3.616E-01 6.400E+00 -2.043E-01 -1.074E-01 -3.616E-01 6.600E+00 -2.043E-01 -1.074E-01 -3.616E-01 6.800E+00 -2.043E-01 -1.074E-01 -3.616E-01 7.000E+00 -2.043E-01 -1.074E-01 -3.616E-01 7.200E+00 -2.043E-01 -1.074E-01 -3.616E-01 7.400E+00 -2.043E-01 -1.074E-01 -3.616E-01 7.600E+00 -2.043E-01 -1.074E-01 -3.616E-01 7.800E+00 -2.043E-01 -1.074E-01 -3.616E-01 8.000E+00 -2.043E-01 -1.074E-01 -3.616E-01 8.200E+00 -2.043E-01 -1.074E-01 -3.616E-01 | [GND_clamp] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.568E+00 -4.607E+00 -4.529E+00 -5.350E+00 -4.418E+00 -4.458E+00 -4.379E+00 -5.200E+00 -4.268E+00 -4.308E+00 -4.229E+00 -5.050E+00 -4.119E+00 -4.159E+00 -4.080E+00 -4.900E+00 -3.969E+00 -4.009E+00 -3.930E+00 -4.750E+00 -3.819E+00 -3.860E+00 -3.780E+00 -4.600E+00 -3.670E+00 -3.710E+00 -3.631E+00 -4.450E+00 -3.520E+00 -3.561E+00 -3.481E+00 -4.300E+00 -3.371E+00 -3.412E+00 -3.332E+00 -4.150E+00 -3.222E+00 -3.263E+00 -3.183E+00 -4.000E+00 -3.072E+00 -3.114E+00 -3.034E+00 -3.850E+00 -2.923E+00 -2.964E+00 -2.885E+00 -3.700E+00 -2.774E+00 -2.816E+00 -2.737E+00 -3.550E+00 -2.625E+00 -2.667E+00 -2.590E+00 -3.400E+00 -2.477E+00 -2.518E+00 -2.443E+00 -3.250E+00 -2.329E+00 -2.369E+00 -2.299E+00 -3.100E+00 -2.181E+00 -2.221E+00 -2.151E+00 -2.950E+00 -2.036E+00 -2.073E+00 -1.980E+00 -2.800E+00 -1.879E+00 -1.926E+00 -1.828E+00 -2.650E+00 -1.729E+00 -1.776E+00 -1.678E+00 -2.500E+00 -1.580E+00 -1.627E+00 -1.528E+00 -2.350E+00 -1.432E+00 -1.480E+00 -1.379E+00 -2.200E+00 -1.284E+00 -1.332E+00 -1.230E+00 -2.050E+00 -1.136E+00 -1.185E+00 -1.081E+00 -1.900E+00 -989.318E-03 -1.039E+00 -933.382E-03 -1.750E+00 -843.054E-03 -893.380E-03 -786.213E-03 -1.600E+00 -697.905E-03 -748.949E-03 -640.207E-03 -1.450E+00 -554.630E-03 -606.408E-03 -496.156E-03 -1.300E+00 -417.393E-03 -470.347E-03 -357.844E-03 -1.150E+00 -335.687E-03 -400.344E-03 -263.608E-03 -1.000E+00 -248.218E-03 -343.462E-03 -148.607E-03 -850.000E-03 -68.132E-03 -194.241E-03 -39.941E-03 -700.000E-03 -8.663E-03 -10.036E-03 -21.175E-03 -550.000E-03 -2.868E-03 -1.209E-03 -8.032E-03 -400.000E-03 -487.523E-06 -211.861E-06 -1.305E-03 -250.000E-03 -14.980E-06 -16.390E-06 -15.595E-06 -100.000E-03 -54.608E-09 -83.520E-09 -26.575E-09 50.000E-03 776.094E-12 742.518E-12 252.045E-12 200.000E-03 957.936E-12 1.194E-09 292.316E-12 350.000E-03 994.493E-12 1.256E-09 310.675E-12 500.000E-03 1.033E-09 1.316E-09 330.926E-12 650.000E-03 1.073E-09 1.377E-09 352.805E-12 800.000E-03 1.114E-09 1.438E-09 376.281E-12 950.000E-03 1.157E-09 1.500E-09 401.402E-12 1.100E+00 1.201E-09 1.562E-09 428.247E-12 1.250E+00 1.246E-09 1.625E-09 456.917E-12 1.400E+00 1.293E-09 1.688E-09 487.522E-12 1.550E+00 1.341E-09 1.752E-09 520.187E-12 1.700E+00 1.391E-09 1.817E-09 555.048E-12 1.850E+00 1.442E-09 1.881E-09 592.248E-12 2.000E+00 1.495E-09 1.947E-09 631.942E-12 2.150E+00 1.550E-09 2.016E-09 674.298E-12 2.300E+00 1.606E-09 2.623E-09 719.498E-12 2.450E+00 1.670E-09 94.796E-09 767.734E-12 2.600E+00 3.273E-09 6.954E-06 819.219E-12 2.750E+00 389.888E-09 68.548E-06 877.610E-12 2.900E+00 20.980E-06 787.027E-06 3.317E-09 3.050E+00 223.281E-06 40.474E-03 1.254E-06 3.200E+00 1.552E-03 254.762E-03 78.490E-06 3.350E+00 69.904E-03 430.697E-03 884.935E-06 3.500E+00 276.881E-03 545.603E-03 4.150E-03 3.650E+00 428.887E-03 627.075E-03 93.893E-03 3.800E+00 533.368E-03 705.466E-03 282.667E-03 3.950E+00 616.838E-03 828.124E-03 418.522E-03 4.100E+00 728.059E-03 968.998E-03 518.286E-03 4.250E+00 867.213E-03 1.113E+00 621.509E-03 4.400E+00 1.012E+00 1.259E+00 757.584E-03 4.550E+00 1.158E+00 1.406E+00 901.861E-03 4.700E+00 1.305E+00 1.553E+00 1.048E+00 4.850E+00 1.452E+00 1.701E+00 1.196E+00 5.000E+00 1.600E+00 1.849E+00 1.345E+00 5.150E+00 1.749E+00 1.997E+00 1.494E+00 5.300E+00 1.898E+00 2.146E+00 1.644E+00 5.450E+00 2.048E+00 2.295E+00 1.794E+00 5.500E+00 2.097E+00 2.344E+00 1.844E+00 | [POWER_clamp] | voltage I(typ) I(min) I(max) | -8.700E+00 8.402E+00 7.893E+00 8.618E+00 -8.600E+00 8.285E+00 7.795E+00 8.502E+00 -8.500E+00 8.172E+00 7.698E+00 8.387E+00 -8.400E+00 8.061E+00 7.602E+00 8.272E+00 -8.300E+00 7.950E+00 7.507E+00 8.158E+00 -8.200E+00 7.840E+00 7.417E+00 8.045E+00 -8.100E+00 7.731E+00 7.356E+00 7.932E+00 -8.000E+00 7.622E+00 7.338E+00 7.819E+00 -7.900E+00 7.513E+00 7.325E+00 7.707E+00 -7.800E+00 7.405E+00 7.313E+00 7.595E+00 -7.700E+00 7.296E+00 7.300E+00 7.483E+00 -7.600E+00 7.188E+00 7.108E+00 7.372E+00 -7.500E+00 7.080E+00 7.001E+00 7.260E+00 -7.400E+00 6.973E+00 6.895E+00 7.149E+00 -7.300E+00 6.865E+00 6.789E+00 7.039E+00 -7.200E+00 6.758E+00 6.682E+00 6.928E+00 -7.100E+00 6.650E+00 6.577E+00 6.817E+00 -7.000E+00 6.543E+00 6.471E+00 6.707E+00 -6.900E+00 6.436E+00 6.365E+00 6.597E+00 -6.800E+00 6.329E+00 6.260E+00 6.488E+00 -6.700E+00 6.223E+00 6.154E+00 6.378E+00 -6.600E+00 6.116E+00 6.049E+00 6.269E+00 -6.500E+00 6.010E+00 5.944E+00 6.160E+00 -6.400E+00 5.904E+00 5.838E+00 6.051E+00 -6.300E+00 5.797E+00 5.733E+00 5.943E+00 -6.200E+00 5.691E+00 5.628E+00 5.835E+00 -6.100E+00 5.586E+00 5.524E+00 5.727E+00 -6.000E+00 5.480E+00 5.419E+00 5.619E+00 -5.900E+00 5.374E+00 5.314E+00 5.511E+00 -5.800E+00 5.269E+00 5.210E+00 5.404E+00 -5.700E+00 5.163E+00 5.105E+00 5.297E+00 -5.600E+00 5.058E+00 5.001E+00 5.189E+00 -5.500E+00 4.953E+00 4.897E+00 5.082E+00 -5.400E+00 4.848E+00 4.792E+00 4.975E+00 -5.300E+00 4.743E+00 4.688E+00 4.868E+00 -5.200E+00 4.638E+00 4.584E+00 4.762E+00 -5.100E+00 4.533E+00 4.481E+00 4.655E+00 -5.000E+00 4.428E+00 4.377E+00 4.549E+00 -4.900E+00 4.324E+00 4.275E+00 4.443E+00 -4.800E+00 4.221E+00 4.174E+00 4.338E+00 -4.700E+00 4.118E+00 3.855E+00 4.233E+00 -4.600E+00 4.017E+00 3.752E+00 4.129E+00 -4.500E+00 3.920E+00 3.650E+00 4.026E+00 -4.400E+00 3.520E+00 3.548E+00 3.924E+00 -4.300E+00 3.415E+00 3.446E+00 3.825E+00 -4.200E+00 3.312E+00 3.345E+00 3.736E+00 -4.100E+00 3.209E+00 3.245E+00 3.192E+00 -4.000E+00 3.106E+00 3.144E+00 3.084E+00 -3.900E+00 3.004E+00 3.044E+00 2.977E+00 -3.800E+00 2.903E+00 2.943E+00 2.871E+00 -3.700E+00 2.801E+00 2.843E+00 2.766E+00 -3.600E+00 2.701E+00 2.743E+00 2.662E+00 -3.500E+00 2.600E+00 2.643E+00 2.558E+00 -3.400E+00 2.499E+00 2.544E+00 2.455E+00 -3.300E+00 2.399E+00 2.444E+00 2.353E+00 -3.200E+00 2.298E+00 2.344E+00 2.251E+00 -3.100E+00 2.198E+00 2.245E+00 2.150E+00 -3.000E+00 2.098E+00 2.145E+00 2.048E+00 -2.900E+00 1.998E+00 2.046E+00 1.947E+00 -2.800E+00 1.898E+00 1.947E+00 1.846E+00 -2.700E+00 1.798E+00 1.847E+00 1.745E+00 -2.600E+00 1.699E+00 1.749E+00 1.644E+00 -2.500E+00 1.599E+00 1.650E+00 1.544E+00 -2.400E+00 1.500E+00 1.551E+00 1.443E+00 -2.300E+00 1.401E+00 1.453E+00 1.343E+00 -2.200E+00 1.302E+00 1.355E+00 1.244E+00 -2.100E+00 1.204E+00 1.257E+00 1.144E+00 -2.000E+00 1.106E+00 1.159E+00 1.046E+00 -1.900E+00 1.008E+00 1.061E+00 947.156E-03 -1.800E+00 910.413E-03 964.106E-03 849.098E-03 -1.700E+00 813.192E-03 867.279E-03 751.406E-03 -1.600E+00 716.449E-03 770.957E-03 654.165E-03 -1.500E+00 620.408E-03 675.372E-03 557.581E-03 -1.400E+00 525.629E-03 581.131E-03 462.167E-03 -1.300E+00 435.048E-03 491.542E-03 370.439E-03 -1.200E+00 374.955E-03 437.553E-03 303.361E-03 -1.100E+00 335.774E-03 413.603E-03 246.973E-03 -1.000E+00 276.837E-03 380.325E-03 161.266E-03 -900.000E-03 168.406E-03 314.871E-03 39.869E-03 -800.000E-03 25.077E-03 153.539E-03 4.189E-03 -700.000E-03 1.560E-03 11.886E-03 1.541E-03 -600.000E-03 403.112E-06 788.586E-06 462.698E-06 -500.000E-03 112.782E-06 137.240E-06 78.496E-06 -400.000E-03 20.980E-06 33.713E-06 6.733E-06 -300.000E-03 2.165E-06 6.954E-06 167.253E-09 -200.000E-03 65.283E-09 497.839E-09 3.317E-09 -100.000E-03 3.273E-09 18.842E-09 923.915E-12 0.000E+00 1.720E-09 2.623E-09 855.825E-12 | [Ramp] | variable typ min max dV/dt_r 1.118V/1.782ns 777.170mV/4.498ns 1.399V/584.744ps dV/dt_f 1.243V/1.827ns 947.012mV/5.416ns 1.475V/504.157ps R_load = 50.0000 | [Rising Waveform] R_fixture = 50.0000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 555.945E-12 9.839E-09 7.211E-12 50.000ps 19.395E-06 16.812E-06 12.043E-06 100.000ps 12.335E-06 42.628E-06 -28.132E-06 150.000ps -77.956E-06 -9.282E-06 -81.708E-06 200.000ps -132.163E-06 -95.301E-06 -81.915E-06 250.000ps -137.447E-06 -146.857E-06 4.526E-06 300.000ps -113.054E-06 -167.544E-06 188.405E-06 350.000ps -49.440E-06 -164.832E-06 427.225E-06 400.000ps 54.193E-06 -148.330E-06 177.213E-06 450.000ps 181.865E-06 -120.504E-06 -1.161E-03 500.000ps 336.567E-06 -81.638E-06 -3.126E-03 550.000ps 520.869E-06 -32.204E-06 -5.692E-03 600.000ps 636.107E-06 26.273E-06 -8.388E-03 650.000ps 452.620E-06 92.009E-06 -5.619E-03 700.000ps -126.989E-06 165.614E-06 6.140E-03 750.000ps -981.735E-06 252.312E-06 27.875E-03 800.000ps -1.933E-03 365.426E-06 61.257E-03 850.000ps -2.938E-03 509.335E-06 105.942E-03 900.000ps -4.177E-03 646.733E-06 161.726E-03 950.000ps -5.868E-03 719.224E-06 228.217E-03 1.000ns -7.517E-03 679.349E-06 303.442E-03 1.050ns -8.104E-03 524.541E-06 392.452E-03 1.100ns -6.706E-03 278.311E-06 505.949E-03 1.150ns -3.006E-03 -23.292E-06 651.651E-03 1.200ns 3.186E-03 -346.633E-06 822.439E-03 1.250ns 11.966E-03 -671.514E-06 1.000E+00 1.300ns 24.201E-03 -997.846E-06 1.167E+00 1.350ns 39.471E-03 -1.337E-03 1.314E+00 1.400ns 58.315E-03 -1.715E-03 1.436E+00 1.450ns 81.752E-03 -2.173E-03 1.536E+00 1.500ns 109.483E-03 -2.768E-03 1.618E+00 1.550ns 141.063E-03 -3.516E-03 1.695E+00 1.600ns 176.892E-03 -4.376E-03 1.770E+00 1.650ns 217.918E-03 -5.250E-03 1.843E+00 1.700ns 265.699E-03 -6.049E-03 1.908E+00 1.750ns 323.237E-03 -6.659E-03 1.962E+00 1.800ns 391.939E-03 -6.865E-03 2.005E+00 1.850ns 470.022E-03 -6.626E-03 2.040E+00 1.900ns 552.845E-03 -5.968E-03 2.072E+00 1.950ns 635.328E-03 -4.843E-03 2.107E+00 2.000ns 713.613E-03 -3.171E-03 2.144E+00 2.050ns 785.551E-03 -895.602E-06 2.177E+00 2.100ns 850.265E-03 2.038E-03 2.203E+00 2.150ns 907.558E-03 5.658E-03 2.224E+00 2.200ns 957.612E-03 10.043E-03 2.241E+00 2.250ns 1.001E+00 15.327E-03 2.254E+00 2.300ns 1.038E+00 21.627E-03 2.265E+00 2.350ns 1.069E+00 29.064E-03 2.275E+00 2.400ns 1.096E+00 37.889E-03 2.282E+00 2.450ns 1.119E+00 47.783E-03 2.289E+00 2.500ns 1.139E+00 58.567E-03 2.294E+00 2.550ns 1.156E+00 70.320E-03 2.299E+00 2.600ns 1.170E+00 83.188E-03 2.303E+00 2.650ns 1.183E+00 97.341E-03 2.307E+00 2.700ns 1.195E+00 112.950E-03 2.310E+00 2.750ns 1.205E+00 130.206E-03 2.312E+00 2.800ns 1.215E+00 149.355E-03 2.315E+00 2.850ns 1.226E+00 170.826E-03 2.317E+00 2.900ns 1.239E+00 195.406E-03 2.318E+00 2.950ns 1.254E+00 222.626E-03 2.320E+00 3.000ns 1.271E+00 251.653E-03 2.321E+00 3.100ns 1.310E+00 310.072E-03 2.323E+00 3.200ns 1.351E+00 364.047E-03 2.325E+00 3.300ns 1.391E+00 411.813E-03 2.326E+00 3.400ns 1.430E+00 453.258E-03 2.327E+00 3.500ns 1.467E+00 488.947E-03 2.328E+00 3.600ns 1.502E+00 519.507E-03 2.329E+00 3.700ns 1.541E+00 545.509E-03 2.329E+00 3.800ns 1.582E+00 567.542E-03 2.330E+00 3.900ns 1.623E+00 586.249E-03 2.330E+00 4.000ns 1.662E+00 602.298E-03 2.330E+00 4.100ns 1.697E+00 616.254E-03 2.330E+00 4.200ns 1.726E+00 628.458E-03 2.331E+00 4.300ns 1.749E+00 639.083E-03 2.331E+00 4.400ns 1.768E+00 648.274E-03 2.331E+00 4.500ns 1.783E+00 656.234E-03 2.331E+00 4.600ns 1.796E+00 663.192E-03 2.331E+00 4.700ns 1.806E+00 669.364E-03 2.331E+00 4.800ns 1.814E+00 674.938E-03 2.331E+00 4.900ns 1.822E+00 680.048E-03 2.331E+00 5.000ns 1.828E+00 684.740E-03 2.331E+00 5.250ns 1.839E+00 696.169E-03 2.331E+00 5.783ns 1.852E+00 744.923E-03 2.331E+00 6.317ns 1.858E+00 822.766E-03 2.331E+00 6.850ns 1.861E+00 905.947E-03 2.331E+00 7.383ns 1.862E+00 1.011E+00 2.331E+00 7.917ns 1.863E+00 1.116E+00 2.331E+00 8.450ns 1.863E+00 1.192E+00 2.331E+00 8.983ns 1.863E+00 1.237E+00 2.331E+00 9.517ns 1.863E+00 1.261E+00 2.331E+00 10.050ns 1.863E+00 1.275E+00 2.331E+00 10.583ns 1.863E+00 1.283E+00 2.331E+00 11.117ns 1.863E+00 1.287E+00 2.331E+00 11.650ns 1.863E+00 1.291E+00 2.331E+00 12.183ns 1.864E+00 1.293E+00 2.331E+00 12.717ns 1.864E+00 1.294E+00 2.331E+00 13.250ns 1.864E+00 1.294E+00 2.331E+00 13.783ns 1.864E+00 1.295E+00 2.331E+00 14.317ns 1.864E+00 1.295E+00 2.331E+00 14.850ns 1.864E+00 1.295E+00 2.331E+00 | [Rising Waveform] R_fixture = 50.0000 V_fixture = 2.5000 V_fixture_min = 2.3000 V_fixture_max = 2.7000 | time V(typ) V(min) V(max) | 0.000s 427.463E-03 692.150E-03 241.126E-03 50.000ps 427.484E-03 692.168E-03 241.138E-03 100.000ps 427.464E-03 692.178E-03 241.090E-03 150.000ps 427.362E-03 692.081E-03 241.047E-03 200.000ps 427.340E-03 691.982E-03 241.094E-03 250.000ps 427.442E-03 692.017E-03 241.246E-03 300.000ps 427.617E-03 692.179E-03 241.452E-03 350.000ps 427.819E-03 692.402E-03 241.617E-03 400.000ps 428.011E-03 692.650E-03 241.077E-03 450.000ps 428.142E-03 692.905E-03 239.003E-03 500.000ps 428.198E-03 693.153E-03 235.886E-03 550.000ps 428.158E-03 693.373E-03 232.334E-03 600.000ps 427.853E-03 693.546E-03 229.721E-03 650.000ps 426.948E-03 693.655E-03 235.626E-03 700.000ps 425.282E-03 693.689E-03 256.214E-03 750.000ps 423.007E-03 693.641E-03 296.596E-03 800.000ps 420.438E-03 693.511E-03 362.513E-03 850.000ps 417.846E-03 693.276E-03 458.100E-03 900.000ps 415.346E-03 692.855E-03 582.248E-03 950.000ps 413.087E-03 692.151E-03 735.018E-03 1.000ns 412.099E-03 691.094E-03 940.890E-03 1.050ns 414.142E-03 689.690E-03 1.207E+00 1.100ns 420.963E-03 687.986E-03 1.496E+00 1.150ns 434.009E-03 686.049E-03 1.769E+00 1.200ns 455.104E-03 683.947E-03 1.993E+00 1.250ns 486.736E-03 681.745E-03 2.168E+00 1.300ns 532.748E-03 679.485E-03 2.301E+00 1.350ns 597.210E-03 677.228E-03 2.399E+00 1.400ns 678.133E-03 675.039E-03 2.471E+00 1.450ns 776.550E-03 672.990E-03 2.526E+00 1.500ns 903.280E-03 671.148E-03 2.569E+00 1.550ns 1.065E+00 669.643E-03 2.603E+00 1.600ns 1.252E+00 668.694E-03 2.630E+00 1.650ns 1.447E+00 668.601E-03 2.650E+00 1.700ns 1.641E+00 669.660E-03 2.662E+00 1.750ns 1.817E+00 672.237E-03 2.669E+00 1.800ns 1.967E+00 676.840E-03 2.671E+00 1.850ns 2.090E+00 683.868E-03 2.673E+00 1.900ns 2.189E+00 693.765E-03 2.674E+00 1.950ns 2.266E+00 707.226E-03 2.677E+00 2.000ns 2.325E+00 725.174E-03 2.680E+00 2.050ns 2.370E+00 748.631E-03 2.682E+00 2.100ns 2.402E+00 779.264E-03 2.685E+00 2.150ns 2.426E+00 817.778E-03 2.686E+00 2.200ns 2.444E+00 864.695E-03 2.688E+00 2.250ns 2.458E+00 921.143E-03 2.690E+00 2.300ns 2.468E+00 988.819E-03 2.691E+00 2.350ns 2.474E+00 1.068E+00 2.692E+00 2.400ns 2.479E+00 1.156E+00 2.693E+00 2.450ns 2.482E+00 1.253E+00 2.694E+00 2.500ns 2.483E+00 1.355E+00 2.695E+00 2.550ns 2.484E+00 1.460E+00 2.695E+00 2.600ns 2.484E+00 1.564E+00 2.696E+00 2.650ns 2.484E+00 1.666E+00 2.696E+00 2.700ns 2.485E+00 1.761E+00 2.697E+00 2.750ns 2.485E+00 1.848E+00 2.697E+00 2.800ns 2.485E+00 1.926E+00 2.698E+00 2.850ns 2.485E+00 1.993E+00 2.698E+00 2.900ns 2.484E+00 2.051E+00 2.698E+00 2.950ns 2.484E+00 2.099E+00 2.698E+00 3.000ns 2.484E+00 2.139E+00 2.699E+00 3.100ns 2.486E+00 2.196E+00 2.699E+00 3.200ns 2.487E+00 2.231E+00 2.699E+00 3.300ns 2.486E+00 2.253E+00 2.699E+00 3.400ns 2.485E+00 2.267E+00 2.700E+00 3.500ns 2.485E+00 2.276E+00 2.700E+00 3.600ns 2.485E+00 2.283E+00 2.700E+00 3.700ns 2.485E+00 2.287E+00 2.700E+00 3.800ns 2.486E+00 2.290E+00 2.700E+00 3.900ns 2.488E+00 2.292E+00 2.700E+00 4.000ns 2.489E+00 2.294E+00 2.700E+00 4.100ns 2.490E+00 2.295E+00 2.700E+00 4.200ns 2.492E+00 2.295E+00 2.700E+00 4.300ns 2.493E+00 2.296E+00 2.700E+00 4.400ns 2.494E+00 2.296E+00 2.700E+00 4.500ns 2.494E+00 2.295E+00 2.700E+00 4.600ns 2.495E+00 2.295E+00 2.700E+00 4.700ns 2.496E+00 2.295E+00 2.700E+00 4.800ns 2.497E+00 2.294E+00 2.700E+00 4.900ns 2.497E+00 2.294E+00 2.700E+00 5.000ns 2.497E+00 2.294E+00 2.700E+00 5.250ns 2.498E+00 2.293E+00 2.700E+00 5.500ns 2.499E+00 2.291E+00 2.700E+00 5.750ns 2.499E+00 2.291E+00 2.700E+00 6.000ns 2.499E+00 2.292E+00 2.700E+00 6.250ns 2.500E+00 2.291E+00 2.700E+00 6.500ns 2.500E+00 2.291E+00 2.700E+00 6.750ns 2.500E+00 2.291E+00 2.700E+00 7.000ns 2.500E+00 2.290E+00 2.700E+00 7.250ns 2.500E+00 2.291E+00 2.700E+00 7.500ns 2.500E+00 2.292E+00 2.700E+00 7.750ns 2.500E+00 2.294E+00 2.700E+00 8.000ns 2.500E+00 2.295E+00 2.700E+00 8.250ns 2.500E+00 2.296E+00 2.700E+00 8.500ns 2.500E+00 2.296E+00 2.700E+00 8.750ns 2.500E+00 2.297E+00 2.700E+00 9.000ns 2.500E+00 2.298E+00 2.700E+00 9.250ns 2.500E+00 2.298E+00 2.700E+00 9.500ns 2.500E+00 2.299E+00 2.700E+00 9.750ns 2.500E+00 2.299E+00 2.700E+00 | [Falling Waveform] R_fixture = 50.0000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 1.864E+00 1.296E+00 2.331E+00 50.000ps 1.863E+00 1.296E+00 2.331E+00 100.000ps 1.863E+00 1.296E+00 2.331E+00 150.000ps 1.863E+00 1.296E+00 2.331E+00 200.000ps 1.864E+00 1.296E+00 2.332E+00 250.000ps 1.864E+00 1.296E+00 2.331E+00 300.000ps 1.864E+00 1.296E+00 2.331E+00 350.000ps 1.864E+00 1.296E+00 2.331E+00 400.000ps 1.863E+00 1.296E+00 2.330E+00 450.000ps 1.863E+00 1.296E+00 2.330E+00 500.000ps 1.863E+00 1.296E+00 2.331E+00 550.000ps 1.862E+00 1.295E+00 2.337E+00 600.000ps 1.862E+00 1.295E+00 2.346E+00 650.000ps 1.862E+00 1.294E+00 2.346E+00 700.000ps 1.862E+00 1.294E+00 2.334E+00 750.000ps 1.862E+00 1.294E+00 2.306E+00 800.000ps 1.863E+00 1.293E+00 2.252E+00 850.000ps 1.865E+00 1.293E+00 2.164E+00 900.000ps 1.869E+00 1.293E+00 2.034E+00 950.000ps 1.873E+00 1.293E+00 1.841E+00 1.000ns 1.875E+00 1.293E+00 1.580E+00 1.050ns 1.871E+00 1.293E+00 1.277E+00 1.100ns 1.861E+00 1.293E+00 962.712E-03 1.150ns 1.846E+00 1.294E+00 668.906E-03 1.200ns 1.826E+00 1.294E+00 436.926E-03 1.250ns 1.801E+00 1.295E+00 274.753E-03 1.300ns 1.762E+00 1.296E+00 169.147E-03 1.350ns 1.707E+00 1.297E+00 103.335E-03 1.400ns 1.630E+00 1.299E+00 65.211E-03 1.450ns 1.529E+00 1.301E+00 44.531E-03 1.500ns 1.410E+00 1.304E+00 33.457E-03 1.550ns 1.277E+00 1.306E+00 27.126E-03 1.600ns 1.136E+00 1.308E+00 22.977E-03 1.650ns 989.295E-03 1.307E+00 19.945E-03 1.700ns 842.347E-03 1.304E+00 17.237E-03 1.750ns 698.586E-03 1.297E+00 14.663E-03 1.800ns 564.475E-03 1.286E+00 12.079E-03 1.850ns 446.911E-03 1.271E+00 9.839E-03 1.900ns 348.051E-03 1.253E+00 8.053E-03 1.950ns 267.557E-03 1.232E+00 6.663E-03 2.000ns 203.711E-03 1.209E+00 5.581E-03 2.050ns 154.157E-03 1.183E+00 4.741E-03 2.100ns 116.402E-03 1.155E+00 4.074E-03 2.150ns 88.124E-03 1.123E+00 3.533E-03 2.200ns 67.204E-03 1.087E+00 3.089E-03 2.250ns 52.006E-03 1.045E+00 2.713E-03 2.300ns 41.082E-03 1.000E+00 2.459E-03 2.350ns 33.136E-03 951.653E-03 2.565E-03 2.400ns 27.233E-03 900.798E-03 3.090E-03 2.450ns 22.833E-03 848.030E-03 3.623E-03 2.500ns 19.505E-03 793.869E-03 4.052E-03 2.550ns 17.008E-03 738.751E-03 4.186E-03 2.600ns 15.094E-03 683.075E-03 3.802E-03 2.650ns 13.523E-03 627.343E-03 3.315E-03 2.700ns 12.207E-03 572.029E-03 2.894E-03 2.750ns 11.106E-03 517.518E-03 2.559E-03 2.800ns 10.172E-03 464.241E-03 2.295E-03 2.850ns 9.352E-03 412.913E-03 2.083E-03 2.900ns 8.616E-03 364.578E-03 1.911E-03 2.950ns 7.943E-03 319.904E-03 1.766E-03 3.000ns 7.326E-03 279.243E-03 1.640E-03 3.100ns 6.308E-03 210.065E-03 1.428E-03 3.200ns 5.696E-03 155.717E-03 1.251E-03 3.300ns 5.318E-03 114.115E-03 1.098E-03 3.400ns 4.757E-03 83.149E-03 963.729E-06 3.500ns 4.163E-03 60.874E-03 846.397E-06 3.600ns 3.625E-03 45.132E-03 743.741E-06 3.700ns 3.165E-03 34.093E-03 654.185E-06 3.800ns 2.783E-03 26.238E-03 576.173E-06 3.900ns 2.470E-03 20.672E-03 508.502E-06 4.000ns 2.214E-03 16.755E-03 449.685E-06 4.100ns 1.998E-03 13.917E-03 398.390E-06 4.200ns 1.807E-03 11.690E-03 353.541E-06 4.300ns 1.639E-03 9.851E-03 314.257E-06 4.400ns 1.480E-03 8.284E-03 279.779E-06 4.500ns 1.358E-03 6.956E-03 249.471E-06 4.600ns 1.485E-03 5.838E-03 222.791E-06 4.700ns 1.935E-03 4.909E-03 199.264E-06 4.800ns 2.366E-03 4.152E-03 178.477E-06 4.900ns 2.750E-03 3.578E-03 160.073E-06 5.000ns 3.071E-03 3.167E-03 143.750E-06 5.250ns 2.294E-03 2.741E-03 110.416E-06 5.500ns 1.664E-03 2.651E-03 85.357E-06 5.750ns 1.297E-03 2.520E-03 66.348E-06 6.000ns 1.073E-03 2.554E-03 51.808E-06 6.250ns 905.437E-06 2.795E-03 40.607E-06 6.500ns 762.753E-06 2.625E-03 31.927E-06 6.750ns 640.495E-06 2.301E-03 25.169E-06 7.000ns 537.116E-06 1.980E-03 19.885E-06 7.250ns 450.316E-06 1.708E-03 15.738E-06 7.500ns 377.966E-06 1.490E-03 12.475E-06 7.750ns 317.709E-06 1.316E-03 9.900E-06 8.000ns 267.503E-06 1.170E-03 7.865E-06 8.250ns 225.666E-06 1.041E-03 6.254E-06 8.500ns 190.766E-06 919.592E-06 4.976E-06 8.750ns 161.607E-06 844.198E-06 3.962E-06 9.000ns 137.191E-06 1.085E-03 3.156E-06 9.250ns 116.702E-06 1.444E-03 2.515E-06 9.500ns 99.468E-06 1.802E-03 2.005E-06 9.750ns 84.938E-06 2.052E-03 1.599E-06 | [Falling Waveform] R_fixture = 50.0000 V_fixture = 2.5000 V_fixture_min = 2.3000 V_fixture_max = 2.7000 | time V(typ) V(min) V(max) | 0.000s 2.500E+00 2.300E+00 2.700E+00 150.000ps 2.500E+00 2.300E+00 2.700E+00 300.000ps 2.500E+00 2.300E+00 2.700E+00 450.000ps 2.500E+00 2.300E+00 2.698E+00 600.000ps 2.499E+00 2.300E+00 2.716E+00 750.000ps 2.498E+00 2.300E+00 2.721E+00 900.000ps 2.502E+00 2.300E+00 2.612E+00 1.050ns 2.521E+00 2.299E+00 2.355E+00 1.200ns 2.528E+00 2.299E+00 1.798E+00 1.350ns 2.515E+00 2.298E+00 1.191E+00 1.500ns 2.464E+00 2.300E+00 820.881E-03 1.650ns 2.380E+00 2.307E+00 680.123E-03 1.800ns 2.251E+00 2.316E+00 608.173E-03 1.950ns 2.044E+00 2.320E+00 521.527E-03 2.100ns 1.806E+00 2.324E+00 451.010E-03 2.250ns 1.602E+00 2.325E+00 408.758E-03 2.400ns 1.432E+00 2.318E+00 382.763E-03 2.550ns 1.291E+00 2.301E+00 360.699E-03 2.700ns 1.182E+00 2.277E+00 319.991E-03 2.850ns 1.103E+00 2.246E+00 298.243E-03 3.000ns 1.048E+00 2.206E+00 285.035E-03 3.150ns 1.009E+00 2.155E+00 275.823E-03 3.300ns 975.463E-03 2.091E+00 268.990E-03 3.450ns 934.624E-03 2.013E+00 263.768E-03 3.600ns 888.163E-03 1.939E+00 259.700E-03 3.750ns 841.246E-03 1.872E+00 256.482E-03 3.900ns 797.159E-03 1.809E+00 253.904E-03 4.050ns 757.840E-03 1.752E+00 251.814E-03 4.200ns 723.878E-03 1.701E+00 250.105E-03 4.350ns 695.523E-03 1.656E+00 248.702E-03 4.500ns 672.623E-03 1.616E+00 247.543E-03 4.650ns 654.952E-03 1.580E+00 246.586E-03 4.800ns 641.305E-03 1.548E+00 245.789E-03 4.950ns 627.732E-03 1.520E+00 245.120E-03 5.100ns 604.342E-03 1.496E+00 244.554E-03 5.250ns 574.396E-03 1.474E+00 244.074E-03 5.400ns 549.138E-03 1.455E+00 243.665E-03 5.550ns 530.513E-03 1.437E+00 243.316E-03 5.700ns 516.313E-03 1.422E+00 243.018E-03 5.850ns 504.982E-03 1.408E+00 242.762E-03 6.000ns 495.587E-03 1.394E+00 242.543E-03 6.150ns 487.624E-03 1.380E+00 242.354E-03 6.300ns 480.780E-03 1.364E+00 242.192E-03 6.450ns 474.857E-03 1.346E+00 242.051E-03 6.600ns 469.698E-03 1.325E+00 241.930E-03 6.750ns 465.191E-03 1.302E+00 241.825E-03 6.900ns 461.240E-03 1.279E+00 241.734E-03 7.050ns 457.761E-03 1.256E+00 241.655E-03 7.200ns 454.721E-03 1.234E+00 241.587E-03 7.350ns 451.998E-03 1.212E+00 241.528E-03 7.500ns 449.582E-03 1.191E+00 241.476E-03 7.650ns 447.434E-03 1.170E+00 241.431E-03 7.800ns 445.518E-03 1.151E+00 241.392E-03 7.950ns 443.807E-03 1.133E+00 241.358E-03 8.100ns 442.275E-03 1.116E+00 241.328E-03 8.250ns 440.902E-03 1.100E+00 241.303E-03 8.400ns 439.667E-03 1.085E+00 241.280E-03 8.550ns 438.557E-03 1.070E+00 241.261E-03 8.700ns 437.556E-03 1.056E+00 241.243E-03 8.850ns 436.653E-03 1.043E+00 241.229E-03 9.000ns 435.838E-03 1.031E+00 241.216E-03 9.150ns 435.100E-03 1.020E+00 241.204E-03 9.300ns 434.432E-03 1.009E+00 241.194E-03 9.450ns 433.827E-03 998.197E-03 241.186E-03 9.600ns 433.278E-03 987.339E-03 241.178E-03 9.750ns 432.779E-03 974.077E-03 241.171E-03 9.900ns 432.326E-03 958.195E-03 241.166E-03 10.050ns 431.913E-03 940.641E-03 241.161E-03 10.200ns 431.538E-03 922.386E-03 241.156E-03 10.350ns 431.195E-03 904.511E-03 241.152E-03 10.500ns 430.883E-03 887.710E-03 241.149E-03 10.650ns 430.599E-03 872.269E-03 241.146E-03 10.800ns 430.339E-03 858.244E-03 241.143E-03 10.950ns 430.102E-03 845.578E-03 241.141E-03 11.100ns 429.885E-03 834.168E-03 241.139E-03 11.250ns 429.686E-03 823.881E-03 241.138E-03 11.400ns 429.505E-03 814.584E-03 241.136E-03 11.550ns 429.339E-03 806.151E-03 241.135E-03 11.700ns 429.186E-03 798.467E-03 241.134E-03 11.850ns 429.047E-03 791.439E-03 241.133E-03 12.000ns 428.919E-03 784.989E-03 241.132E-03 12.150ns 428.802E-03 779.042E-03 241.131E-03 12.300ns 428.695E-03 773.544E-03 241.130E-03 12.450ns 428.596E-03 768.458E-03 241.130E-03 12.600ns 428.506E-03 763.753E-03 241.129E-03 12.750ns 428.423E-03 759.355E-03 241.129E-03 12.900ns 428.346E-03 755.338E-03 241.128E-03 13.050ns 428.276E-03 751.624E-03 241.128E-03 13.200ns 428.212E-03 748.102E-03 241.128E-03 13.350ns 428.153E-03 744.805E-03 241.127E-03 13.500ns 428.098E-03 741.885E-03 241.127E-03 13.650ns 428.048E-03 739.290E-03 241.127E-03 13.800ns 428.002E-03 736.809E-03 241.127E-03 13.950ns 427.960E-03 734.352E-03 241.127E-03 14.100ns 427.921E-03 731.959E-03 241.126E-03 14.250ns 427.885E-03 729.645E-03 241.126E-03 14.400ns 427.852E-03 727.443E-03 241.126E-03 14.550ns 427.822E-03 725.377E-03 241.126E-03 14.700ns 427.794E-03 723.446E-03 241.126E-03 14.850ns 427.768E-03 721.646E-03 241.126E-03 | | End [Model] LVC15_4245IONB_25 | | [END]