| *************************************************** | Philips Semiconductors Inc. | Logic Products Group | | IBIS model of 74LVC74A | DUAL D-TYPE FLIP-FLOP WITH SET AND RESET; POSITIVE-EDGE TRIGGER | | |[Packages]: |[Package1]: SO 14-pin (D) Package ; |[Package2]: SSOP 14-Pin Packages ; |[Package3]: TSSOP 14-pin (PW) Package ; | *************************************************** | [IBIS Ver] 3.2 [File Name] lvc74a.ibs [File Rev] 1.3 [Date] 26-Nov-2002 [Source] File created from simulations by LPG Philips Semiconductors Nijmegen | [Notes] V1.3 Ibis model. | | | Remark: | The Power Clamp curves have been omitted since there is no power clamp diode. | | Revision History | Version Date Author/ Description | Editor | 1.0 1999 Initial Version | 1.1 October, 2001 RM Revised for Ibis 3.2: | Model Spec and Model Selector added | 1.2 November 2001 RM Monotonous Curves | 1.3 November 2002 RM Revised: Power Clamp curves omitted, constant | end points for Ground Clamp and V/t curves. | [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 14-pin (D) Package |******************************************************** | [Component] 74LVC74A_1 [Manufacturer] Philips Semiconductors Inc. | [Package] | typ min max R_pkg 4.54E-02 4.18E-02 5.01E-02 L_pkg 2.31E-09 1.63E-09 3.26E-09 C_pkg 0.565E-12 0.437E-12 0.736E-12 | | [Pin] signal_name model_name R_pin L_pin C_pin 1 1RD# lvc_in2 4.18E-02 3.26E-09 0.675E-12 2 1D lvc_in2 5.01E-02 2.30E-09 0.574E-12 3 1CP lvc_in2 4.52E-02 1.71E-09 0.467E-12 4 1SD# lvc_in2 4.38E-02 1.63E-09 0.437E-12 5 1Q lvc_74outn 4.52E-02 1.71E-09 0.465E-12 6 1QBAR# lvc_74outi 5.01E-02 2.30E-09 0.573E-12 7 GND GND 4.18E-02 3.26E-09 0.736E-12 8 2QBAR# lvc_74outi 4.18E-02 3.26E-09 0.736E-12 9 2Q lvc_74outn 5.01E-02 2.30E-09 0.573E-12 10 2SD# lvc_in2 4.52E-02 1.71E-09 0.465E-12 11 2CP lvc_in2 4.38E-02 1.63E-09 0.437E-12 12 2D lvc_in2 4.52E-02 1.71E-09 0.467E-12 13 2RD# lvc_in2 5.01E-02 2.30E-09 0.574E-12 14 VCC POWER 4.18E-02 3.26E-09 0.736E-12 | | | | |******************************************************** | Info for SSOP 14-Pin Packages |******************************************************** | [Component] 74LVC74A_2 [Manufacturer] Philips Semiconductors Inc. | [Package] | typ min max R_pkg 18.10E-03 15.70E-03 19.10E-03 L_pkg 2.12E-09 1.76E-09 2.65E-09 C_pkg 0.59E-12 0.55E-12 0.64E-12 | | [Pin] signal_name model_name R_pin L_pin C_pin 1 1RD# lvc_in2 19.10E-03 2.65E-09 0.58E-12 2 1D lvc_in2 17.70E-03 2.07E-09 0.64E-12 3 1CP lvc_in2 18.70E-03 1.82E-09 0.57E-12 4 1SD# lvc_in2 15.70E-03 1.76E-09 0.55E-12 5 1Q lvc_74outn 18.70E-03 1.82E-09 0.57E-12 6 1QBAR# lvc_74outi 17.70E-03 2.07E-09 0.63E-12 7 GND GND 19.10E-03 2.65E-09 0.60E-12 8 2QBAR# lvc_74outi 19.10E-03 2.65E-09 0.60E-12 9 2Q lvc_74outn 17.80E-03 2.07E-09 0.64E-12 10 2SD# lvc_in2 18.70E-03 1.82E-09 0.57E-12 11 2CP lvc_in2 15.70E-03 1.76E-09 0.55E-12 12 2D lvc_in2 18.70E-03 1.82E-09 0.57E-12 13 2RD# lvc_in2 17.80E-03 2.07E-09 0.64E-12 14 VCC POWER 19.10E-03 2.65E-09 0.60E-12 | | | | |******************************************************** | Info for TSSOP 14-pin (PW) Package |******************************************************** | [Component] 74LVC74A_3 [Manufacturer] Philips Semiconductors Inc. | [Package] | typ min max R_pkg 3.44E-02 2.80E-02 4.33E-02 L_pkg 1.83E-09 1.36E-09 2.32E-09 C_pkg 0.380E-12 0.302E-12 0.442E-12 | | [Pin] signal_name model_name R_pin L_pin C_pin 1 1RD# lvc_in2 3.46E-02 2.32E-09 0.423E-12 2 1D lvc_in2 4.33E-02 2.04E-09 0.441E-12 3 1CP lvc_in2 2.80E-02 1.36E-09 0.307E-12 4 1SD# lvc_in2 2.88E-02 1.38E-09 0.302E-12 5 1Q lvc_74outn 2.80E-02 1.36E-09 0.308E-12 6 1QBAR# lvc_74outi 4.33E-02 2.04E-09 0.441E-12 7 GND GND 3.46E-02 2.32E-09 0.433E-12 8 2QBAR# lvc_74outi 3.46E-02 2.32E-09 0.433E-12 9 2Q lvc_74outn 4.33E-02 2.04E-09 0.441E-12 10 2SD# lvc_in2 2.80E-02 1.36E-09 0.308E-12 11 2CP lvc_in2 2.88E-02 1.38E-09 0.302E-12 12 2D lvc_in2 2.80E-02 1.36E-09 0.308E-12 13 2RD# lvc_in2 4.33E-02 2.04E-09 0.442E-12 14 VCC POWER 3.46E-02 2.31E-09 0.433E-12 | | | [Model Selector] lvc_in2 | | 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. | LVC_IN2_33 3.3V-Vcc input model LVC_IN2_25 2.5V-Vcc input model | [Model Selector] lvc_74outn | | 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. | LVC_74OUTN_33 3.3V-Vcc non-inverting output model LVC_74OUTN_25 2.5V-Vcc non-inverting output model | [Model Selector] lvc_74outi | | 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. | LVC_74OUTI_33 3.3V-Vcc inverting output model LVC_74OUTI_25 2.5V-Vcc inverting output model | |************************************************************************ | Model LVC_IN2_33 |************************************************************************ | [Model] LVC_IN2_33 Model_type Input Vinl = 0.8000V Vinh = 2.0000V C_comp 2.78pF 1.99pF 3.72pF | | [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 | | | |Ambient temperature: 25.0000 85.0000 -40.0000 | [Temperature Range] 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.567E+00 -4.624E+00 -4.510E+00 -5.400E+00 -4.467E+00 -4.524E+00 -4.410E+00 -5.300E+00 -4.367E+00 -4.425E+00 -4.310E+00 -5.200E+00 -4.267E+00 -4.325E+00 -4.210E+00 -5.100E+00 -4.167E+00 -4.225E+00 -4.110E+00 -5.000E+00 -4.067E+00 -4.125E+00 -4.010E+00 -4.900E+00 -3.968E+00 -4.026E+00 -3.910E+00 -4.800E+00 -3.868E+00 -3.926E+00 -3.810E+00 -4.700E+00 -3.768E+00 -3.826E+00 -3.710E+00 -4.600E+00 -3.668E+00 -3.727E+00 -3.610E+00 -4.500E+00 -3.568E+00 -3.627E+00 -3.510E+00 -4.400E+00 -3.469E+00 -3.527E+00 -3.410E+00 -4.300E+00 -3.369E+00 -3.428E+00 -3.310E+00 -4.200E+00 -3.269E+00 -3.328E+00 -3.211E+00 -4.100E+00 -3.169E+00 -3.229E+00 -3.111E+00 -4.000E+00 -3.070E+00 -3.129E+00 -3.011E+00 -3.900E+00 -2.970E+00 -3.030E+00 -2.911E+00 -3.800E+00 -2.871E+00 -2.930E+00 -2.811E+00 -3.700E+00 -2.771E+00 -2.831E+00 -2.711E+00 -3.600E+00 -2.672E+00 -2.732E+00 -2.612E+00 -3.500E+00 -2.572E+00 -2.632E+00 -2.512E+00 -3.400E+00 -2.473E+00 -2.533E+00 -2.412E+00 -3.300E+00 -2.373E+00 -2.434E+00 -2.313E+00 -3.200E+00 -2.274E+00 -2.335E+00 -2.213E+00 -3.100E+00 -2.175E+00 -2.236E+00 -2.114E+00 -3.000E+00 -2.075E+00 -2.137E+00 -2.014E+00 -2.900E+00 -1.976E+00 -2.038E+00 -1.915E+00 -2.800E+00 -1.877E+00 -1.939E+00 -1.815E+00 -2.700E+00 -1.778E+00 -1.840E+00 -1.716E+00 -2.600E+00 -1.679E+00 -1.742E+00 -1.617E+00 -2.500E+00 -1.580E+00 -1.643E+00 -1.518E+00 -2.400E+00 -1.481E+00 -1.544E+00 -1.418E+00 -2.300E+00 -1.383E+00 -1.446E+00 -1.320E+00 -2.200E+00 -1.284E+00 -1.348E+00 -1.221E+00 -2.100E+00 -1.186E+00 -1.250E+00 -1.122E+00 -2.000E+00 -1.088E+00 -1.152E+00 -1.024E+00 -1.900E+00 -990.128E-03 -1.055E+00 -925.350E-03 -1.800E+00 -892.571E-03 -957.495E-03 -827.374E-03 -1.700E+00 -795.390E-03 -860.675E-03 -729.754E-03 -1.600E+00 -698.709E-03 -764.370E-03 -632.614E-03 -1.500E+00 -602.755E-03 -668.815E-03 -536.178E-03 -1.450E+00 -555.196E-03 -621.472E-03 -488.361E-03 -1.400E+00 -508.089E-03 -574.616E-03 -440.968E-03 -1.350E+00 -461.801E-03 -528.664E-03 -394.315E-03 -1.300E+00 -417.536E-03 -485.039E-03 -349.396E-03 -1.250E+00 -380.267E-03 -449.729E-03 -310.165E-03 -1.200E+00 -355.864E-03 -430.455E-03 -280.645E-03 -1.150E+00 -335.407E-03 -417.777E-03 -252.507E-03 -1.100E+00 -312.384E-03 -404.844E-03 -219.776E-03 -1.050E+00 -283.839E-03 -389.212E-03 -179.537E-03 -1.000E+00 -246.789E-03 -368.775E-03 -129.803E-03 -950.000E-03 -197.324E-03 -340.389E-03 -73.134E-03 -900.000E-03 -132.010E-03 -298.457E-03 -29.442E-03 -850.000E-03 -59.788E-03 -232.969E-03 -14.937E-03 -800.000E-03 -16.866E-03 -134.985E-03 -10.930E-03 -750.000E-03 -5.479E-03 -44.492E-03 -8.487E-03 -700.000E-03 -2.880E-03 -11.009E-03 -6.407E-03 -650.000E-03 -1.901E-03 -3.107E-03 -4.607E-03 -600.000E-03 -1.292E-03 -1.197E-03 -3.112E-03 -550.000E-03 -850.205E-06 -626.591E-06 -1.944E-03 -500.000E-03 -531.904E-06 -384.089E-06 -1.104E-03 -400.000E-03 -173.186E-06 -152.197E-06 -252.933E-06 -300.000E-03 -35.995E-06 -53.330E-06 -17.348E-06 -200.000E-03 -1.744E-06 -6.534E-06 -436.952E-09 -100.000E-03 -49.621E-09 -254.029E-09 -7.045E-09 0.000E+00 64.526E-18 154.746E-18 54.830E-21 200.000E-03 1.177E-09 8.195E-09 92.365E-12 400.000E-03 1.198E-09 8.282E-09 96.453E-12 600.000E-03 1.220E-09 8.356E-09 100.891E-12 800.000E-03 1.242E-09 8.431E-09 105.595E-12 1.000E+00 1.265E-09 8.508E-09 110.547E-12 1.200E+00 1.289E-09 8.586E-09 115.749E-12 1.400E+00 1.313E-09 8.664E-09 121.206E-12 1.600E+00 1.337E-09 8.743E-09 126.927E-12 1.800E+00 1.362E-09 8.823E-09 132.923E-12 2.000E+00 1.387E-09 8.903E-09 139.206E-12 2.200E+00 1.413E-09 8.985E-09 145.792E-12 2.400E+00 1.439E-09 9.067E-09 152.697E-12 2.600E+00 1.466E-09 9.151E-09 159.943E-12 2.800E+00 1.494E-09 9.236E-09 167.558E-12 3.000E+00 1.522E-09 9.324E-09 175.573E-12 3.200E+00 1.552E-09 9.324E-09 184.030E-12 3.400E+00 1.567E-09 9.324E-09 192.975E-12 3.600E+00 1.567E-09 9.324E-09 202.464E-12 3.800E+00 1.567E-09 9.324E-09 202.464E-12 4.000E+00 1.567E-09 9.324E-09 202.464E-12 4.200E+00 1.567E-09 9.324E-09 202.464E-12 4.400E+00 1.567E-09 9.324E-09 202.464E-12 4.600E+00 1.567E-09 9.324E-09 202.464E-12 4.800E+00 1.567E-09 9.324E-09 202.464E-12 5.000E+00 1.567E-09 9.324E-09 202.464E-12 5.200E+00 1.567E-09 9.324E-09 202.464E-12 5.400E+00 1.567E-09 9.324E-09 202.464E-12 5.500E+00 1.567E-09 9.324E-09 202.464E-12 | | | End [Model] LVC_IN2_33 | |************************************************************************ | Model LVC_IN2_25 |************************************************************************ | [Model] LVC_IN2_25 Model_type Input Vinl = 0.7000V Vinh = 1.7000V C_comp 2.84pF 2.10pF 3.71pF | | [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 | | | |Ambient temperature: 25.0000 85.0000 -40.0000 | [Temperature Range] 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.558E+00 -4.615E+00 -4.502E+00 -5.400E+00 -4.458E+00 -4.516E+00 -4.402E+00 -5.300E+00 -4.358E+00 -4.416E+00 -4.302E+00 -5.200E+00 -4.259E+00 -4.316E+00 -4.202E+00 -5.100E+00 -4.159E+00 -4.217E+00 -4.102E+00 -5.000E+00 -4.059E+00 -4.117E+00 -4.002E+00 -4.900E+00 -3.959E+00 -4.017E+00 -3.902E+00 -4.800E+00 -3.859E+00 -3.918E+00 -3.802E+00 -4.700E+00 -3.760E+00 -3.818E+00 -3.702E+00 -4.600E+00 -3.660E+00 -3.719E+00 -3.602E+00 -4.500E+00 -3.560E+00 -3.619E+00 -3.502E+00 -4.400E+00 -3.461E+00 -3.519E+00 -3.402E+00 -4.300E+00 -3.361E+00 -3.420E+00 -3.303E+00 -4.200E+00 -3.261E+00 -3.320E+00 -3.203E+00 -4.100E+00 -3.162E+00 -3.221E+00 -3.103E+00 -4.000E+00 -3.062E+00 -3.122E+00 -3.003E+00 -3.900E+00 -2.963E+00 -3.022E+00 -2.904E+00 -3.800E+00 -2.863E+00 -2.923E+00 -2.804E+00 -3.700E+00 -2.764E+00 -2.823E+00 -2.704E+00 -3.600E+00 -2.664E+00 -2.724E+00 -2.604E+00 -3.500E+00 -2.565E+00 -2.625E+00 -2.505E+00 -3.400E+00 -2.465E+00 -2.526E+00 -2.405E+00 -3.300E+00 -2.366E+00 -2.427E+00 -2.306E+00 -3.200E+00 -2.267E+00 -2.328E+00 -2.206E+00 -3.100E+00 -2.167E+00 -2.229E+00 -2.107E+00 -3.000E+00 -2.068E+00 -2.130E+00 -2.007E+00 -2.900E+00 -1.969E+00 -2.031E+00 -1.908E+00 -2.800E+00 -1.870E+00 -1.932E+00 -1.809E+00 -2.700E+00 -1.771E+00 -1.833E+00 -1.709E+00 -2.600E+00 -1.672E+00 -1.735E+00 -1.610E+00 -2.500E+00 -1.573E+00 -1.636E+00 -1.511E+00 -2.400E+00 -1.475E+00 -1.538E+00 -1.412E+00 -2.300E+00 -1.376E+00 -1.439E+00 -1.313E+00 -2.200E+00 -1.278E+00 -1.341E+00 -1.214E+00 -2.100E+00 -1.180E+00 -1.243E+00 -1.116E+00 -2.000E+00 -1.081E+00 -1.146E+00 -1.017E+00 -1.900E+00 -983.684E-03 -1.048E+00 -919.210E-03 -1.800E+00 -886.178E-03 -950.875E-03 -821.291E-03 -1.700E+00 -789.046E-03 -854.099E-03 -723.725E-03 -1.600E+00 -692.413E-03 -757.836E-03 -626.637E-03 -1.500E+00 -596.504E-03 -662.321E-03 -530.248E-03 -1.450E+00 -548.965E-03 -614.997E-03 -482.454E-03 -1.400E+00 -501.876E-03 -568.156E-03 -435.080E-03 -1.350E+00 -455.596E-03 -522.210E-03 -388.439E-03 -1.300E+00 -411.310E-03 -478.560E-03 -343.505E-03 -1.250E+00 -373.894E-03 -443.092E-03 -304.144E-03 -1.200E+00 -349.046E-03 -423.344E-03 -274.219E-03 -1.150E+00 -327.905E-03 -409.934E-03 -245.469E-03 -1.100E+00 -304.005E-03 -396.047E-03 -211.992E-03 -1.050E+00 -274.366E-03 -379.183E-03 -170.942E-03 -1.000E+00 -235.984E-03 -357.133E-03 -120.637E-03 -950.000E-03 -185.069E-03 -326.594E-03 -65.019E-03 -900.000E-03 -119.073E-03 -281.810E-03 -26.075E-03 -850.000E-03 -50.235E-03 -213.176E-03 -14.461E-03 -800.000E-03 -13.814E-03 -115.988E-03 -10.882E-03 -750.000E-03 -4.865E-03 -35.918E-03 -8.446E-03 -700.000E-03 -2.732E-03 -8.828E-03 -6.333E-03 -650.000E-03 -1.831E-03 -2.580E-03 -4.509E-03 -600.000E-03 -1.238E-03 -1.055E-03 -3.003E-03 -550.000E-03 -804.280E-06 -576.134E-06 -1.840E-03 -500.000E-03 -494.812E-06 -357.439E-06 -1.019E-03 -400.000E-03 -153.917E-06 -139.017E-06 -215.421E-06 -300.000E-03 -28.923E-06 -47.130E-06 -12.632E-06 -200.000E-03 -1.270E-06 -5.132E-06 -281.787E-09 -100.000E-03 -33.597E-09 -188.701E-09 -4.085E-09 0.000E+00 51.913E-18 115.486E-18 9.836E-21 200.000E-03 744.541E-12 5.801E-09 48.330E-12 400.000E-03 758.173E-12 5.863E-09 50.524E-12 600.000E-03 772.192E-12 5.916E-09 52.910E-12 800.000E-03 786.655E-12 5.971E-09 55.441E-12 1.000E+00 801.474E-12 6.026E-09 58.110E-12 1.200E+00 816.618E-12 6.082E-09 60.916E-12 1.400E+00 832.076E-12 6.139E-09 63.862E-12 1.600E+00 847.845E-12 6.196E-09 66.955E-12 1.800E+00 863.925E-12 6.253E-09 70.201E-12 2.000E+00 880.323E-12 6.311E-09 73.606E-12 2.200E+00 897.052E-12 6.370E-09 77.179E-12 2.400E+00 914.134E-12 6.400E-09 80.931E-12 2.600E+00 922.871E-12 6.400E-09 84.871E-12 2.800E+00 922.871E-12 6.400E-09 86.944E-12 3.000E+00 922.871E-12 6.400E-09 86.944E-12 3.200E+00 922.871E-12 6.400E-09 86.944E-12 3.400E+00 922.871E-12 6.400E-09 86.944E-12 3.600E+00 922.871E-12 6.400E-09 86.944E-12 3.800E+00 922.871E-12 6.400E-09 86.944E-12 4.000E+00 922.871E-12 6.400E-09 86.944E-12 4.200E+00 922.871E-12 6.400E-09 86.944E-12 4.400E+00 922.871E-12 6.400E-09 86.944E-12 4.600E+00 922.871E-12 6.400E-09 86.944E-12 4.800E+00 922.871E-12 6.400E-09 86.944E-12 5.000E+00 922.871E-12 6.400E-09 86.944E-12 5.200E+00 922.871E-12 6.400E-09 86.944E-12 5.400E+00 922.871E-12 6.400E-09 86.944E-12 5.500E+00 922.871E-12 6.400E-09 86.944E-12 | | | End [Model] LVC_IN2_25 | |************************************************************************ | Model LVC_74OUTN_33 |************************************************************************ | [Model] LVC_74OUTN_33 Model_type Output Polarity Non-Inverting Vmeas = 1.5000V Cref = 50.0000pF Rref = 0.5000k Vref = 0.000V C_comp 3.12pF 2.70pF 3.60pF | | [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 | | Timing Thresholds | Vmeas 1.5 1.5 1.5 | | |Ambient temperature: 25.0000 85.0000 -40.0000 | [Temperature Range] 40.0000 100.0000 -25.0000 | [Voltage Range] 3.3000V 3.0000V 3.6000V |Process Range nominal slow fast | [Pulldown] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.549E+00 -4.579E+00 -4.522E+00 -5.350E+00 -4.399E+00 -4.429E+00 -4.372E+00 -5.200E+00 -4.249E+00 -4.280E+00 -4.222E+00 -5.050E+00 -4.099E+00 -4.130E+00 -4.072E+00 -4.900E+00 -3.950E+00 -3.980E+00 -3.922E+00 -4.750E+00 -3.800E+00 -3.831E+00 -3.773E+00 -4.600E+00 -3.650E+00 -3.682E+00 -3.623E+00 -4.450E+00 -3.501E+00 -3.532E+00 -3.474E+00 -4.300E+00 -3.352E+00 -3.383E+00 -3.324E+00 -4.150E+00 -3.202E+00 -3.234E+00 -3.175E+00 -4.000E+00 -3.053E+00 -3.085E+00 -3.027E+00 -3.850E+00 -2.904E+00 -2.936E+00 -2.879E+00 -3.700E+00 -2.756E+00 -2.787E+00 -2.732E+00 -3.550E+00 -2.609E+00 -2.638E+00 -2.587E+00 -3.400E+00 -2.453E+00 -2.490E+00 -2.416E+00 -3.250E+00 -2.303E+00 -2.339E+00 -2.264E+00 -3.100E+00 -2.153E+00 -2.190E+00 -2.113E+00 -2.950E+00 -2.003E+00 -2.041E+00 -1.962E+00 -2.800E+00 -1.854E+00 -1.893E+00 -1.811E+00 -2.650E+00 -1.705E+00 -1.744E+00 -1.661E+00 -2.500E+00 -1.557E+00 -1.596E+00 -1.512E+00 -2.350E+00 -1.408E+00 -1.449E+00 -1.362E+00 -2.200E+00 -1.260E+00 -1.301E+00 -1.213E+00 -2.050E+00 -1.113E+00 -1.154E+00 -1.065E+00 -1.900E+00 -9.660E-01 -1.008E+00 -9.170E-01 -1.750E+00 -8.201E-01 -8.629E-01 -7.702E-01 -1.600E+00 -6.755E-01 -7.188E-01 -6.250E-01 -1.450E+00 -5.330E-01 -5.768E-01 -4.823E-01 -1.300E+00 -3.969E-01 -4.413E-01 -3.464E-01 -1.150E+00 -3.126E-01 -3.659E-01 -2.546E-01 -1.000E+00 -2.205E-01 -2.946E-01 -1.605E-01 -8.500E-01 -9.025E-02 -1.374E-01 -1.176E-01 -7.000E-01 -6.360E-02 -4.224E-02 -9.998E-02 -5.500E-01 -5.073E-02 -3.230E-02 -7.955E-02 -4.000E-01 -3.747E-02 -2.398E-02 -5.847E-02 -2.500E-01 -2.371E-02 -1.525E-02 -3.691E-02 -1.500E-01 -1.434E-02 -9.226E-03 -2.229E-02 0.000E+00 -7.230E-12 -2.040E-10 1.180E-12 1.000E-01 9.501E-03 6.051E-03 1.485E-02 2.000E-01 1.866E-02 1.177E-02 2.940E-02 3.000E-01 2.747E-02 1.716E-02 4.362E-02 4.000E-01 3.592E-02 2.221E-02 5.752E-02 5.000E-01 4.401E-02 2.694E-02 7.108E-02 6.000E-01 5.173E-02 3.132E-02 8.430E-02 7.000E-01 5.908E-02 3.538E-02 9.716E-02 8.000E-01 6.606E-02 3.911E-02 1.097E-01 9.000E-01 7.266E-02 4.250E-02 1.218E-01 1.000E+00 7.887E-02 4.558E-02 1.335E-01 1.250E+00 9.271E-02 5.184E-02 1.612E-01 1.500E+00 1.041E-01 5.615E-02 1.863E-01 1.750E+00 1.130E-01 5.862E-02 2.087E-01 2.000E+00 1.193E-01 5.971E-02 2.283E-01 2.250E+00 1.233E-01 6.018E-02 2.449E-01 2.500E+00 1.253E-01 6.047E-02 2.584E-01 2.750E+00 1.262E-01 6.071E-02 2.687E-01 3.000E+00 1.269E-01 6.091E-02 2.758E-01 3.250E+00 1.274E-01 6.110E-02 2.800E-01 3.500E+00 1.279E-01 6.126E-02 2.824E-01 3.750E+00 1.281E-01 1.163E-01 2.839E-01 4.000E+00 1.286E-01 4.700E-01 2.850E-01 4.250E+00 3.651E-01 6.655E-01 3.052E-01 4.500E+00 6.261E-01 7.992E-01 3.255E-01 4.750E+00 7.821E-01 1.022E+00 6.402E-01 5.000E+00 9.958E-01 1.270E+00 8.354E-01 5.250E+00 1.248E+00 1.522E+00 1.043E+00 5.500E+00 1.506E+00 1.776E+00 1.303E+00 5.750E+00 1.765E+00 2.030E+00 1.568E+00 6.000E+00 2.025E+00 2.285E+00 1.836E+00 6.250E+00 2.286E+00 2.541E+00 2.104E+00 6.500E+00 2.547E+00 2.797E+00 2.374E+00 6.750E+00 2.809E+00 3.054E+00 2.643E+00 7.000E+00 3.071E+00 3.312E+00 2.913E+00 7.250E+00 3.334E+00 3.588E+00 3.184E+00 7.500E+00 3.599E+00 3.662E+00 3.456E+00 7.750E+00 3.877E+00 3.911E+00 3.731E+00 8.000E+00 3.979E+00 4.160E+00 4.026E+00 8.250E+00 4.081E+00 4.409E+00 4.382E+00 8.500E+00 4.330E+00 4.659E+00 4.486E+00 8.750E+00 4.579E+00 4.908E+00 4.506E+00 9.000E+00 4.829E+00 5.158E+00 4.595E+00 9.250E+00 5.079E+00 5.408E+00 4.811E+00 9.500E+00 5.330E+00 5.658E+00 5.020E+00 9.750E+00 5.580E+00 5.908E+00 5.271E+00 1.000E+01 5.831E+00 6.158E+00 5.521E+00 1.025E+01 6.081E+00 6.409E+00 5.773E+00 1.050E+01 6.332E+00 6.659E+00 6.024E+00 1.075E+01 6.583E+00 6.910E+00 6.276E+00 1.100E+01 6.834E+00 7.160E+00 6.528E+00 | [Pullup] | voltage I(typ) I(min) I(max) | -8.000E+00 7.110E+00 7.148E+00 7.074E+00 -7.800E+00 6.910E+00 6.948E+00 6.873E+00 -7.600E+00 6.709E+00 6.748E+00 6.672E+00 -7.400E+00 6.509E+00 6.548E+00 6.471E+00 -7.200E+00 6.308E+00 6.348E+00 6.270E+00 -7.000E+00 6.108E+00 6.148E+00 6.069E+00 -6.800E+00 5.908E+00 5.948E+00 5.868E+00 -6.600E+00 5.707E+00 5.748E+00 5.667E+00 -6.400E+00 5.507E+00 5.548E+00 5.467E+00 -6.200E+00 5.307E+00 5.348E+00 5.266E+00 -6.000E+00 5.107E+00 5.148E+00 5.065E+00 -5.800E+00 4.907E+00 4.949E+00 4.865E+00 -5.600E+00 4.707E+00 4.749E+00 4.664E+00 -5.400E+00 4.507E+00 4.549E+00 4.464E+00 -5.200E+00 4.307E+00 4.350E+00 4.264E+00 -5.000E+00 4.107E+00 4.150E+00 4.064E+00 -4.800E+00 3.908E+00 3.951E+00 3.864E+00 -4.600E+00 3.708E+00 3.752E+00 3.664E+00 -4.400E+00 3.509E+00 3.552E+00 3.464E+00 -4.200E+00 3.309E+00 3.353E+00 3.265E+00 -4.000E+00 3.110E+00 3.155E+00 3.066E+00 -3.800E+00 2.912E+00 2.956E+00 2.867E+00 -3.600E+00 2.714E+00 2.759E+00 2.670E+00 -3.400E+00 2.514E+00 2.558E+00 2.478E+00 -3.200E+00 2.314E+00 2.359E+00 2.269E+00 -3.000E+00 2.114E+00 2.161E+00 2.066E+00 -2.800E+00 1.915E+00 1.963E+00 1.864E+00 -2.600E+00 1.716E+00 1.765E+00 1.663E+00 -2.400E+00 1.518E+00 1.568E+00 1.463E+00 -2.200E+00 1.321E+00 1.372E+00 1.265E+00 -2.000E+00 1.125E+00 1.177E+00 1.067E+00 -1.800E+00 930.705E-03 983.487E-03 871.974E-03 -1.600E+00 743.728E-03 797.992E-03 683.247E-03 -1.400E+00 606.446E-03 667.223E-03 538.613E-03 -1.200E+00 489.640E-03 565.891E-03 405.066E-03 -1.000E+00 308.335E-03 407.924E-03 210.073E-03 -800.000E-03 73.897E-03 139.261E-03 106.752E-03 -600.000E-03 42.402E-03 24.618E-03 82.794E-03 -400.000E-03 28.651E-03 16.006E-03 56.737E-03 -200.000E-03 14.203E-03 7.906E-03 28.403E-03 0.000E+00 2.903E-09 13.570E-09 -60.851E-09 200.000E-03 -13.261E-03 -7.187E-03 -27.070E-03 400.000E-03 -25.286E-03 -13.615E-03 -51.714E-03 600.000E-03 -36.048E-03 -19.262E-03 -73.911E-03 800.000E-03 -45.555E-03 -24.128E-03 -93.720E-03 1.000E+00 -53.827E-03 -28.217E-03 -111.224E-03 1.200E+00 -60.893E-03 -31.541E-03 -126.515E-03 1.400E+00 -66.790E-03 -34.123E-03 -139.695E-03 1.600E+00 -71.565E-03 -36.010E-03 -150.870E-03 1.800E+00 -75.290E-03 -37.297E-03 -160.165E-03 2.000E+00 -78.079E-03 -38.157E-03 -167.729E-03 2.200E+00 -80.117E-03 -38.777E-03 -173.765E-03 2.400E+00 -81.640E-03 -39.271E-03 -178.542E-03 2.600E+00 -82.846E-03 -39.694E-03 -182.369E-03 2.800E+00 -83.858E-03 -40.072E-03 -185.496E-03 3.000E+00 -84.746E-03 -40.419E-03 -188.120E-03 3.200E+00 -85.549E-03 -40.750E-03 -190.397E-03 3.400E+00 -86.290E-03 -41.241E-03 -192.433E-03 3.600E+00 -87.037E-03 -42.472E-03 -194.294E-03 3.800E+00 -88.379E-03 -93.572E-03 -196.024E-03 4.000E+00 -91.759E-03 -334.931E-03 -198.193E-03 4.200E+00 -179.137E-03 -431.052E-03 -204.099E-03 4.400E+00 -374.760E-03 -584.414E-03 -213.209E-03 4.600E+00 -495.282E-03 -779.107E-03 -312.315E-03 4.800E+00 -688.851E-03 -977.829E-03 -474.739E-03 5.000E+00 -890.433E-03 -1.179E+00 -648.792E-03 5.200E+00 -1.095E+00 -1.381E+00 -855.244E-03 5.400E+00 -1.301E+00 -1.585E+00 -1.066E+00 5.600E+00 -1.509E+00 -1.789E+00 -1.280E+00 5.800E+00 -1.717E+00 -1.994E+00 -1.495E+00 6.000E+00 -1.926E+00 -2.199E+00 -1.711E+00 6.200E+00 -2.136E+00 -2.405E+00 -1.928E+00 6.400E+00 -2.346E+00 -2.612E+00 -2.146E+00 6.600E+00 -2.557E+00 -2.817E+00 -2.364E+00 6.800E+00 -2.769E+00 -3.022E+00 -2.584E+00 7.000E+00 -2.980E+00 -3.228E+00 -2.805E+00 7.200E+00 -3.188E+00 -3.433E+00 -3.038E+00 7.400E+00 -3.396E+00 -3.639E+00 -3.244E+00 7.600E+00 -3.605E+00 -3.845E+00 -3.454E+00 7.800E+00 -3.813E+00 -4.051E+00 -3.666E+00 8.000E+00 -4.022E+00 -4.257E+00 -3.879E+00 8.200E+00 -4.231E+00 -4.463E+00 -4.092E+00 8.400E+00 -4.439E+00 -4.669E+00 -4.305E+00 8.600E+00 -4.648E+00 -4.876E+00 -4.518E+00 8.800E+00 -4.857E+00 -5.082E+00 -4.731E+00 9.000E+00 -5.066E+00 -5.288E+00 -4.944E+00 9.100E+00 -5.171E+00 -5.392E+00 -5.050E+00 | [Ramp] | variable typ min max dV/dt_r 1.706V/121.822ps 1.359V/224.056ps 2.010V/73.473ps dV/dt_f 1.784V/137.324ps 1.521V/266.558ps 2.022V/86.926ps R_load = 100.000 | [Rising Waveform] R_fixture = 100.000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 116.306E-12 3.037E-09 937.663E-12 50.000ps 448.728E-09 421.565E-09 59.751E-09 100.000ps -245.534E-09 347.019E-09 -176.255E-09 150.000ps -694.055E-09 -446.633E-09 -69.937E-09 200.000ps -624.211E-09 -887.256E-09 1.082E-06 250.000ps 66.399E-09 -781.104E-09 1.418E-06 300.000ps 1.172E-06 -446.538E-09 2.385E-06 350.000ps 1.169E-06 -190.953E-09 1.217E-06 400.000ps 2.038E-06 -33.635E-09 4.789E-06 450.000ps 7.386E-06 137.729E-09 -14.089E-06 500.000ps 10.984E-06 661.660E-09 -70.570E-06 550.000ps 7.000E-06 2.187E-06 -61.485E-06 600.000ps -833.009E-09 4.830E-06 -196.132E-06 650.000ps -12.420E-06 7.486E-06 595.211E-06 700.000ps -36.087E-06 8.764E-06 3.029E-03 750.000ps -48.151E-06 7.940E-06 -13.737E-03 800.000ps -40.853E-06 4.954E-06 -81.094E-03 850.000ps -31.884E-06 653.195E-09 156.686E-03 900.000ps -42.646E-06 -3.450E-06 1.219E+00 950.000ps -102.497E-06 -6.457E-06 2.752E+00 1.000ns -180.276E-06 -8.667E-06 3.210E+00 1.050ns 14.091E-06 -10.626E-06 3.296E+00 1.100ns 657.860E-06 -12.319E-06 3.324E+00 1.150ns 1.620E-03 -13.530E-06 3.337E+00 1.200ns 3.094E-03 -14.270E-06 3.343E+00 1.250ns 1.201E-03 -14.989E-06 3.346E+00 1.300ns -11.114E-03 -16.400E-06 3.348E+00 1.350ns -34.364E-03 -19.052E-06 3.349E+00 1.400ns -79.071E-03 -22.901E-06 3.349E+00 1.450ns -61.023E-03 -28.482E-06 3.349E+00 1.500ns 161.247E-03 -38.610E-06 3.349E+00 1.550ns 708.126E-03 -49.147E-06 3.350E+00 1.600ns 1.534E+00 -59.732E-06 3.350E+00 1.650ns 2.213E+00 -80.253E-06 3.350E+00 1.700ns 2.555E+00 -107.749E-06 3.350E+00 1.750ns 2.696E+00 -117.016E-06 3.350E+00 1.800ns 2.767E+00 -67.189E-06 3.350E+00 1.850ns 2.802E+00 68.542E-06 3.350E+00 1.900ns 2.819E+00 302.300E-06 3.350E+00 1.950ns 2.829E+00 615.197E-06 3.350E+00 2.000ns 2.835E+00 1.003E-03 3.350E+00 2.050ns 2.839E+00 1.550E-03 3.350E+00 2.100ns 2.841E+00 2.148E-03 3.350E+00 2.150ns 2.842E+00 2.428E-03 3.350E+00 2.200ns 2.843E+00 1.509E-03 3.350E+00 2.250ns 2.843E+00 -1.406E-03 3.350E+00 2.300ns 2.843E+00 -6.731E-03 3.350E+00 2.350ns 2.843E+00 -14.834E-03 3.350E+00 2.400ns 2.844E+00 -27.187E-03 3.350E+00 2.450ns 2.844E+00 -46.170E-03 3.350E+00 2.500ns 2.844E+00 -69.307E-03 3.350E+00 2.550ns 2.844E+00 -73.684E-03 3.350E+00 2.600ns 2.844E+00 -33.779E-03 3.350E+00 2.650ns 2.844E+00 66.555E-03 3.350E+00 2.700ns 2.844E+00 261.994E-03 3.350E+00 2.750ns 2.844E+00 556.513E-03 3.350E+00 2.800ns 2.844E+00 899.410E-03 3.350E+00 2.850ns 2.844E+00 1.247E+00 3.350E+00 2.900ns 2.844E+00 1.558E+00 3.350E+00 2.950ns 2.844E+00 1.791E+00 3.350E+00 3.000ns 2.844E+00 1.950E+00 3.350E+00 3.100ns 2.844E+00 2.125E+00 3.350E+00 3.200ns 2.844E+00 2.199E+00 3.350E+00 3.300ns 2.844E+00 2.233E+00 3.350E+00 3.400ns 2.844E+00 2.249E+00 3.350E+00 3.500ns 2.844E+00 2.256E+00 3.350E+00 3.600ns 2.844E+00 2.260E+00 3.350E+00 3.700ns 2.844E+00 2.262E+00 3.350E+00 3.800ns 2.844E+00 2.263E+00 3.350E+00 3.900ns 2.844E+00 2.264E+00 3.350E+00 4.000ns 2.844E+00 2.264E+00 3.350E+00 4.100ns 2.844E+00 2.264E+00 3.350E+00 4.200ns 2.844E+00 2.264E+00 3.350E+00 4.300ns 2.844E+00 2.264E+00 3.350E+00 4.400ns 2.844E+00 2.264E+00 3.350E+00 4.500ns 2.844E+00 2.264E+00 3.350E+00 4.600ns 2.844E+00 2.264E+00 3.350E+00 4.700ns 2.844E+00 2.264E+00 3.350E+00 4.800ns 2.844E+00 2.264E+00 3.350E+00 4.900ns 2.844E+00 2.264E+00 3.350E+00 5.000ns 2.844E+00 2.264E+00 3.350E+00 5.100ns 2.844E+00 2.264E+00 3.350E+00 5.200ns 2.844E+00 2.264E+00 3.350E+00 5.300ns 2.844E+00 2.264E+00 3.350E+00 5.400ns 2.844E+00 2.264E+00 3.350E+00 5.500ns 2.844E+00 2.264E+00 3.350E+00 5.600ns 2.844E+00 2.264E+00 3.350E+00 5.700ns 2.844E+00 2.264E+00 3.350E+00 5.800ns 2.844E+00 2.264E+00 3.350E+00 5.900ns 2.844E+00 2.264E+00 3.350E+00 6.000ns 2.844E+00 2.264E+00 3.350E+00 6.500ns 2.844E+00 2.264E+00 3.350E+00 7.000ns 2.844E+00 2.264E+00 3.350E+00 7.500ns 2.844E+00 2.264E+00 3.350E+00 8.000ns 2.844E+00 2.264E+00 3.350E+00 8.500ns 2.844E+00 2.264E+00 3.350E+00 9.000ns 2.844E+00 2.264E+00 3.350E+00 9.500ns 2.844E+00 2.264E+00 3.350E+00 10.000ns 2.844E+00 2.264E+00 3.350E+00 | [Rising Waveform] R_fixture = 100.000 V_fixture = 3.3000 V_fixture_min = 3.0000 V_fixture_max = 3.6000 | time V(typ) V(min) V(max) | 0.000s 326.577E-03 465.631E-03 230.165E-03 50.000ps 326.577E-03 465.632E-03 230.165E-03 100.000ps 326.577E-03 465.631E-03 230.165E-03 150.000ps 326.576E-03 465.630E-03 230.165E-03 200.000ps 326.577E-03 465.630E-03 230.166E-03 250.000ps 326.577E-03 465.631E-03 230.166E-03 300.000ps 326.578E-03 465.632E-03 230.167E-03 350.000ps 326.578E-03 465.632E-03 230.165E-03 400.000ps 326.579E-03 465.632E-03 230.169E-03 450.000ps 326.583E-03 465.633E-03 230.149E-03 500.000ps 326.584E-03 465.633E-03 230.097E-03 550.000ps 326.576E-03 465.634E-03 230.119E-03 600.000ps 326.566E-03 465.636E-03 229.996E-03 650.000ps 326.554E-03 465.636E-03 230.823E-03 700.000ps 326.536E-03 465.633E-03 233.113E-03 750.000ps 326.536E-03 465.627E-03 215.666E-03 800.000ps 326.560E-03 465.619E-03 153.249E-03 850.000ps 326.583E-03 465.611E-03 449.726E-03 900.000ps 326.585E-03 465.606E-03 1.902E+00 950.000ps 326.543E-03 465.605E-03 3.250E+00 1.000ns 326.505E-03 465.606E-03 3.525E+00 1.050ns 326.759E-03 465.609E-03 3.571E+00 1.100ns 327.387E-03 465.614E-03 3.586E+00 1.150ns 328.108E-03 465.620E-03 3.593E+00 1.200ns 328.980E-03 465.627E-03 3.596E+00 1.250ns 325.981E-03 465.635E-03 3.598E+00 1.300ns 313.367E-03 465.643E-03 3.599E+00 1.350ns 294.555E-03 465.651E-03 3.599E+00 1.400ns 265.545E-03 465.658E-03 3.600E+00 1.450ns 334.391E-03 465.667E-03 3.600E+00 1.500ns 766.532E-03 465.674E-03 3.600E+00 1.550ns 1.763E+00 465.687E-03 3.600E+00 1.600ns 2.661E+00 465.705E-03 3.600E+00 1.650ns 3.060E+00 465.721E-03 3.600E+00 1.700ns 3.198E+00 465.742E-03 3.600E+00 1.750ns 3.252E+00 465.796E-03 3.600E+00 1.800ns 3.275E+00 465.907E-03 3.600E+00 1.850ns 3.286E+00 466.072E-03 3.600E+00 1.900ns 3.292E+00 466.254E-03 3.600E+00 1.950ns 3.295E+00 466.381E-03 3.600E+00 2.000ns 3.297E+00 466.411E-03 3.600E+00 2.050ns 3.298E+00 466.369E-03 3.600E+00 2.100ns 3.299E+00 466.071E-03 3.600E+00 2.150ns 3.299E+00 465.132E-03 3.600E+00 2.200ns 3.300E+00 462.876E-03 3.600E+00 2.250ns 3.300E+00 459.139E-03 3.600E+00 2.300ns 3.300E+00 454.586E-03 3.600E+00 2.350ns 3.300E+00 450.265E-03 3.600E+00 2.400ns 3.300E+00 446.845E-03 3.600E+00 2.450ns 3.300E+00 445.822E-03 3.600E+00 2.500ns 3.300E+00 456.115E-03 3.600E+00 2.550ns 3.300E+00 517.997E-03 3.600E+00 2.600ns 3.300E+00 699.018E-03 3.600E+00 2.650ns 3.300E+00 1.082E+00 3.600E+00 2.700ns 3.300E+00 1.604E+00 3.600E+00 2.750ns 3.300E+00 2.116E+00 3.600E+00 2.800ns 3.300E+00 2.475E+00 3.600E+00 2.850ns 3.300E+00 2.695E+00 3.600E+00 2.900ns 3.300E+00 2.823E+00 3.600E+00 2.950ns 3.300E+00 2.895E+00 3.600E+00 3.000ns 3.300E+00 2.935E+00 3.600E+00 3.100ns 3.300E+00 2.975E+00 3.600E+00 3.200ns 3.300E+00 2.990E+00 3.600E+00 3.300ns 3.300E+00 2.995E+00 3.600E+00 3.400ns 3.300E+00 2.998E+00 3.600E+00 3.500ns 3.300E+00 2.999E+00 3.600E+00 3.600ns 3.300E+00 3.000E+00 3.600E+00 3.700ns 3.300E+00 3.000E+00 3.600E+00 3.800ns 3.300E+00 3.000E+00 3.600E+00 3.900ns 3.300E+00 3.000E+00 3.600E+00 4.000ns 3.300E+00 3.000E+00 3.600E+00 4.100ns 3.300E+00 3.000E+00 3.600E+00 4.200ns 3.300E+00 3.000E+00 3.600E+00 4.300ns 3.300E+00 3.000E+00 3.600E+00 4.400ns 3.300E+00 3.000E+00 3.600E+00 4.500ns 3.300E+00 3.000E+00 3.600E+00 4.600ns 3.300E+00 3.000E+00 3.600E+00 4.700ns 3.300E+00 3.000E+00 3.600E+00 4.800ns 3.300E+00 3.000E+00 3.600E+00 4.900ns 3.300E+00 3.000E+00 3.600E+00 5.000ns 3.300E+00 3.000E+00 3.600E+00 5.100ns 3.300E+00 3.000E+00 3.600E+00 5.200ns 3.300E+00 3.000E+00 3.600E+00 5.300ns 3.300E+00 3.000E+00 3.600E+00 5.400ns 3.300E+00 3.000E+00 3.600E+00 5.500ns 3.300E+00 3.000E+00 3.600E+00 5.600ns 3.300E+00 3.000E+00 3.600E+00 5.700ns 3.300E+00 3.000E+00 3.600E+00 5.800ns 3.300E+00 3.000E+00 3.600E+00 5.900ns 3.300E+00 3.000E+00 3.600E+00 6.000ns 3.300E+00 3.000E+00 3.600E+00 6.500ns 3.300E+00 3.000E+00 3.600E+00 7.000ns 3.300E+00 3.000E+00 3.600E+00 7.500ns 3.300E+00 3.000E+00 3.600E+00 8.000ns 3.300E+00 3.000E+00 3.600E+00 8.500ns 3.300E+00 3.000E+00 3.600E+00 9.000ns 3.300E+00 3.000E+00 3.600E+00 9.500ns 3.300E+00 3.000E+00 3.600E+00 10.000ns 3.300E+00 3.000E+00 3.600E+00 | [Falling Waveform] R_fixture = 100.000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 2.844E+00 2.264E+00 3.350E+00 50.000ps 2.844E+00 2.264E+00 3.350E+00 100.000ps 2.844E+00 2.264E+00 3.350E+00 150.000ps 2.844E+00 2.264E+00 3.350E+00 200.000ps 2.844E+00 2.264E+00 3.350E+00 250.000ps 2.844E+00 2.264E+00 3.350E+00 300.000ps 2.844E+00 2.264E+00 3.350E+00 350.000ps 2.844E+00 2.264E+00 3.350E+00 400.000ps 2.844E+00 2.264E+00 3.350E+00 450.000ps 2.844E+00 2.264E+00 3.350E+00 500.000ps 2.844E+00 2.264E+00 3.350E+00 550.000ps 2.844E+00 2.264E+00 3.350E+00 600.000ps 2.844E+00 2.264E+00 3.350E+00 650.000ps 2.844E+00 2.264E+00 3.350E+00 700.000ps 2.844E+00 2.264E+00 3.350E+00 750.000ps 2.844E+00 2.264E+00 3.350E+00 800.000ps 2.844E+00 2.264E+00 3.350E+00 850.000ps 2.844E+00 2.264E+00 3.350E+00 900.000ps 2.844E+00 2.264E+00 3.350E+00 950.000ps 2.844E+00 2.264E+00 3.350E+00 1.000ns 2.844E+00 2.264E+00 3.350E+00 1.050ns 2.844E+00 2.264E+00 3.349E+00 1.100ns 2.844E+00 2.264E+00 3.349E+00 1.150ns 2.844E+00 2.264E+00 3.348E+00 1.200ns 2.844E+00 2.264E+00 3.349E+00 1.250ns 2.844E+00 2.264E+00 3.365E+00 1.300ns 2.844E+00 2.264E+00 3.411E+00 1.350ns 2.844E+00 2.264E+00 3.185E+00 1.400ns 2.844E+00 2.264E+00 2.334E+00 1.450ns 2.844E+00 2.264E+00 771.856E-03 1.500ns 2.844E+00 2.264E+00 218.247E-03 1.550ns 2.844E+00 2.264E+00 68.090E-03 1.600ns 2.844E+00 2.264E+00 23.675E-03 1.650ns 2.844E+00 2.264E+00 10.878E-03 1.700ns 2.844E+00 2.264E+00 5.465E-03 1.750ns 2.844E+00 2.264E+00 2.890E-03 1.800ns 2.844E+00 2.264E+00 1.550E-03 1.850ns 2.844E+00 2.264E+00 834.579E-06 1.900ns 2.844E+00 2.264E+00 436.828E-06 1.950ns 2.844E+00 2.264E+00 216.006E-06 2.000ns 2.844E+00 2.264E+00 101.340E-06 2.050ns 2.843E+00 2.264E+00 44.931E-06 2.100ns 2.843E+00 2.264E+00 22.431E-06 2.150ns 2.843E+00 2.264E+00 13.767E-06 2.200ns 2.843E+00 2.264E+00 9.261E-06 2.250ns 2.842E+00 2.264E+00 5.984E-06 2.300ns 2.843E+00 2.264E+00 3.543E-06 2.350ns 2.849E+00 2.264E+00 1.945E-06 2.400ns 2.861E+00 2.264E+00 1.033E-06 2.450ns 2.880E+00 2.264E+00 561.841E-09 2.500ns 2.899E+00 2.264E+00 323.991E-09 2.550ns 2.848E+00 2.264E+00 196.382E-09 2.600ns 2.648E+00 2.264E+00 121.023E-09 2.650ns 2.208E+00 2.264E+00 70.918E-09 2.700ns 1.427E+00 2.264E+00 39.139E-09 2.750ns 639.661E-03 2.264E+00 22.112E-09 2.800ns 234.470E-03 2.264E+00 13.962E-09 2.850ns 94.605E-03 2.264E+00 9.306E-09 2.900ns 44.947E-03 2.264E+00 7.108E-09 2.950ns 24.911E-03 2.264E+00 7.081E-09 3.000ns 15.761E-03 2.264E+00 5.967E-09 3.100ns 7.255E-03 2.264E+00 -217.812E-12 3.200ns 3.396E-03 2.264E+00 -2.993E-09 3.300ns 1.648E-03 2.264E+00 -234.444E-12 3.400ns 791.662E-06 2.264E+00 3.967E-09 3.500ns 366.170E-06 2.264E+00 6.256E-09 3.600ns 162.445E-06 2.264E+00 5.433E-09 3.700ns 69.625E-06 2.264E+00 2.871E-09 3.800ns 29.988E-06 2.264E+00 1.703E-09 3.900ns 13.342E-06 2.264E+00 2.549E-09 4.000ns 7.345E-06 2.265E+00 3.021E-09 4.100ns 4.727E-06 2.272E+00 2.380E-09 4.200ns 2.976E-06 2.281E+00 1.591E-09 4.300ns 1.576E-06 2.289E+00 1.371E-09 4.400ns 866.575E-09 2.270E+00 1.519E-09 4.500ns 442.895E-09 2.155E+00 1.644E-09 4.600ns 187.682E-09 1.762E+00 1.631E-09 4.700ns 41.055E-09 1.081E+00 1.560E-09 4.800ns 57.422E-09 416.550E-03 1.534E-09 4.900ns 52.177E-09 124.469E-03 1.548E-09 5.000ns 14.767E-09 43.652E-03 1.549E-09 5.100ns -19.004E-12 20.375E-03 1.533E-09 5.200ns 3.753E-09 11.688E-03 1.522E-09 5.300ns 3.947E-09 7.323E-03 1.520E-09 5.400ns -206.082E-12 4.706E-03 1.519E-09 5.500ns -542.465E-12 3.032E-03 1.515E-09 5.600ns 1.742E-09 1.985E-03 1.511E-09 5.700ns 1.276E-09 1.312E-03 1.508E-09 5.800ns -801.797E-12 862.364E-06 1.507E-09 5.900ns -923.861E-12 566.002E-06 1.504E-09 6.000ns 847.072E-12 376.904E-06 1.501E-09 6.500ns 2.304E-09 62.116E-06 1.494E-09 7.000ns 751.387E-12 13.437E-06 1.488E-09 7.500ns 513.175E-12 1.797E-06 1.484E-09 8.000ns 264.897E-12 133.178E-09 1.482E-09 8.500ns 164.557E-12 5.259E-09 1.480E-09 9.000ns 162.693E-12 3.877E-09 1.480E-09 9.500ns 150.375E-12 4.487E-09 1.479E-09 10.000ns 150.375E-12 4.487E-09 1.479E-09 | [Falling Waveform] R_fixture = 100.000 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 50.000ps 3.300E+00 3.000E+00 3.600E+00 100.000ps 3.300E+00 3.000E+00 3.600E+00 150.000ps 3.300E+00 3.000E+00 3.600E+00 200.000ps 3.300E+00 3.000E+00 3.600E+00 250.000ps 3.300E+00 3.000E+00 3.600E+00 300.000ps 3.300E+00 3.000E+00 3.600E+00 350.000ps 3.300E+00 3.000E+00 3.600E+00 400.000ps 3.300E+00 3.000E+00 3.600E+00 450.000ps 3.300E+00 3.000E+00 3.600E+00 500.000ps 3.300E+00 3.000E+00 3.600E+00 550.000ps 3.300E+00 3.000E+00 3.600E+00 600.000ps 3.300E+00 3.000E+00 3.600E+00 650.000ps 3.300E+00 3.000E+00 3.600E+00 700.000ps 3.300E+00 3.000E+00 3.600E+00 750.000ps 3.300E+00 3.000E+00 3.600E+00 800.000ps 3.300E+00 3.000E+00 3.600E+00 850.000ps 3.300E+00 3.000E+00 3.600E+00 900.000ps 3.300E+00 3.000E+00 3.600E+00 950.000ps 3.300E+00 3.000E+00 3.600E+00 1.000ns 3.300E+00 3.000E+00 3.600E+00 1.050ns 3.300E+00 3.000E+00 3.600E+00 1.100ns 3.300E+00 3.000E+00 3.599E+00 1.150ns 3.300E+00 3.000E+00 3.599E+00 1.200ns 3.300E+00 3.000E+00 3.599E+00 1.250ns 3.300E+00 3.000E+00 3.614E+00 1.300ns 3.300E+00 3.000E+00 3.665E+00 1.350ns 3.300E+00 3.000E+00 3.477E+00 1.400ns 3.300E+00 3.000E+00 2.826E+00 1.450ns 3.300E+00 3.000E+00 1.420E+00 1.500ns 3.300E+00 3.000E+00 538.459E-03 1.550ns 3.300E+00 3.000E+00 326.844E-03 1.600ns 3.300E+00 3.000E+00 265.562E-03 1.650ns 3.300E+00 3.000E+00 247.124E-03 1.700ns 3.300E+00 3.000E+00 238.821E-03 1.750ns 3.300E+00 3.000E+00 234.730E-03 1.800ns 3.300E+00 3.000E+00 232.600E-03 1.850ns 3.300E+00 3.000E+00 231.493E-03 1.900ns 3.300E+00 3.000E+00 230.911E-03 1.950ns 3.300E+00 3.000E+00 230.576E-03 2.000ns 3.300E+00 3.000E+00 230.378E-03 2.050ns 3.300E+00 3.000E+00 230.270E-03 2.100ns 3.300E+00 3.000E+00 230.217E-03 2.150ns 3.299E+00 3.000E+00 230.193E-03 2.200ns 3.299E+00 3.000E+00 230.182E-03 2.250ns 3.297E+00 3.000E+00 230.175E-03 2.300ns 3.297E+00 3.000E+00 230.171E-03 2.350ns 3.303E+00 3.000E+00 230.169E-03 2.400ns 3.316E+00 3.000E+00 230.167E-03 2.450ns 3.340E+00 3.000E+00 230.166E-03 2.500ns 3.374E+00 3.000E+00 230.166E-03 2.550ns 3.360E+00 3.000E+00 230.165E-03 2.600ns 3.236E+00 3.000E+00 230.165E-03 2.650ns 2.995E+00 3.000E+00 230.165E-03 2.700ns 2.597E+00 3.000E+00 230.165E-03 2.750ns 1.915E+00 3.000E+00 230.165E-03 2.800ns 1.154E+00 3.000E+00 230.165E-03 2.850ns 662.936E-03 3.000E+00 230.165E-03 2.900ns 470.062E-03 3.000E+00 230.165E-03 2.950ns 403.582E-03 3.000E+00 230.165E-03 3.000ns 372.664E-03 3.000E+00 230.165E-03 3.100ns 346.475E-03 3.000E+00 230.165E-03 3.200ns 335.871E-03 3.000E+00 230.165E-03 3.300ns 331.045E-03 3.000E+00 230.165E-03 3.400ns 328.842E-03 3.000E+00 230.165E-03 3.500ns 327.796E-03 3.000E+00 230.165E-03 3.600ns 327.198E-03 3.000E+00 230.165E-03 3.700ns 326.850E-03 3.000E+00 230.165E-03 3.800ns 326.683E-03 2.999E+00 230.165E-03 3.900ns 326.622E-03 2.998E+00 230.165E-03 4.000ns 326.602E-03 2.997E+00 230.165E-03 4.100ns 326.594E-03 3.000E+00 230.165E-03 4.200ns 326.589E-03 3.011E+00 230.165E-03 4.300ns 326.584E-03 3.036E+00 230.165E-03 4.400ns 326.581E-03 3.066E+00 230.165E-03 4.500ns 326.579E-03 3.060E+00 230.165E-03 4.600ns 326.578E-03 2.953E+00 230.165E-03 4.700ns 326.577E-03 2.708E+00 230.165E-03 4.800ns 326.577E-03 2.242E+00 230.165E-03 4.900ns 326.577E-03 1.612E+00 230.165E-03 5.000ns 326.577E-03 1.014E+00 230.165E-03 5.100ns 326.577E-03 685.126E-03 230.165E-03 5.200ns 326.577E-03 562.258E-03 230.165E-03 5.300ns 326.577E-03 517.005E-03 230.165E-03 5.400ns 326.577E-03 497.327E-03 230.165E-03 5.500ns 326.577E-03 485.447E-03 230.165E-03 5.600ns 326.577E-03 478.318E-03 230.165E-03 5.700ns 326.577E-03 473.994E-03 230.165E-03 5.800ns 326.577E-03 471.246E-03 230.165E-03 5.900ns 326.577E-03 469.393E-03 230.165E-03 6.000ns 326.577E-03 468.139E-03 230.165E-03 6.500ns 326.577E-03 466.007E-03 230.165E-03 7.000ns 326.577E-03 465.707E-03 230.165E-03 7.500ns 326.577E-03 465.643E-03 230.165E-03 8.000ns 326.577E-03 465.632E-03 230.165E-03 8.500ns 326.577E-03 465.631E-03 230.165E-03 9.000ns 326.577E-03 465.631E-03 230.165E-03 9.500ns 326.577E-03 465.631E-03 230.165E-03 10.000ns 326.577E-03 465.631E-03 230.165E-03 | | End [Model] LVC_74OUTN_33 | |************************************************************************ | Model LVC_74OUTN_25 |************************************************************************ | [Model] LVC_74OUTN_25 Model_type Output Polarity Non-Inverting Vmeas = 1.25000V Cref = 50.0000pF Rref = 0.5000k Vref = 0.000V C_comp 3.12pF 2.70pF 3.69pF | | [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 | | Timing Thresholds | Vmeas 1.25 1.15 1.5 | | |Ambient temperature: 25.0000 85.0000 -40.0000 | [Temperature Range] 35.0000 95.0000 -30.0000 | [Voltage Range] 2.5000V 2.3000V 2.7000V |Process Range nominal slow fast | [Pulldown] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.799E+00 -4.734E+00 -4.501E+00 -5.350E+00 -4.643E+00 -4.579E+00 -4.351E+00 -5.200E+00 -4.486E+00 -4.425E+00 -4.201E+00 -5.050E+00 -4.329E+00 -4.270E+00 -4.051E+00 -4.900E+00 -4.172E+00 -4.116E+00 -3.901E+00 -4.750E+00 -4.015E+00 -3.961E+00 -3.751E+00 -4.600E+00 -3.859E+00 -3.807E+00 -3.602E+00 -4.450E+00 -3.702E+00 -3.652E+00 -3.452E+00 -4.300E+00 -3.545E+00 -3.498E+00 -3.302E+00 -4.150E+00 -3.389E+00 -3.344E+00 -3.153E+00 -4.000E+00 -3.232E+00 -3.190E+00 -3.003E+00 -3.850E+00 -3.076E+00 -3.036E+00 -2.854E+00 -3.700E+00 -2.919E+00 -2.882E+00 -2.704E+00 -3.550E+00 -2.763E+00 -2.728E+00 -2.555E+00 -3.400E+00 -2.606E+00 -2.575E+00 -2.406E+00 -3.250E+00 -2.450E+00 -2.421E+00 -2.258E+00 -3.100E+00 -2.294E+00 -2.268E+00 -2.110E+00 -2.950E+00 -2.139E+00 -2.115E+00 -1.964E+00 -2.800E+00 -1.983E+00 -1.962E+00 -1.806E+00 -2.650E+00 -1.845E+00 -1.810E+00 -1.655E+00 -2.500E+00 -1.550E+00 -1.590E+00 -1.505E+00 -2.350E+00 -1.402E+00 -1.442E+00 -1.356E+00 -2.200E+00 -1.254E+00 -1.295E+00 -1.207E+00 -2.050E+00 -1.107E+00 -1.148E+00 -1.059E+00 -1.900E+00 -9.599E-01 -1.002E+00 -9.109E-01 -1.750E+00 -8.140E-01 -8.568E-01 -7.642E-01 -1.600E+00 -6.694E-01 -7.128E-01 -6.191E-01 -1.450E+00 -5.269E-01 -5.708E-01 -4.764E-01 -1.300E+00 -3.907E-01 -4.352E-01 -3.404E-01 -1.150E+00 -3.051E-01 -3.586E-01 -2.472E-01 -1.000E+00 -2.097E-01 -2.838E-01 -1.518E-01 -8.500E-01 -8.140E-02 -1.230E-01 -1.121E-01 -7.000E-01 -5.827E-02 -3.732E-02 -9.526E-02 -5.500E-01 -4.645E-02 -2.865E-02 -7.577E-02 -4.000E-01 -3.426E-02 -2.124E-02 -5.565E-02 -2.500E-01 -2.161E-02 -1.346E-02 -3.510E-02 -1.500E-01 -1.304E-02 -8.096E-03 -2.119E-02 0.000E+00 -1.945E-12 -1.008E-10 1.751E-13 1.000E-01 8.554E-03 5.217E-03 1.407E-02 2.000E-01 1.669E-02 1.005E-02 2.775E-02 3.000E-01 2.441E-02 1.450E-02 4.105E-02 4.000E-01 3.168E-02 1.857E-02 5.393E-02 5.000E-01 3.851E-02 2.224E-02 6.639E-02 6.000E-01 4.489E-02 2.553E-02 7.842E-02 7.000E-01 5.079E-02 2.842E-02 8.999E-02 8.000E-01 5.623E-02 3.093E-02 1.011E-01 9.000E-01 6.119E-02 3.306E-02 1.117E-01 1.000E+00 6.566E-02 3.480E-02 1.218E-01 1.250E+00 7.465E-02 3.760E-02 1.448E-01 1.500E+00 8.052E-02 3.868E-02 1.643E-01 1.750E+00 8.352E-02 3.908E-02 1.800E-01 2.000E+00 8.476E-02 3.933E-02 1.917E-01 2.250E+00 8.543E-02 3.954E-02 1.992E-01 2.500E+00 8.594E-02 3.971E-02 2.032E-01 2.750E+00 8.637E-02 3.987E-02 2.053E-01 3.000E+00 8.660E-02 5.268E-02 2.067E-01 3.250E+00 9.100E-02 3.776E-01 2.854E-01 3.500E+00 3.791E-01 6.052E-01 3.641E-01 3.750E+00 6.138E-01 7.412E-01 4.427E-01 4.000E+00 7.702E-01 9.467E-01 6.881E-01 4.250E+00 1.002E+00 1.194E+00 8.726E-01 4.500E+00 1.257E+00 1.445E+00 1.126E+00 4.750E+00 1.515E+00 1.699E+00 1.392E+00 5.000E+00 1.776E+00 1.954E+00 1.661E+00 5.250E+00 2.037E+00 2.209E+00 1.932E+00 5.500E+00 2.299E+00 2.465E+00 2.203E+00 5.750E+00 2.561E+00 2.723E+00 2.475E+00 6.000E+00 2.824E+00 2.853E+00 2.747E+00 6.250E+00 3.090E+00 3.101E+00 3.021E+00 6.500E+00 3.114E+00 3.350E+00 3.302E+00 6.750E+00 3.362E+00 3.598E+00 3.544E+00 7.000E+00 3.611E+00 3.847E+00 3.580E+00 7.250E+00 3.860E+00 4.096E+00 3.672E+00 7.500E+00 4.109E+00 4.346E+00 3.885E+00 7.750E+00 4.359E+00 4.595E+00 4.134E+00 8.000E+00 4.609E+00 4.844E+00 4.384E+00 8.250E+00 4.858E+00 5.094E+00 4.634E+00 8.500E+00 5.108E+00 5.344E+00 4.884E+00 8.750E+00 5.359E+00 5.593E+00 5.135E+00 9.000E+00 5.609E+00 5.843E+00 5.385E+00 9.250E+00 5.859E+00 6.093E+00 5.636E+00 9.500E+00 6.110E+00 6.343E+00 5.887E+00 9.750E+00 6.360E+00 6.593E+00 6.139E+00 1.000E+01 6.611E+00 6.843E+00 6.390E+00 1.025E+01 6.861E+00 7.094E+00 6.642E+00 1.050E+01 7.112E+00 7.344E+00 6.894E+00 1.075E+01 7.363E+00 7.594E+00 7.146E+00 1.100E+01 7.614E+00 7.844E+00 7.398E+00 | [Pullup] | voltage I(typ) I(min) I(max) | -8.700E+00 7.799E+00 7.837E+00 7.764E+00 -8.500E+00 7.598E+00 7.637E+00 7.563E+00 -8.300E+00 7.398E+00 7.437E+00 7.362E+00 -8.100E+00 7.197E+00 7.237E+00 7.161E+00 -7.900E+00 6.997E+00 7.036E+00 6.960E+00 -7.700E+00 6.797E+00 6.836E+00 6.759E+00 -7.500E+00 6.596E+00 6.637E+00 6.559E+00 -7.300E+00 6.396E+00 6.437E+00 6.358E+00 -7.100E+00 6.196E+00 6.237E+00 6.157E+00 -6.900E+00 5.996E+00 6.037E+00 5.957E+00 -6.700E+00 5.796E+00 5.837E+00 5.756E+00 -6.500E+00 5.596E+00 5.637E+00 5.556E+00 -6.300E+00 5.396E+00 5.437E+00 5.355E+00 -6.100E+00 5.196E+00 5.238E+00 5.155E+00 -5.900E+00 4.996E+00 5.038E+00 4.955E+00 -5.700E+00 4.796E+00 4.839E+00 4.755E+00 -5.500E+00 4.596E+00 4.639E+00 4.555E+00 -5.300E+00 4.397E+00 4.440E+00 4.355E+00 -5.100E+00 4.197E+00 4.240E+00 4.156E+00 -4.900E+00 3.998E+00 4.041E+00 3.957E+00 -4.700E+00 3.798E+00 3.842E+00 3.758E+00 -4.500E+00 3.599E+00 3.643E+00 3.561E+00 -4.300E+00 3.400E+00 3.444E+00 3.365E+00 -4.100E+00 3.201E+00 3.245E+00 3.157E+00 -3.900E+00 3.005E+00 3.046E+00 2.954E+00 -3.700E+00 2.802E+00 2.848E+00 2.751E+00 -3.500E+00 2.602E+00 2.649E+00 2.549E+00 -3.300E+00 2.402E+00 2.450E+00 2.349E+00 -3.100E+00 2.203E+00 2.252E+00 2.148E+00 -2.900E+00 2.004E+00 2.054E+00 1.948E+00 -2.700E+00 1.806E+00 1.856E+00 1.749E+00 -2.500E+00 1.608E+00 1.659E+00 1.550E+00 -2.300E+00 1.410E+00 1.462E+00 1.351E+00 -2.100E+00 1.214E+00 1.266E+00 1.154E+00 -1.900E+00 1.019E+00 1.072E+00 958.103E-03 -1.700E+00 827.474E-03 881.641E-03 765.649E-03 -1.500E+00 656.438E-03 713.164E-03 591.978E-03 -1.300E+00 543.631E-03 611.506E-03 466.989E-03 -1.100E+00 399.156E-03 486.510E-03 303.611E-03 -900.000E-03 166.116E-03 272.899E-03 113.582E-03 -700.000E-03 42.506E-03 34.096E-03 84.131E-03 -500.000E-03 30.222E-03 16.485E-03 61.551E-03 -300.000E-03 18.076E-03 9.793E-03 37.008E-03 -200.000E-03 11.807E-03 6.378E-03 24.451E-03 0.000E+00 1.748E-09 9.275E-09 450.883E-12 200.000E-03 -10.575E-03 -5.492E-03 -22.578E-03 400.000E-03 -19.733E-03 -10.110E-03 -42.431E-03 600.000E-03 -27.451E-03 -13.839E-03 -59.541E-03 800.000E-03 -33.747E-03 -16.686E-03 -73.983E-03 1.000E+00 -38.664E-03 -18.685E-03 -85.870E-03 1.200E+00 -42.277E-03 -19.932E-03 -95.341E-03 1.400E+00 -44.733E-03 -20.651E-03 -102.585E-03 1.600E+00 -46.324E-03 -21.115E-03 -107.886E-03 1.800E+00 -47.425E-03 -21.475E-03 -111.685E-03 2.000E+00 -48.290E-03 -21.783E-03 -114.519E-03 2.200E+00 -49.030E-03 -22.060E-03 -116.802E-03 2.400E+00 -49.695E-03 -22.316E-03 -118.765E-03 2.600E+00 -50.308E-03 -22.618E-03 -120.527E-03 2.800E+00 -50.927E-03 -23.230E-03 -122.149E-03 3.000E+00 -52.122E-03 -27.610E-03 -123.702E-03 3.200E+00 -55.353E-03 -203.797E-03 -127.017E-03 3.400E+00 -133.235E-03 -364.790E-03 -135.421E-03 3.600E+00 -331.099E-03 -467.070E-03 -151.062E-03 3.800E+00 -453.659E-03 -655.308E-03 -329.900E-03 4.000E+00 -646.907E-03 -851.936E-03 -476.361E-03 4.200E+00 -848.142E-03 -1.051E+00 -677.893E-03 4.400E+00 -1.052E+00 -1.253E+00 -887.145E-03 4.600E+00 -1.258E+00 -1.455E+00 -1.100E+00 4.800E+00 -1.466E+00 -1.659E+00 -1.315E+00 5.000E+00 -1.674E+00 -1.863E+00 -1.531E+00 5.200E+00 -1.883E+00 -2.068E+00 -1.749E+00 5.400E+00 -2.096E+00 -2.272E+00 -1.967E+00 5.600E+00 -2.302E+00 -2.476E+00 -2.192E+00 5.800E+00 -2.510E+00 -2.681E+00 -2.402E+00 6.000E+00 -2.718E+00 -2.886E+00 -2.615E+00 6.200E+00 -2.926E+00 -3.091E+00 -2.829E+00 6.400E+00 -3.135E+00 -3.296E+00 -3.043E+00 6.600E+00 -3.344E+00 -3.502E+00 -3.258E+00 6.800E+00 -3.552E+00 -3.707E+00 -3.472E+00 7.000E+00 -3.761E+00 -3.913E+00 -3.686E+00 7.200E+00 -3.970E+00 -4.119E+00 -3.900E+00 7.400E+00 -4.179E+00 -4.325E+00 -4.115E+00 7.600E+00 -4.388E+00 -4.531E+00 -4.329E+00 7.800E+00 -4.597E+00 -4.738E+00 -4.543E+00 8.000E+00 -4.806E+00 -4.944E+00 -4.757E+00 8.200E+00 -5.015E+00 -5.150E+00 -4.970E+00 | [Ramp] | variable typ min max dV/dt_r 1.245V/155.148ps 944.221mV/319.804ps 1.487V/81.173ps dV/dt_f 1.337V/161.646ps 1.135V/342.382ps 1.511V/86.816ps R_load = 100.000 | [Rising Waveform] R_fixture = 100.000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 41.035E-12 1.687E-09 3.182E-12 50.000ps 539.032E-09 405.622E-09 118.254E-09 100.000ps -157.082E-09 482.631E-09 -427.709E-09 150.000ps -947.299E-09 -330.562E-09 73.381E-09 200.000ps -862.630E-09 -848.445E-09 1.940E-06 250.000ps -392.652E-09 -835.222E-09 1.885E-06 300.000ps 494.559E-09 -697.506E-09 2.993E-06 350.000ps 1.383E-06 -580.734E-09 8.370E-06 400.000ps 3.264E-06 -406.807E-09 -4.245E-06 450.000ps 9.304E-06 -160.792E-09 -48.418E-06 500.000ps 11.534E-06 88.352E-09 -50.190E-06 550.000ps 6.403E-06 550.306E-09 -92.057E-06 600.000ps -1.739E-06 1.761E-06 -170.068E-06 650.000ps -7.443E-06 3.892E-06 637.180E-06 700.000ps -9.532E-06 6.248E-06 2.783E-03 750.000ps -14.252E-06 7.722E-06 -4.899E-03 800.000ps -22.570E-06 7.404E-06 -44.998E-03 850.000ps -26.977E-06 5.223E-06 -55.205E-03 900.000ps -26.930E-06 2.040E-06 371.508E-03 950.000ps -29.805E-06 -996.635E-09 1.408E+00 1.000ns -46.377E-06 -3.160E-06 2.182E+00 1.050ns -76.515E-06 -4.314E-06 2.386E+00 1.100ns -110.543E-06 -4.668E-06 2.439E+00 1.150ns -124.238E-06 -4.552E-06 2.459E+00 1.200ns -21.679E-06 -4.310E-06 2.469E+00 1.250ns 295.256E-06 -4.219E-06 2.474E+00 1.300ns 854.746E-06 -4.326E-06 2.476E+00 1.350ns 1.724E-03 -4.561E-06 2.477E+00 1.400ns 2.560E-03 -4.854E-06 2.478E+00 1.450ns 1.978E-03 -5.245E-06 2.478E+00 1.500ns -2.772E-03 -5.855E-06 2.479E+00 1.550ns -13.325E-03 -6.827E-06 2.479E+00 1.600ns -32.974E-03 -8.327E-06 2.479E+00 1.650ns -64.185E-03 -10.479E-06 2.479E+00 1.700ns -70.810E-03 -13.488E-06 2.479E+00 1.750ns 22.520E-03 -17.728E-06 2.479E+00 1.800ns 275.688E-03 -23.010E-06 2.479E+00 1.850ns 694.582E-03 -27.752E-06 2.479E+00 1.900ns 1.164E+00 -30.975E-06 2.479E+00 1.950ns 1.557E+00 -34.557E-06 2.479E+00 2.000ns 1.794E+00 -42.954E-06 2.479E+00 2.050ns 1.914E+00 -53.992E-06 2.479E+00 2.100ns 1.984E+00 -62.806E-06 2.479E+00 2.150ns 2.022E+00 -69.239E-06 2.479E+00 2.200ns 2.043E+00 -75.505E-06 2.479E+00 2.250ns 2.056E+00 -76.757E-06 2.479E+00 2.300ns 2.063E+00 -60.338E-06 2.479E+00 2.350ns 2.068E+00 -11.304E-06 2.479E+00 2.400ns 2.070E+00 88.548E-06 2.479E+00 2.450ns 2.072E+00 248.927E-06 2.479E+00 2.500ns 2.073E+00 462.594E-06 2.479E+00 2.550ns 2.074E+00 729.885E-06 2.479E+00 2.600ns 2.075E+00 1.043E-03 2.479E+00 2.650ns 2.075E+00 1.334E-03 2.479E+00 2.700ns 2.075E+00 1.567E-03 2.479E+00 2.750ns 2.075E+00 1.733E-03 2.479E+00 2.800ns 2.075E+00 1.753E-03 2.479E+00 2.850ns 2.075E+00 1.348E-03 2.479E+00 2.900ns 2.075E+00 165.183E-06 2.479E+00 2.950ns 2.075E+00 -2.044E-03 2.479E+00 3.000ns 2.075E+00 -5.438E-03 2.479E+00 3.100ns 2.075E+00 -17.647E-03 2.479E+00 3.200ns 2.075E+00 -39.355E-03 2.479E+00 3.300ns 2.075E+00 -68.025E-03 2.479E+00 3.400ns 2.075E+00 -32.371E-03 2.479E+00 3.500ns 2.075E+00 159.245E-03 2.479E+00 3.600ns 2.075E+00 492.036E-03 2.479E+00 3.700ns 2.075E+00 840.297E-03 2.479E+00 3.800ns 2.075E+00 1.128E+00 2.479E+00 3.900ns 2.075E+00 1.325E+00 2.479E+00 4.000ns 2.075E+00 1.438E+00 2.479E+00 4.100ns 2.075E+00 1.499E+00 2.479E+00 4.200ns 2.075E+00 1.532E+00 2.479E+00 4.300ns 2.075E+00 1.550E+00 2.479E+00 4.400ns 2.075E+00 1.560E+00 2.479E+00 4.500ns 2.075E+00 1.566E+00 2.479E+00 4.600ns 2.075E+00 1.569E+00 2.479E+00 4.700ns 2.075E+00 1.571E+00 2.479E+00 4.800ns 2.075E+00 1.572E+00 2.479E+00 4.900ns 2.075E+00 1.573E+00 2.479E+00 5.000ns 2.075E+00 1.573E+00 2.479E+00 5.100ns 2.075E+00 1.573E+00 2.479E+00 5.200ns 2.075E+00 1.574E+00 2.479E+00 5.300ns 2.075E+00 1.574E+00 2.479E+00 5.400ns 2.075E+00 1.574E+00 2.479E+00 5.500ns 2.075E+00 1.574E+00 2.479E+00 5.600ns 2.075E+00 1.574E+00 2.479E+00 5.700ns 2.075E+00 1.574E+00 2.479E+00 5.800ns 2.075E+00 1.574E+00 2.479E+00 5.900ns 2.075E+00 1.574E+00 2.479E+00 6.000ns 2.075E+00 1.574E+00 2.479E+00 6.500ns 2.075E+00 1.574E+00 2.479E+00 7.000ns 2.075E+00 1.574E+00 2.479E+00 7.500ns 2.075E+00 1.574E+00 2.479E+00 8.000ns 2.075E+00 1.574E+00 2.479E+00 8.500ns 2.075E+00 1.574E+00 2.479E+00 9.000ns 2.075E+00 1.574E+00 2.479E+00 9.500ns 2.075E+00 1.574E+00 2.479E+00 10.000ns 2.075E+00 1.574E+00 2.479E+00 | [Rising Waveform] R_fixture = 100.000 V_fixture = 2.5000 V_fixture_min = 2.3000 V_fixture_max = 2.7000 | time V(typ) V(min) V(max) | 0.000s 271.959E-03 409.009E-03 181.154E-03 50.000ps 271.959E-03 409.010E-03 181.154E-03 100.000ps 271.958E-03 409.009E-03 181.153E-03 150.000ps 271.958E-03 409.008E-03 181.154E-03 200.000ps 271.958E-03 409.008E-03 181.156E-03 250.000ps 271.959E-03 409.009E-03 181.155E-03 300.000ps 271.960E-03 409.009E-03 181.156E-03 350.000ps 271.961E-03 409.010E-03 181.160E-03 400.000ps 271.962E-03 409.011E-03 181.146E-03 450.000ps 271.966E-03 409.011E-03 181.105E-03 500.000ps 271.964E-03 409.012E-03 181.115E-03 550.000ps 271.954E-03 409.012E-03 181.088E-03 600.000ps 271.943E-03 409.013E-03 181.041E-03 650.000ps 271.938E-03 409.014E-03 181.850E-03 700.000ps 271.940E-03 409.013E-03 183.746E-03 750.000ps 271.939E-03 409.010E-03 175.426E-03 800.000ps 271.939E-03 409.004E-03 138.628E-03 850.000ps 271.946E-03 408.996E-03 156.043E-03 900.000ps 271.959E-03 408.989E-03 783.242E-03 950.000ps 271.969E-03 408.983E-03 2.042E+00 1.000ns 271.970E-03 408.981E-03 2.553E+00 1.050ns 271.965E-03 408.982E-03 2.657E+00 1.100ns 271.970E-03 408.985E-03 2.681E+00 1.150ns 272.007E-03 408.988E-03 2.691E+00 1.200ns 272.151E-03 408.992E-03 2.695E+00 1.250ns 272.436E-03 408.996E-03 2.698E+00 1.300ns 272.816E-03 408.999E-03 2.699E+00 1.350ns 273.240E-03 409.003E-03 2.699E+00 1.400ns 273.260E-03 409.006E-03 2.700E+00 1.450ns 271.627E-03 409.010E-03 2.700E+00 1.500ns 266.387E-03 409.013E-03 2.700E+00 1.550ns 257.802E-03 409.017E-03 2.700E+00 1.600ns 246.070E-03 409.021E-03 2.700E+00 1.650ns 236.647E-03 409.026E-03 2.700E+00 1.700ns 289.777E-03 409.031E-03 2.700E+00 1.750ns 556.518E-03 409.038E-03 2.700E+00 1.800ns 1.125E+00 409.047E-03 2.700E+00 1.850ns 1.759E+00 409.060E-03 2.700E+00 1.900ns 2.140E+00 409.079E-03 2.700E+00 1.950ns 2.329E+00 409.100E-03 2.700E+00 2.000ns 2.422E+00 409.120E-03 2.700E+00 2.050ns 2.461E+00 409.144E-03 2.700E+00 2.100ns 2.478E+00 409.177E-03 2.700E+00 2.150ns 2.487E+00 409.220E-03 2.700E+00 2.200ns 2.493E+00 409.269E-03 2.700E+00 2.250ns 2.496E+00 409.328E-03 2.700E+00 2.300ns 2.497E+00 409.402E-03 2.700E+00 2.350ns 2.498E+00 409.496E-03 2.700E+00 2.400ns 2.499E+00 409.602E-03 2.700E+00 2.450ns 2.499E+00 409.693E-03 2.700E+00 2.500ns 2.500E+00 409.716E-03 2.700E+00 2.550ns 2.500E+00 409.629E-03 2.700E+00 2.600ns 2.500E+00 409.380E-03 2.700E+00 2.650ns 2.500E+00 408.877E-03 2.700E+00 2.700ns 2.500E+00 408.092E-03 2.700E+00 2.750ns 2.500E+00 407.056E-03 2.700E+00 2.800ns 2.500E+00 405.751E-03 2.700E+00 2.850ns 2.500E+00 404.041E-03 2.700E+00 2.900ns 2.500E+00 401.895E-03 2.700E+00 2.950ns 2.500E+00 399.579E-03 2.700E+00 3.000ns 2.500E+00 397.685E-03 2.700E+00 3.100ns 2.500E+00 397.775E-03 2.700E+00 3.200ns 2.500E+00 417.321E-03 2.700E+00 3.300ns 2.500E+00 510.421E-03 2.700E+00 3.400ns 2.500E+00 873.850E-03 2.700E+00 3.500ns 2.500E+00 1.458E+00 2.700E+00 3.600ns 2.500E+00 1.918E+00 2.700E+00 3.700ns 2.500E+00 2.142E+00 2.700E+00 3.800ns 2.500E+00 2.233E+00 2.700E+00 3.900ns 2.500E+00 2.271E+00 2.700E+00 4.000ns 2.500E+00 2.287E+00 2.700E+00 4.100ns 2.500E+00 2.294E+00 2.700E+00 4.200ns 2.500E+00 2.297E+00 2.700E+00 4.300ns 2.500E+00 2.299E+00 2.700E+00 4.400ns 2.500E+00 2.299E+00 2.700E+00 4.500ns 2.500E+00 2.300E+00 2.700E+00 4.600ns 2.500E+00 2.300E+00 2.700E+00 4.700ns 2.500E+00 2.300E+00 2.700E+00 4.800ns 2.500E+00 2.300E+00 2.700E+00 4.900ns 2.500E+00 2.300E+00 2.700E+00 5.000ns 2.500E+00 2.300E+00 2.700E+00 5.100ns 2.500E+00 2.300E+00 2.700E+00 5.200ns 2.500E+00 2.300E+00 2.700E+00 5.300ns 2.500E+00 2.300E+00 2.700E+00 5.400ns 2.500E+00 2.300E+00 2.700E+00 5.500ns 2.500E+00 2.300E+00 2.700E+00 5.600ns 2.500E+00 2.300E+00 2.700E+00 5.700ns 2.500E+00 2.300E+00 2.700E+00 5.800ns 2.500E+00 2.300E+00 2.700E+00 5.900ns 2.500E+00 2.300E+00 2.700E+00 6.000ns 2.500E+00 2.300E+00 2.700E+00 6.500ns 2.500E+00 2.300E+00 2.700E+00 7.000ns 2.500E+00 2.300E+00 2.700E+00 7.500ns 2.500E+00 2.300E+00 2.700E+00 8.000ns 2.500E+00 2.300E+00 2.700E+00 8.500ns 2.500E+00 2.300E+00 2.700E+00 9.000ns 2.500E+00 2.300E+00 2.700E+00 9.500ns 2.500E+00 2.300E+00 2.700E+00 10.000ns 2.500E+00 2.300E+00 2.700E+00 | [Falling Waveform] R_fixture = 100.000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 2.075E+00 1.574E+00 2.479E+00 200.000ps 2.075E+00 1.574E+00 2.479E+00 400.000ps 2.075E+00 1.574E+00 2.479E+00 600.000ps 2.075E+00 1.574E+00 2.479E+00 800.000ps 2.075E+00 1.574E+00 2.479E+00 1.000ns 2.075E+00 1.574E+00 2.479E+00 1.200ns 2.075E+00 1.574E+00 2.479E+00 1.250ns 2.075E+00 1.574E+00 2.478E+00 1.300ns 2.075E+00 1.574E+00 2.477E+00 1.350ns 2.075E+00 1.574E+00 2.482E+00 1.400ns 2.075E+00 1.574E+00 2.504E+00 1.450ns 2.075E+00 1.574E+00 2.530E+00 1.500ns 2.075E+00 1.574E+00 2.314E+00 1.550ns 2.075E+00 1.574E+00 1.599E+00 1.600ns 2.075E+00 1.574E+00 484.311E-03 1.650ns 2.075E+00 1.574E+00 108.810E-03 1.700ns 2.075E+00 1.574E+00 36.340E-03 1.750ns 2.075E+00 1.574E+00 16.048E-03 1.800ns 2.075E+00 1.574E+00 8.609E-03 1.850ns 2.075E+00 1.574E+00 4.781E-03 1.900ns 2.075E+00 1.574E+00 2.664E-03 2.200ns 2.075E+00 1.574E+00 113.948E-06 2.400ns 2.075E+00 1.574E+00 14.290E-06 2.600ns 2.075E+00 1.574E+00 1.211E-06 2.800ns 2.075E+00 1.574E+00 -252.392E-09 3.000ns 2.081E+00 1.574E+00 -90.026E-09 3.050ns 2.090E+00 1.574E+00 -50.289E-09 3.100ns 2.101E+00 1.574E+00 -25.709E-09 3.150ns 2.107E+00 1.574E+00 -14.463E-09 3.200ns 2.097E+00 1.574E+00 -9.288E-09 3.250ns 2.045E+00 1.574E+00 -5.751E-09 3.300ns 1.901E+00 1.574E+00 -2.581E-09 3.350ns 1.589E+00 1.574E+00 -155.336E-12 3.400ns 1.129E+00 1.574E+00 1.246E-09 3.450ns 615.372E-03 1.574E+00 2.210E-09 3.500ns 251.957E-03 1.574E+00 2.912E-09 3.550ns 95.840E-03 1.574E+00 3.240E-09 3.600ns 44.465E-03 1.574E+00 3.232E-09 3.650ns 24.732E-03 1.574E+00 3.061E-09 3.700ns 16.145E-03 1.574E+00 2.797E-09 3.750ns 11.399E-03 1.574E+00 2.448E-09 3.800ns 8.214E-03 1.574E+00 2.069E-09 3.850ns 5.981E-03 1.574E+00 1.721E-09 3.900ns 4.376E-03 1.574E+00 1.420E-09 3.950ns 3.211E-03 1.574E+00 1.160E-09 4.000ns 2.361E-03 1.574E+00 941.029E-12 4.200ns 697.373E-06 1.574E+00 405.148E-12 4.400ns 210.611E-06 1.574E+00 211.504E-12 4.600ns 66.648E-06 1.574E+00 135.727E-12 4.800ns 23.180E-06 1.574E+00 94.942E-12 5.000ns 8.010E-06 1.573E+00 75.158E-12 5.200ns 2.401E-06 1.573E+00 63.105E-12 5.400ns 608.377E-09 1.574E+00 54.025E-12 5.600ns 137.375E-09 1.577E+00 46.997E-12 5.800ns 49.018E-09 1.587E+00 40.995E-12 5.850ns 39.202E-09 1.590E+00 39.658E-12 5.900ns 30.630E-09 1.593E+00 38.338E-12 5.950ns 23.856E-09 1.594E+00 37.043E-12 6.000ns 18.872E-09 1.590E+00 35.838E-12 6.050ns 15.063E-09 1.580E+00 34.727E-12 6.100ns 11.943E-09 1.560E+00 33.618E-12 6.150ns 9.411E-09 1.527E+00 32.482E-12 6.200ns 7.473E-09 1.476E+00 31.424E-12 6.250ns 6.018E-09 1.406E+00 30.471E-12 6.300ns 4.894E-09 1.314E+00 29.518E-12 6.350ns 4.022E-09 1.198E+00 28.532E-12 6.400ns 3.386E-09 1.060E+00 27.610E-12 6.450ns 2.954E-09 900.091E-03 26.782E-12 6.500ns 2.661E-09 724.237E-03 25.960E-12 6.550ns 2.454E-09 538.741E-03 25.118E-12 6.600ns 2.317E-09 366.634E-03 24.324E-12 6.650ns 2.244E-09 233.975E-03 23.596E-12 6.700ns 2.209E-09 144.055E-03 22.882E-12 6.750ns 2.186E-09 88.288E-03 22.167E-12 6.800ns 2.168E-09 55.952E-03 21.485E-12 6.850ns 2.157E-09 36.974E-03 20.846E-12 6.900ns 2.147E-09 25.566E-03 20.226E-12 6.950ns 2.129E-09 18.583E-03 19.615E-12 7.000ns 2.099E-09 14.244E-03 19.029E-12 7.050ns 2.060E-09 11.536E-03 18.472E-12 7.100ns 2.013E-09 9.589E-03 17.934E-12 7.150ns 1.956E-09 7.998E-03 17.411E-12 7.200ns 1.890E-09 6.649E-03 16.907E-12 7.250ns 1.815E-09 5.524E-03 16.424E-12 7.300ns 1.735E-09 4.601E-03 15.958E-12 7.350ns 1.651E-09 3.847E-03 15.509E-12 7.400ns 1.563E-09 3.227E-03 15.075E-12 7.600ns 1.205E-09 1.623E-03 13.494E-12 7.800ns 887.151E-12 835.212E-06 12.126E-12 8.000ns 634.511E-12 435.823E-06 10.952E-12 8.200ns 451.094E-12 230.836E-06 9.935E-12 8.400ns 324.136E-12 122.932E-06 9.060E-12 8.600ns 239.000E-12 65.795E-06 8.304E-12 8.800ns 183.160E-12 35.283E-06 7.653E-12 9.000ns 146.394E-12 18.947E-06 7.090E-12 9.200ns 122.278E-12 10.187E-06 6.604E-12 9.400ns 106.187E-12 5.481E-06 6.185E-12 9.600ns 95.238E-12 2.959E-06 5.823E-12 9.800ns 95.238E-12 2.959E-06 5.823E-12 | [Falling Waveform] R_fixture = 100.000 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 200.000ps 2.500E+00 2.300E+00 2.700E+00 400.000ps 2.500E+00 2.300E+00 2.700E+00 600.000ps 2.500E+00 2.300E+00 2.700E+00 800.000ps 2.500E+00 2.300E+00 2.700E+00 1.000ns 2.500E+00 2.300E+00 2.700E+00 1.200ns 2.500E+00 2.300E+00 2.700E+00 1.250ns 2.500E+00 2.300E+00 2.699E+00 1.300ns 2.500E+00 2.300E+00 2.698E+00 1.350ns 2.500E+00 2.300E+00 2.702E+00 1.400ns 2.500E+00 2.300E+00 2.725E+00 1.450ns 2.500E+00 2.300E+00 2.764E+00 1.500ns 2.500E+00 2.300E+00 2.600E+00 1.550ns 2.500E+00 2.300E+00 2.106E+00 1.600ns 2.500E+00 2.300E+00 1.063E+00 1.650ns 2.500E+00 2.300E+00 381.246E-03 1.700ns 2.500E+00 2.300E+00 245.481E-03 1.750ns 2.500E+00 2.300E+00 210.145E-03 1.800ns 2.500E+00 2.300E+00 196.778E-03 1.850ns 2.500E+00 2.300E+00 189.775E-03 1.900ns 2.500E+00 2.300E+00 185.927E-03 2.200ns 2.500E+00 2.300E+00 181.463E-03 2.400ns 2.500E+00 2.300E+00 181.164E-03 2.600ns 2.500E+00 2.300E+00 181.140E-03 2.800ns 2.499E+00 2.300E+00 181.151E-03 3.000ns 2.502E+00 2.300E+00 181.153E-03 3.050ns 2.511E+00 2.300E+00 181.154E-03 3.100ns 2.528E+00 2.300E+00 181.154E-03 3.150ns 2.549E+00 2.300E+00 181.154E-03 3.200ns 2.567E+00 2.300E+00 181.154E-03 3.250ns 2.561E+00 2.300E+00 181.154E-03 3.300ns 2.504E+00 2.300E+00 181.154E-03 3.350ns 2.380E+00 2.300E+00 181.154E-03 3.400ns 2.170E+00 2.300E+00 181.154E-03 3.450ns 1.813E+00 2.300E+00 181.154E-03 3.500ns 1.364E+00 2.300E+00 181.154E-03 3.550ns 901.261E-03 2.300E+00 181.154E-03 3.600ns 571.770E-03 2.300E+00 181.154E-03 3.650ns 414.533E-03 2.300E+00 181.154E-03 3.700ns 351.075E-03 2.300E+00 181.154E-03 3.750ns 321.966E-03 2.300E+00 181.154E-03 3.800ns 305.552E-03 2.300E+00 181.154E-03 3.850ns 295.541E-03 2.300E+00 181.154E-03 3.900ns 288.906E-03 2.300E+00 181.154E-03 3.950ns 284.147E-03 2.300E+00 181.154E-03 4.000ns 280.737E-03 2.300E+00 181.154E-03 4.200ns 274.572E-03 2.300E+00 181.154E-03 4.400ns 272.738E-03 2.300E+00 181.154E-03 4.600ns 272.199E-03 2.300E+00 181.154E-03 4.800ns 272.034E-03 2.300E+00 181.154E-03 5.000ns 271.981E-03 2.300E+00 181.154E-03 5.200ns 271.965E-03 2.300E+00 181.154E-03 5.400ns 271.961E-03 2.299E+00 181.154E-03 5.600ns 271.960E-03 2.298E+00 181.154E-03 5.800ns 271.959E-03 2.301E+00 181.154E-03 5.850ns 271.959E-03 2.304E+00 181.154E-03 5.900ns 271.959E-03 2.309E+00 181.154E-03 5.950ns 271.959E-03 2.316E+00 181.154E-03 6.000ns 271.959E-03 2.325E+00 181.154E-03 6.050ns 271.959E-03 2.333E+00 181.154E-03 6.100ns 271.959E-03 2.341E+00 181.154E-03 6.150ns 271.959E-03 2.348E+00 181.154E-03 6.200ns 271.959E-03 2.355E+00 181.154E-03 6.250ns 271.959E-03 2.359E+00 181.154E-03 6.300ns 271.959E-03 2.358E+00 181.154E-03 6.350ns 271.959E-03 2.347E+00 181.154E-03 6.400ns 271.959E-03 2.323E+00 181.154E-03 6.450ns 271.959E-03 2.285E+00 181.154E-03 6.500ns 271.959E-03 2.230E+00 181.154E-03 6.550ns 271.959E-03 2.154E+00 181.154E-03 6.600ns 271.959E-03 2.043E+00 181.154E-03 6.650ns 271.959E-03 1.899E+00 181.154E-03 6.700ns 271.959E-03 1.738E+00 181.154E-03 6.750ns 271.959E-03 1.568E+00 181.154E-03 6.800ns 271.959E-03 1.392E+00 181.154E-03 6.850ns 271.959E-03 1.215E+00 181.154E-03 6.900ns 271.959E-03 1.041E+00 181.154E-03 6.950ns 271.959E-03 879.502E-03 181.154E-03 7.000ns 271.959E-03 745.945E-03 181.154E-03 7.050ns 271.959E-03 646.347E-03 181.154E-03 7.100ns 271.959E-03 577.050E-03 181.154E-03 7.150ns 271.959E-03 530.375E-03 181.154E-03 7.200ns 271.959E-03 499.060E-03 181.154E-03 7.250ns 271.959E-03 477.797E-03 181.154E-03 7.300ns 271.959E-03 463.445E-03 181.154E-03 7.350ns 271.959E-03 453.148E-03 181.154E-03 7.400ns 271.959E-03 445.235E-03 181.154E-03 7.600ns 271.959E-03 426.390E-03 181.154E-03 7.800ns 271.959E-03 417.938E-03 181.154E-03 8.000ns 271.959E-03 413.743E-03 181.154E-03 8.200ns 271.959E-03 411.557E-03 181.154E-03 8.400ns 271.959E-03 410.396E-03 181.154E-03 8.600ns 271.959E-03 409.769E-03 181.154E-03 8.800ns 271.959E-03 409.424E-03 181.154E-03 9.000ns 271.959E-03 409.236E-03 181.154E-03 9.200ns 271.959E-03 409.133E-03 181.154E-03 9.400ns 271.959E-03 409.077E-03 181.154E-03 9.600ns 271.959E-03 409.047E-03 181.154E-03 9.800ns 271.959E-03 409.047E-03 181.154E-03 | | End [Model] LVC_74OUTN_25 | |************************************************************************ | Model LVC_74OUTI_33 |************************************************************************ | [Model] LVC_74OUTI_33 Model_type Output Polarity Inverting Vmeas = 1.5000V Cref = 50.0000pF Rref = 0.5000k Vref = 0.000V C_comp 3.12pF 2.70pF 3.60pF | | [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 | | Timing Thresholds | Vmeas 1.5 1.5 1.5 | | |Ambient temperature: 25.0000 85.0000 -40.0000 | [Temperature Range] 40.0000 100.0000 -25.0000 | [Voltage Range] 3.3000V 3.0000V 3.6000V |Process Range nominal slow fast | [Pulldown] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.565E+00 -4.587E+00 -4.560E+00 -5.350E+00 -4.415E+00 -4.437E+00 -4.410E+00 -5.200E+00 -4.265E+00 -4.287E+00 -4.261E+00 -5.050E+00 -4.115E+00 -4.138E+00 -4.111E+00 -4.900E+00 -3.966E+00 -3.988E+00 -3.962E+00 -4.750E+00 -3.816E+00 -3.839E+00 -3.813E+00 -4.600E+00 -3.667E+00 -3.689E+00 -3.665E+00 -4.450E+00 -3.517E+00 -3.540E+00 -3.517E+00 -4.300E+00 -3.368E+00 -3.391E+00 -3.370E+00 -4.150E+00 -3.219E+00 -3.241E+00 -3.224E+00 -4.000E+00 -3.070E+00 -3.092E+00 -3.082E+00 -3.850E+00 -2.921E+00 -2.943E+00 -2.943E+00 -3.700E+00 -2.775E+00 -2.794E+00 -2.818E+00 -3.550E+00 -2.637E+00 -2.646E+00 -2.619E+00 -3.400E+00 -2.464E+00 -2.498E+00 -2.439E+00 -3.250E+00 -2.312E+00 -2.344E+00 -2.285E+00 -3.100E+00 -2.162E+00 -2.195E+00 -2.131E+00 -2.950E+00 -2.011E+00 -2.045E+00 -1.978E+00 -2.800E+00 -1.861E+00 -1.896E+00 -1.825E+00 -2.650E+00 -1.711E+00 -1.747E+00 -1.673E+00 -2.500E+00 -1.561E+00 -1.599E+00 -1.521E+00 -2.350E+00 -1.412E+00 -1.450E+00 -1.369E+00 -2.200E+00 -1.263E+00 -1.303E+00 -1.218E+00 -2.050E+00 -1.114E+00 -1.155E+00 -1.068E+00 -1.900E+00 -9.669E-01 -1.009E+00 -9.188E-01 -1.750E+00 -8.205E-01 -8.631E-01 -7.710E-01 -1.600E+00 -6.756E-01 -7.189E-01 -6.252E-01 -1.450E+00 -5.330E-01 -5.768E-01 -4.823E-01 -1.300E+00 -3.969E-01 -4.413E-01 -3.464E-01 -1.150E+00 -3.126E-01 -3.659E-01 -2.546E-01 -1.000E+00 -2.205E-01 -2.946E-01 -1.605E-01 -8.500E-01 -9.025E-02 -1.374E-01 -1.176E-01 -7.000E-01 -6.360E-02 -4.224E-02 -9.998E-02 -5.500E-01 -5.073E-02 -3.230E-02 -7.955E-02 -4.000E-01 -3.747E-02 -2.398E-02 -5.847E-02 -2.500E-01 -2.371E-02 -1.525E-02 -3.691E-02 -1.500E-01 -1.434E-02 -9.226E-03 -2.229E-02 0.000E+00 -7.091E-12 -2.035E-10 1.235E-12 1.000E-01 9.501E-03 6.051E-03 1.485E-02 2.000E-01 1.866E-02 1.177E-02 2.940E-02 3.000E-01 2.747E-02 1.716E-02 4.362E-02 4.000E-01 3.592E-02 2.221E-02 5.752E-02 5.000E-01 4.401E-02 2.694E-02 7.108E-02 6.000E-01 5.173E-02 3.132E-02 8.430E-02 7.000E-01 5.908E-02 3.538E-02 9.716E-02 8.000E-01 6.606E-02 3.911E-02 1.097E-01 9.000E-01 7.266E-02 4.250E-02 1.218E-01 1.000E+00 7.887E-02 4.558E-02 1.335E-01 1.250E+00 9.271E-02 5.184E-02 1.612E-01 1.500E+00 1.041E-01 5.615E-02 1.863E-01 1.750E+00 1.130E-01 5.862E-02 2.087E-01 2.000E+00 1.193E-01 5.971E-02 2.283E-01 2.250E+00 1.233E-01 6.018E-02 2.449E-01 2.500E+00 1.253E-01 6.047E-02 2.584E-01 2.750E+00 1.262E-01 6.071E-02 2.687E-01 3.000E+00 1.269E-01 6.091E-02 2.758E-01 3.250E+00 1.274E-01 6.110E-02 2.800E-01 3.500E+00 1.279E-01 6.126E-02 2.824E-01 3.750E+00 1.281E-01 1.163E-01 2.839E-01 4.000E+00 1.286E-01 4.700E-01 2.850E-01 4.250E+00 3.651E-01 6.655E-01 3.053E-01 4.500E+00 6.261E-01 7.992E-01 3.255E-01 4.750E+00 7.821E-01 1.022E+00 6.402E-01 5.000E+00 9.958E-01 1.270E+00 8.354E-01 5.250E+00 1.248E+00 1.521E+00 1.043E+00 5.500E+00 1.504E+00 1.774E+00 1.302E+00 5.750E+00 1.762E+00 2.028E+00 1.566E+00 6.000E+00 2.021E+00 2.282E+00 1.831E+00 6.250E+00 2.280E+00 2.537E+00 2.098E+00 6.500E+00 2.540E+00 2.792E+00 2.364E+00 6.750E+00 2.800E+00 3.047E+00 2.631E+00 7.000E+00 3.060E+00 3.304E+00 2.898E+00 7.250E+00 3.321E+00 3.562E+00 3.165E+00 7.500E+00 3.582E+00 3.653E+00 3.433E+00 7.750E+00 3.845E+00 3.902E+00 3.701E+00 8.000E+00 4.145E+00 4.151E+00 3.972E+00 8.250E+00 4.229E+00 4.400E+00 4.252E+00 8.500E+00 4.312E+00 4.650E+00 4.558E+00 8.750E+00 4.561E+00 4.899E+00 4.728E+00 9.000E+00 4.811E+00 5.149E+00 4.768E+00 9.250E+00 5.061E+00 5.399E+00 4.863E+00 9.500E+00 5.311E+00 5.649E+00 4.979E+00 9.750E+00 5.561E+00 5.899E+00 5.229E+00 1.000E+01 5.811E+00 6.149E+00 5.479E+00 1.025E+01 6.061E+00 6.399E+00 5.729E+00 1.050E+01 6.312E+00 6.649E+00 5.980E+00 1.075E+01 6.562E+00 6.899E+00 6.231E+00 1.100E+01 6.813E+00 7.149E+00 6.482E+00 | [Pullup] | voltage I(typ) I(min) I(max) | -8.000E+00 7.128E+00 7.158E+00 7.111E+00 -7.800E+00 6.927E+00 6.957E+00 6.909E+00 -7.600E+00 6.726E+00 6.757E+00 6.707E+00 -7.400E+00 6.525E+00 6.557E+00 6.505E+00 -7.200E+00 6.324E+00 6.357E+00 6.304E+00 -7.000E+00 6.124E+00 6.156E+00 6.102E+00 -6.800E+00 5.923E+00 5.956E+00 5.901E+00 -6.600E+00 5.723E+00 5.756E+00 5.699E+00 -6.400E+00 5.522E+00 5.556E+00 5.498E+00 -6.200E+00 5.322E+00 5.356E+00 5.297E+00 -6.000E+00 5.121E+00 5.156E+00 5.096E+00 -5.800E+00 4.921E+00 4.956E+00 4.895E+00 -5.600E+00 4.721E+00 4.756E+00 4.694E+00 -5.400E+00 4.521E+00 4.557E+00 4.493E+00 -5.200E+00 4.321E+00 4.357E+00 4.292E+00 -5.000E+00 4.121E+00 4.158E+00 4.092E+00 -4.800E+00 3.921E+00 3.958E+00 3.892E+00 -4.600E+00 3.721E+00 3.759E+00 3.692E+00 -4.400E+00 3.522E+00 3.560E+00 3.492E+00 -4.200E+00 3.322E+00 3.361E+00 3.292E+00 -4.000E+00 3.123E+00 3.162E+00 3.093E+00 -3.800E+00 2.924E+00 2.963E+00 2.894E+00 -3.600E+00 2.726E+00 2.766E+00 2.696E+00 -3.400E+00 2.529E+00 2.565E+00 2.500E+00 -3.200E+00 2.326E+00 2.365E+00 2.312E+00 -3.000E+00 2.124E+00 2.166E+00 2.092E+00 -2.800E+00 1.923E+00 1.967E+00 1.886E+00 -2.600E+00 1.723E+00 1.768E+00 1.681E+00 -2.400E+00 1.524E+00 1.570E+00 1.479E+00 -2.200E+00 1.325E+00 1.373E+00 1.277E+00 -2.000E+00 1.128E+00 1.178E+00 1.077E+00 -1.800E+00 933.013E-03 984.069E-03 879.622E-03 -1.600E+00 745.106E-03 798.233E-03 688.696E-03 -1.400E+00 607.094E-03 667.284E-03 542.082E-03 -1.200E+00 489.830E-03 565.898E-03 406.874E-03 -1.000E+00 308.357E-03 407.924E-03 210.653E-03 -800.000E-03 73.897E-03 139.261E-03 106.770E-03 -600.000E-03 42.402E-03 24.618E-03 82.799E-03 -400.000E-03 28.651E-03 16.006E-03 56.738E-03 -200.000E-03 14.203E-03 7.906E-03 28.403E-03 0.000E+00 2.680E-09 13.570E-09 -192.199E-09 200.000E-03 -13.261E-03 -7.187E-03 -27.071E-03 400.000E-03 -25.286E-03 -13.615E-03 -51.714E-03 600.000E-03 -36.048E-03 -19.262E-03 -73.911E-03 800.000E-03 -45.555E-03 -24.128E-03 -93.720E-03 1.000E+00 -53.827E-03 -28.217E-03 -111.224E-03 1.200E+00 -60.893E-03 -31.541E-03 -126.516E-03 1.400E+00 -66.790E-03 -34.123E-03 -139.695E-03 1.600E+00 -71.565E-03 -36.010E-03 -150.870E-03 1.800E+00 -75.290E-03 -37.297E-03 -160.165E-03 2.000E+00 -78.079E-03 -38.157E-03 -167.729E-03 2.200E+00 -80.117E-03 -38.777E-03 -173.765E-03 2.400E+00 -81.640E-03 -39.271E-03 -178.543E-03 2.600E+00 -82.846E-03 -39.694E-03 -182.369E-03 2.800E+00 -83.858E-03 -40.072E-03 -185.496E-03 3.000E+00 -84.746E-03 -40.419E-03 -188.120E-03 3.200E+00 -85.549E-03 -40.750E-03 -190.397E-03 3.400E+00 -86.290E-03 -41.241E-03 -192.433E-03 3.600E+00 -87.037E-03 -42.472E-03 -194.294E-03 3.800E+00 -88.379E-03 -93.572E-03 -196.024E-03 4.000E+00 -91.759E-03 -334.931E-03 -198.193E-03 4.200E+00 -179.137E-03 -431.052E-03 -204.099E-03 4.400E+00 -374.760E-03 -584.405E-03 -213.206E-03 4.600E+00 -495.281E-03 -779.028E-03 -312.405E-03 4.800E+00 -688.825E-03 -977.523E-03 -474.772E-03 5.000E+00 -890.189E-03 -1.178E+00 -648.808E-03 5.200E+00 -1.094E+00 -1.380E+00 -855.130E-03 5.400E+00 -1.300E+00 -1.583E+00 -1.065E+00 5.600E+00 -1.506E+00 -1.786E+00 -1.277E+00 5.800E+00 -1.713E+00 -1.990E+00 -1.490E+00 6.000E+00 -1.921E+00 -2.195E+00 -1.704E+00 6.200E+00 -2.129E+00 -2.400E+00 -1.919E+00 6.400E+00 -2.338E+00 -2.606E+00 -2.134E+00 6.600E+00 -2.548E+00 -2.811E+00 -2.349E+00 6.800E+00 -2.758E+00 -3.016E+00 -2.566E+00 7.000E+00 -2.967E+00 -3.221E+00 -2.784E+00 7.200E+00 -3.175E+00 -3.427E+00 -3.002E+00 7.400E+00 -3.383E+00 -3.632E+00 -3.214E+00 7.600E+00 -3.592E+00 -3.838E+00 -3.426E+00 7.800E+00 -3.800E+00 -4.044E+00 -3.639E+00 8.000E+00 -4.009E+00 -4.250E+00 -3.852E+00 8.200E+00 -4.218E+00 -4.456E+00 -4.065E+00 8.400E+00 -4.427E+00 -4.663E+00 -4.279E+00 8.600E+00 -4.636E+00 -4.869E+00 -4.492E+00 8.800E+00 -4.845E+00 -5.075E+00 -4.705E+00 9.000E+00 -5.054E+00 -5.282E+00 -4.918E+00 9.100E+00 -5.158E+00 -5.385E+00 -5.025E+00 | [Ramp] | variable typ min max dV/dt_r 1.706V/121.822ps 1.359V/224.056ps 2.010V/73.473ps dV/dt_f 1.784V/137.324ps 1.521V/266.558ps 2.022V/86.926ps R_load = 100.000 | [Rising Waveform] R_fixture = 100.000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 116.306E-12 3.037E-09 937.663E-12 50.000ps 448.728E-09 421.565E-09 59.751E-09 100.000ps -245.534E-09 347.019E-09 -176.255E-09 150.000ps -694.055E-09 -446.633E-09 -69.937E-09 200.000ps -624.211E-09 -887.256E-09 1.082E-06 250.000ps 66.399E-09 -781.104E-09 1.418E-06 300.000ps 1.172E-06 -446.538E-09 2.385E-06 350.000ps 1.169E-06 -190.953E-09 1.217E-06 400.000ps 2.038E-06 -33.635E-09 4.789E-06 450.000ps 7.386E-06 137.729E-09 -14.089E-06 500.000ps 10.984E-06 661.660E-09 -70.570E-06 550.000ps 7.000E-06 2.187E-06 -61.485E-06 600.000ps -833.009E-09 4.830E-06 -196.132E-06 650.000ps -12.420E-06 7.486E-06 595.211E-06 700.000ps -36.087E-06 8.764E-06 3.029E-03 750.000ps -48.151E-06 7.940E-06 -13.737E-03 800.000ps -40.853E-06 4.954E-06 -81.094E-03 850.000ps -31.884E-06 653.195E-09 156.686E-03 900.000ps -42.646E-06 -3.450E-06 1.219E+00 950.000ps -102.497E-06 -6.457E-06 2.752E+00 1.000ns -180.276E-06 -8.667E-06 3.210E+00 1.050ns 14.091E-06 -10.626E-06 3.296E+00 1.100ns 657.860E-06 -12.319E-06 3.324E+00 1.150ns 1.620E-03 -13.530E-06 3.337E+00 1.200ns 3.094E-03 -14.270E-06 3.343E+00 1.250ns 1.201E-03 -14.989E-06 3.346E+00 1.300ns -11.114E-03 -16.400E-06 3.348E+00 1.350ns -34.364E-03 -19.052E-06 3.349E+00 1.400ns -79.071E-03 -22.901E-06 3.349E+00 1.450ns -61.023E-03 -28.482E-06 3.349E+00 1.500ns 161.247E-03 -38.610E-06 3.349E+00 1.550ns 708.126E-03 -49.147E-06 3.350E+00 1.600ns 1.534E+00 -59.732E-06 3.350E+00 1.650ns 2.213E+00 -80.253E-06 3.350E+00 1.700ns 2.555E+00 -107.749E-06 3.350E+00 1.750ns 2.696E+00 -117.016E-06 3.350E+00 1.800ns 2.767E+00 -67.189E-06 3.350E+00 1.850ns 2.802E+00 68.542E-06 3.350E+00 1.900ns 2.819E+00 302.300E-06 3.350E+00 1.950ns 2.829E+00 615.197E-06 3.350E+00 2.000ns 2.835E+00 1.003E-03 3.350E+00 2.050ns 2.839E+00 1.550E-03 3.350E+00 2.100ns 2.841E+00 2.148E-03 3.350E+00 2.150ns 2.842E+00 2.428E-03 3.350E+00 2.200ns 2.843E+00 1.509E-03 3.350E+00 2.250ns 2.843E+00 -1.406E-03 3.350E+00 2.300ns 2.843E+00 -6.731E-03 3.350E+00 2.350ns 2.843E+00 -14.834E-03 3.350E+00 2.400ns 2.844E+00 -27.187E-03 3.350E+00 2.450ns 2.844E+00 -46.170E-03 3.350E+00 2.500ns 2.844E+00 -69.307E-03 3.350E+00 2.550ns 2.844E+00 -73.684E-03 3.350E+00 2.600ns 2.844E+00 -33.779E-03 3.350E+00 2.650ns 2.844E+00 66.555E-03 3.350E+00 2.700ns 2.844E+00 261.994E-03 3.350E+00 2.750ns 2.844E+00 556.513E-03 3.350E+00 2.800ns 2.844E+00 899.410E-03 3.350E+00 2.850ns 2.844E+00 1.247E+00 3.350E+00 2.900ns 2.844E+00 1.558E+00 3.350E+00 2.950ns 2.844E+00 1.791E+00 3.350E+00 3.000ns 2.844E+00 1.950E+00 3.350E+00 3.100ns 2.844E+00 2.125E+00 3.350E+00 3.200ns 2.844E+00 2.199E+00 3.350E+00 3.300ns 2.844E+00 2.233E+00 3.350E+00 3.400ns 2.844E+00 2.249E+00 3.350E+00 3.500ns 2.844E+00 2.256E+00 3.350E+00 3.600ns 2.844E+00 2.260E+00 3.350E+00 3.700ns 2.844E+00 2.262E+00 3.350E+00 3.800ns 2.844E+00 2.263E+00 3.350E+00 3.900ns 2.844E+00 2.264E+00 3.350E+00 4.000ns 2.844E+00 2.264E+00 3.350E+00 4.100ns 2.844E+00 2.264E+00 3.350E+00 4.200ns 2.844E+00 2.264E+00 3.350E+00 4.300ns 2.844E+00 2.264E+00 3.350E+00 4.400ns 2.844E+00 2.264E+00 3.350E+00 4.500ns 2.844E+00 2.264E+00 3.350E+00 4.600ns 2.844E+00 2.264E+00 3.350E+00 4.700ns 2.844E+00 2.264E+00 3.350E+00 4.800ns 2.844E+00 2.264E+00 3.350E+00 4.900ns 2.844E+00 2.264E+00 3.350E+00 5.000ns 2.844E+00 2.264E+00 3.350E+00 5.100ns 2.844E+00 2.264E+00 3.350E+00 5.200ns 2.844E+00 2.264E+00 3.350E+00 5.300ns 2.844E+00 2.264E+00 3.350E+00 5.400ns 2.844E+00 2.264E+00 3.350E+00 5.500ns 2.844E+00 2.264E+00 3.350E+00 5.600ns 2.844E+00 2.264E+00 3.350E+00 5.700ns 2.844E+00 2.264E+00 3.350E+00 5.800ns 2.844E+00 2.264E+00 3.350E+00 5.900ns 2.844E+00 2.264E+00 3.350E+00 6.000ns 2.844E+00 2.264E+00 3.350E+00 6.500ns 2.844E+00 2.264E+00 3.350E+00 7.000ns 2.844E+00 2.264E+00 3.350E+00 7.500ns 2.844E+00 2.264E+00 3.350E+00 8.000ns 2.844E+00 2.264E+00 3.350E+00 8.500ns 2.844E+00 2.264E+00 3.350E+00 9.000ns 2.844E+00 2.264E+00 3.350E+00 9.500ns 2.844E+00 2.264E+00 3.350E+00 10.000ns 2.844E+00 2.264E+00 3.350E+00 | [Rising Waveform] R_fixture = 100.000 V_fixture = 3.3000 V_fixture_min = 3.0000 V_fixture_max = 3.6000 | time V(typ) V(min) V(max) | 0.000s 326.577E-03 465.631E-03 230.165E-03 50.000ps 326.577E-03 465.632E-03 230.165E-03 100.000ps 326.577E-03 465.631E-03 230.165E-03 150.000ps 326.576E-03 465.630E-03 230.165E-03 200.000ps 326.577E-03 465.630E-03 230.166E-03 250.000ps 326.577E-03 465.631E-03 230.166E-03 300.000ps 326.578E-03 465.632E-03 230.167E-03 350.000ps 326.578E-03 465.632E-03 230.165E-03 400.000ps 326.579E-03 465.632E-03 230.169E-03 450.000ps 326.583E-03 465.633E-03 230.149E-03 500.000ps 326.584E-03 465.633E-03 230.097E-03 550.000ps 326.576E-03 465.634E-03 230.119E-03 600.000ps 326.566E-03 465.636E-03 229.996E-03 650.000ps 326.554E-03 465.636E-03 230.823E-03 700.000ps 326.536E-03 465.633E-03 233.113E-03 750.000ps 326.536E-03 465.627E-03 215.666E-03 800.000ps 326.560E-03 465.619E-03 153.249E-03 850.000ps 326.583E-03 465.611E-03 449.726E-03 900.000ps 326.585E-03 465.606E-03 1.902E+00 950.000ps 326.543E-03 465.605E-03 3.250E+00 1.000ns 326.505E-03 465.606E-03 3.525E+00 1.050ns 326.759E-03 465.609E-03 3.571E+00 1.100ns 327.387E-03 465.614E-03 3.586E+00 1.150ns 328.108E-03 465.620E-03 3.593E+00 1.200ns 328.980E-03 465.627E-03 3.596E+00 1.250ns 325.981E-03 465.635E-03 3.598E+00 1.300ns 313.367E-03 465.643E-03 3.599E+00 1.350ns 294.555E-03 465.651E-03 3.599E+00 1.400ns 265.545E-03 465.658E-03 3.600E+00 1.450ns 334.391E-03 465.667E-03 3.600E+00 1.500ns 766.532E-03 465.674E-03 3.600E+00 1.550ns 1.763E+00 465.687E-03 3.600E+00 1.600ns 2.661E+00 465.705E-03 3.600E+00 1.650ns 3.060E+00 465.721E-03 3.600E+00 1.700ns 3.198E+00 465.742E-03 3.600E+00 1.750ns 3.252E+00 465.796E-03 3.600E+00 1.800ns 3.275E+00 465.907E-03 3.600E+00 1.850ns 3.286E+00 466.072E-03 3.600E+00 1.900ns 3.292E+00 466.254E-03 3.600E+00 1.950ns 3.295E+00 466.381E-03 3.600E+00 2.000ns 3.297E+00 466.411E-03 3.600E+00 2.050ns 3.298E+00 466.369E-03 3.600E+00 2.100ns 3.299E+00 466.071E-03 3.600E+00 2.150ns 3.299E+00 465.132E-03 3.600E+00 2.200ns 3.300E+00 462.876E-03 3.600E+00 2.250ns 3.300E+00 459.139E-03 3.600E+00 2.300ns 3.300E+00 454.586E-03 3.600E+00 2.350ns 3.300E+00 450.265E-03 3.600E+00 2.400ns 3.300E+00 446.845E-03 3.600E+00 2.450ns 3.300E+00 445.822E-03 3.600E+00 2.500ns 3.300E+00 456.115E-03 3.600E+00 2.550ns 3.300E+00 517.997E-03 3.600E+00 2.600ns 3.300E+00 699.018E-03 3.600E+00 2.650ns 3.300E+00 1.082E+00 3.600E+00 2.700ns 3.300E+00 1.604E+00 3.600E+00 2.750ns 3.300E+00 2.116E+00 3.600E+00 2.800ns 3.300E+00 2.475E+00 3.600E+00 2.850ns 3.300E+00 2.695E+00 3.600E+00 2.900ns 3.300E+00 2.823E+00 3.600E+00 2.950ns 3.300E+00 2.895E+00 3.600E+00 3.000ns 3.300E+00 2.935E+00 3.600E+00 3.100ns 3.300E+00 2.975E+00 3.600E+00 3.200ns 3.300E+00 2.990E+00 3.600E+00 3.300ns 3.300E+00 2.995E+00 3.600E+00 3.400ns 3.300E+00 2.998E+00 3.600E+00 3.500ns 3.300E+00 2.999E+00 3.600E+00 3.600ns 3.300E+00 3.000E+00 3.600E+00 3.700ns 3.300E+00 3.000E+00 3.600E+00 3.800ns 3.300E+00 3.000E+00 3.600E+00 3.900ns 3.300E+00 3.000E+00 3.600E+00 4.000ns 3.300E+00 3.000E+00 3.600E+00 4.100ns 3.300E+00 3.000E+00 3.600E+00 4.200ns 3.300E+00 3.000E+00 3.600E+00 4.300ns 3.300E+00 3.000E+00 3.600E+00 4.400ns 3.300E+00 3.000E+00 3.600E+00 4.500ns 3.300E+00 3.000E+00 3.600E+00 4.600ns 3.300E+00 3.000E+00 3.600E+00 4.700ns 3.300E+00 3.000E+00 3.600E+00 4.800ns 3.300E+00 3.000E+00 3.600E+00 4.900ns 3.300E+00 3.000E+00 3.600E+00 5.000ns 3.300E+00 3.000E+00 3.600E+00 5.100ns 3.300E+00 3.000E+00 3.600E+00 5.200ns 3.300E+00 3.000E+00 3.600E+00 5.300ns 3.300E+00 3.000E+00 3.600E+00 5.400ns 3.300E+00 3.000E+00 3.600E+00 5.500ns 3.300E+00 3.000E+00 3.600E+00 5.600ns 3.300E+00 3.000E+00 3.600E+00 5.700ns 3.300E+00 3.000E+00 3.600E+00 5.800ns 3.300E+00 3.000E+00 3.600E+00 5.900ns 3.300E+00 3.000E+00 3.600E+00 6.000ns 3.300E+00 3.000E+00 3.600E+00 6.500ns 3.300E+00 3.000E+00 3.600E+00 7.000ns 3.300E+00 3.000E+00 3.600E+00 7.500ns 3.300E+00 3.000E+00 3.600E+00 8.000ns 3.300E+00 3.000E+00 3.600E+00 8.500ns 3.300E+00 3.000E+00 3.600E+00 9.000ns 3.300E+00 3.000E+00 3.600E+00 9.500ns 3.300E+00 3.000E+00 3.600E+00 10.000ns 3.300E+00 3.000E+00 3.600E+00 | [Falling Waveform] R_fixture = 100.000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 2.844E+00 2.264E+00 3.350E+00 50.000ps 2.844E+00 2.264E+00 3.350E+00 100.000ps 2.844E+00 2.264E+00 3.350E+00 150.000ps 2.844E+00 2.264E+00 3.350E+00 200.000ps 2.844E+00 2.264E+00 3.350E+00 250.000ps 2.844E+00 2.264E+00 3.350E+00 300.000ps 2.844E+00 2.264E+00 3.350E+00 350.000ps 2.844E+00 2.264E+00 3.350E+00 400.000ps 2.844E+00 2.264E+00 3.350E+00 450.000ps 2.844E+00 2.264E+00 3.350E+00 500.000ps 2.844E+00 2.264E+00 3.350E+00 550.000ps 2.844E+00 2.264E+00 3.350E+00 600.000ps 2.844E+00 2.264E+00 3.350E+00 650.000ps 2.844E+00 2.264E+00 3.350E+00 700.000ps 2.844E+00 2.264E+00 3.350E+00 750.000ps 2.844E+00 2.264E+00 3.350E+00 800.000ps 2.844E+00 2.264E+00 3.350E+00 850.000ps 2.844E+00 2.264E+00 3.350E+00 900.000ps 2.844E+00 2.264E+00 3.350E+00 950.000ps 2.844E+00 2.264E+00 3.350E+00 1.000ns 2.844E+00 2.264E+00 3.350E+00 1.050ns 2.844E+00 2.264E+00 3.349E+00 1.100ns 2.844E+00 2.264E+00 3.349E+00 1.150ns 2.844E+00 2.264E+00 3.348E+00 1.200ns 2.844E+00 2.264E+00 3.349E+00 1.250ns 2.844E+00 2.264E+00 3.365E+00 1.300ns 2.844E+00 2.264E+00 3.411E+00 1.350ns 2.844E+00 2.264E+00 3.185E+00 1.400ns 2.844E+00 2.264E+00 2.334E+00 1.450ns 2.844E+00 2.264E+00 771.856E-03 1.500ns 2.844E+00 2.264E+00 218.247E-03 1.550ns 2.844E+00 2.264E+00 68.090E-03 1.600ns 2.844E+00 2.264E+00 23.675E-03 1.650ns 2.844E+00 2.264E+00 10.878E-03 1.700ns 2.844E+00 2.264E+00 5.465E-03 1.750ns 2.844E+00 2.264E+00 2.890E-03 1.800ns 2.844E+00 2.264E+00 1.550E-03 1.850ns 2.844E+00 2.264E+00 834.579E-06 1.900ns 2.844E+00 2.264E+00 436.828E-06 1.950ns 2.844E+00 2.264E+00 216.006E-06 2.000ns 2.844E+00 2.264E+00 101.340E-06 2.050ns 2.843E+00 2.264E+00 44.931E-06 2.100ns 2.843E+00 2.264E+00 22.431E-06 2.150ns 2.843E+00 2.264E+00 13.767E-06 2.200ns 2.843E+00 2.264E+00 9.261E-06 2.250ns 2.842E+00 2.264E+00 5.984E-06 2.300ns 2.843E+00 2.264E+00 3.543E-06 2.350ns 2.849E+00 2.264E+00 1.945E-06 2.400ns 2.861E+00 2.264E+00 1.033E-06 2.450ns 2.880E+00 2.264E+00 561.841E-09 2.500ns 2.899E+00 2.264E+00 323.991E-09 2.550ns 2.848E+00 2.264E+00 196.382E-09 2.600ns 2.648E+00 2.264E+00 121.023E-09 2.650ns 2.208E+00 2.264E+00 70.918E-09 2.700ns 1.427E+00 2.264E+00 39.139E-09 2.750ns 639.661E-03 2.264E+00 22.112E-09 2.800ns 234.470E-03 2.264E+00 13.962E-09 2.850ns 94.605E-03 2.264E+00 9.306E-09 2.900ns 44.947E-03 2.264E+00 7.108E-09 2.950ns 24.911E-03 2.264E+00 7.081E-09 3.000ns 15.761E-03 2.264E+00 5.967E-09 3.100ns 7.255E-03 2.264E+00 -217.812E-12 3.200ns 3.396E-03 2.264E+00 -2.993E-09 3.300ns 1.648E-03 2.264E+00 -234.444E-12 3.400ns 791.662E-06 2.264E+00 3.967E-09 3.500ns 366.170E-06 2.264E+00 6.256E-09 3.600ns 162.445E-06 2.264E+00 5.433E-09 3.700ns 69.625E-06 2.264E+00 2.871E-09 3.800ns 29.988E-06 2.264E+00 1.703E-09 3.900ns 13.342E-06 2.264E+00 2.549E-09 4.000ns 7.345E-06 2.265E+00 3.021E-09 4.100ns 4.727E-06 2.272E+00 2.380E-09 4.200ns 2.976E-06 2.281E+00 1.591E-09 4.300ns 1.576E-06 2.289E+00 1.371E-09 4.400ns 866.575E-09 2.270E+00 1.519E-09 4.500ns 442.895E-09 2.155E+00 1.644E-09 4.600ns 187.682E-09 1.762E+00 1.631E-09 4.700ns 41.055E-09 1.081E+00 1.560E-09 4.800ns 57.422E-09 416.550E-03 1.534E-09 4.900ns 52.177E-09 124.469E-03 1.548E-09 5.000ns 14.767E-09 43.652E-03 1.549E-09 5.100ns -19.004E-12 20.375E-03 1.533E-09 5.200ns 3.753E-09 11.688E-03 1.522E-09 5.300ns 3.947E-09 7.323E-03 1.520E-09 5.400ns -206.082E-12 4.706E-03 1.519E-09 5.500ns -542.465E-12 3.032E-03 1.515E-09 5.600ns 1.742E-09 1.985E-03 1.511E-09 5.700ns 1.276E-09 1.312E-03 1.508E-09 5.800ns -801.797E-12 862.364E-06 1.507E-09 5.900ns -923.861E-12 566.002E-06 1.504E-09 6.000ns 847.072E-12 376.904E-06 1.501E-09 6.500ns 2.304E-09 62.116E-06 1.494E-09 7.000ns 751.387E-12 13.437E-06 1.488E-09 7.500ns 513.175E-12 1.797E-06 1.484E-09 8.000ns 264.897E-12 133.178E-09 1.482E-09 8.500ns 164.557E-12 5.259E-09 1.480E-09 9.000ns 162.693E-12 3.877E-09 1.480E-09 9.500ns 150.375E-12 4.487E-09 1.479E-09 10.000ns 150.375E-12 4.487E-09 1.479E-09 | [Falling Waveform] R_fixture = 100.000 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 50.000ps 3.300E+00 3.000E+00 3.600E+00 100.000ps 3.300E+00 3.000E+00 3.600E+00 150.000ps 3.300E+00 3.000E+00 3.600E+00 200.000ps 3.300E+00 3.000E+00 3.600E+00 250.000ps 3.300E+00 3.000E+00 3.600E+00 300.000ps 3.300E+00 3.000E+00 3.600E+00 350.000ps 3.300E+00 3.000E+00 3.600E+00 400.000ps 3.300E+00 3.000E+00 3.600E+00 450.000ps 3.300E+00 3.000E+00 3.600E+00 500.000ps 3.300E+00 3.000E+00 3.600E+00 550.000ps 3.300E+00 3.000E+00 3.600E+00 600.000ps 3.300E+00 3.000E+00 3.600E+00 650.000ps 3.300E+00 3.000E+00 3.600E+00 700.000ps 3.300E+00 3.000E+00 3.600E+00 750.000ps 3.300E+00 3.000E+00 3.600E+00 800.000ps 3.300E+00 3.000E+00 3.600E+00 850.000ps 3.300E+00 3.000E+00 3.600E+00 900.000ps 3.300E+00 3.000E+00 3.600E+00 950.000ps 3.300E+00 3.000E+00 3.600E+00 1.000ns 3.300E+00 3.000E+00 3.600E+00 1.050ns 3.300E+00 3.000E+00 3.600E+00 1.100ns 3.300E+00 3.000E+00 3.599E+00 1.150ns 3.300E+00 3.000E+00 3.599E+00 1.200ns 3.300E+00 3.000E+00 3.599E+00 1.250ns 3.300E+00 3.000E+00 3.614E+00 1.300ns 3.300E+00 3.000E+00 3.665E+00 1.350ns 3.300E+00 3.000E+00 3.477E+00 1.400ns 3.300E+00 3.000E+00 2.826E+00 1.450ns 3.300E+00 3.000E+00 1.420E+00 1.500ns 3.300E+00 3.000E+00 538.459E-03 1.550ns 3.300E+00 3.000E+00 326.844E-03 1.600ns 3.300E+00 3.000E+00 265.562E-03 1.650ns 3.300E+00 3.000E+00 247.124E-03 1.700ns 3.300E+00 3.000E+00 238.821E-03 1.750ns 3.300E+00 3.000E+00 234.730E-03 1.800ns 3.300E+00 3.000E+00 232.600E-03 1.850ns 3.300E+00 3.000E+00 231.493E-03 1.900ns 3.300E+00 3.000E+00 230.911E-03 1.950ns 3.300E+00 3.000E+00 230.576E-03 2.000ns 3.300E+00 3.000E+00 230.378E-03 2.050ns 3.300E+00 3.000E+00 230.270E-03 2.100ns 3.300E+00 3.000E+00 230.217E-03 2.150ns 3.299E+00 3.000E+00 230.193E-03 2.200ns 3.299E+00 3.000E+00 230.182E-03 2.250ns 3.297E+00 3.000E+00 230.175E-03 2.300ns 3.297E+00 3.000E+00 230.171E-03 2.350ns 3.303E+00 3.000E+00 230.169E-03 2.400ns 3.316E+00 3.000E+00 230.167E-03 2.450ns 3.340E+00 3.000E+00 230.166E-03 2.500ns 3.374E+00 3.000E+00 230.166E-03 2.550ns 3.360E+00 3.000E+00 230.165E-03 2.600ns 3.236E+00 3.000E+00 230.165E-03 2.650ns 2.995E+00 3.000E+00 230.165E-03 2.700ns 2.597E+00 3.000E+00 230.165E-03 2.750ns 1.915E+00 3.000E+00 230.165E-03 2.800ns 1.154E+00 3.000E+00 230.165E-03 2.850ns 662.936E-03 3.000E+00 230.165E-03 2.900ns 470.062E-03 3.000E+00 230.165E-03 2.950ns 403.582E-03 3.000E+00 230.165E-03 3.000ns 372.664E-03 3.000E+00 230.165E-03 3.100ns 346.475E-03 3.000E+00 230.165E-03 3.200ns 335.871E-03 3.000E+00 230.165E-03 3.300ns 331.045E-03 3.000E+00 230.165E-03 3.400ns 328.842E-03 3.000E+00 230.165E-03 3.500ns 327.796E-03 3.000E+00 230.165E-03 3.600ns 327.198E-03 3.000E+00 230.165E-03 3.700ns 326.850E-03 3.000E+00 230.165E-03 3.800ns 326.683E-03 2.999E+00 230.165E-03 3.900ns 326.622E-03 2.998E+00 230.165E-03 4.000ns 326.602E-03 2.997E+00 230.165E-03 4.100ns 326.594E-03 3.000E+00 230.165E-03 4.200ns 326.589E-03 3.011E+00 230.165E-03 4.300ns 326.584E-03 3.036E+00 230.165E-03 4.400ns 326.581E-03 3.066E+00 230.165E-03 4.500ns 326.579E-03 3.060E+00 230.165E-03 4.600ns 326.578E-03 2.953E+00 230.165E-03 4.700ns 326.577E-03 2.708E+00 230.165E-03 4.800ns 326.577E-03 2.242E+00 230.165E-03 4.900ns 326.577E-03 1.612E+00 230.165E-03 5.000ns 326.577E-03 1.014E+00 230.165E-03 5.100ns 326.577E-03 685.126E-03 230.165E-03 5.200ns 326.577E-03 562.258E-03 230.165E-03 5.300ns 326.577E-03 517.005E-03 230.165E-03 5.400ns 326.577E-03 497.327E-03 230.165E-03 5.500ns 326.577E-03 485.447E-03 230.165E-03 5.600ns 326.577E-03 478.318E-03 230.165E-03 5.700ns 326.577E-03 473.994E-03 230.165E-03 5.800ns 326.577E-03 471.246E-03 230.165E-03 5.900ns 326.577E-03 469.393E-03 230.165E-03 6.000ns 326.577E-03 468.139E-03 230.165E-03 6.500ns 326.577E-03 466.007E-03 230.165E-03 7.000ns 326.577E-03 465.707E-03 230.165E-03 7.500ns 326.577E-03 465.643E-03 230.165E-03 8.000ns 326.577E-03 465.632E-03 230.165E-03 8.500ns 326.577E-03 465.631E-03 230.165E-03 9.000ns 326.577E-03 465.631E-03 230.165E-03 9.500ns 326.577E-03 465.631E-03 230.165E-03 10.000ns 326.577E-03 465.631E-03 230.165E-03 | | End [Model] LVC_74OUTI_33 | |************************************************************************ | Model LVC_74OUTI_25 |************************************************************************ | [Model] LVC_74OUTI_25 Model_type Output Polarity Inverting Vmeas = 1.25000V Cref = 50.0000pF Rref = 0.5000k Vref = 0.000V C_comp 3.12pF 2.70pF 3.60pF | | [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 | | Timing Thresholds | Vmeas 1.25 1.15 1.5 | | |Ambient temperature: 25.0000 85.0000 -40.0000 | [Temperature Range] 35.0000 95.0000 -30.0000 | [Voltage Range] 2.5000V 2.3000V 2.7000V |Process Range nominal slow fast | [Pulldown] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.546E+00 -4.738E+00 -4.523E+00 -5.350E+00 -4.396E+00 -4.583E+00 -4.372E+00 -5.200E+00 -4.246E+00 -4.428E+00 -4.222E+00 -5.050E+00 -4.096E+00 -4.274E+00 -4.072E+00 -4.900E+00 -3.947E+00 -4.119E+00 -3.922E+00 -4.750E+00 -3.797E+00 -3.965E+00 -3.772E+00 -4.600E+00 -3.647E+00 -3.810E+00 -3.623E+00 -4.450E+00 -3.498E+00 -3.656E+00 -3.473E+00 -4.300E+00 -3.348E+00 -3.502E+00 -3.323E+00 -4.150E+00 -3.199E+00 -3.348E+00 -3.173E+00 -4.000E+00 -3.049E+00 -3.194E+00 -3.024E+00 -3.850E+00 -2.900E+00 -3.040E+00 -2.874E+00 -3.700E+00 -2.751E+00 -2.886E+00 -2.725E+00 -3.550E+00 -2.602E+00 -2.732E+00 -2.576E+00 -3.400E+00 -2.453E+00 -2.578E+00 -2.427E+00 -3.250E+00 -2.304E+00 -2.425E+00 -2.279E+00 -3.100E+00 -2.155E+00 -2.272E+00 -2.132E+00 -2.950E+00 -2.007E+00 -2.119E+00 -1.998E+00 -2.800E+00 -1.866E+00 -1.966E+00 -1.819E+00 -2.650E+00 -1.704E+00 -1.814E+00 -1.666E+00 -2.500E+00 -1.554E+00 -1.592E+00 -1.514E+00 -2.350E+00 -1.405E+00 -1.444E+00 -1.363E+00 -2.200E+00 -1.256E+00 -1.296E+00 -1.212E+00 -2.050E+00 -1.108E+00 -1.149E+00 -1.062E+00 -1.900E+00 -9.607E-01 -1.003E+00 -9.126E-01 -1.750E+00 -8.143E-01 -8.571E-01 -7.649E-01 -1.600E+00 -6.695E-01 -7.129E-01 -6.192E-01 -1.450E+00 -5.269E-01 -5.708E-01 -4.764E-01 -1.300E+00 -3.907E-01 -4.352E-01 -3.404E-01 -1.150E+00 -3.051E-01 -3.586E-01 -2.472E-01 -1.000E+00 -2.097E-01 -2.838E-01 -1.518E-01 -8.500E-01 -8.140E-02 -1.230E-01 -1.121E-01 -7.000E-01 -5.827E-02 -3.732E-02 -9.526E-02 -5.500E-01 -4.645E-02 -2.865E-02 -7.577E-02 -4.000E-01 -3.426E-02 -2.124E-02 -5.565E-02 -2.500E-01 -2.161E-02 -1.346E-02 -3.510E-02 -1.500E-01 -1.304E-02 -8.096E-03 -2.119E-02 0.000E+00 -1.884E-12 -1.005E-10 1.920E-13 1.000E-01 8.554E-03 5.217E-03 1.407E-02 2.000E-01 1.669E-02 1.005E-02 2.775E-02 3.000E-01 2.441E-02 1.450E-02 4.105E-02 4.000E-01 3.168E-02 1.857E-02 5.393E-02 5.000E-01 3.851E-02 2.224E-02 6.639E-02 6.000E-01 4.489E-02 2.553E-02 7.842E-02 7.000E-01 5.079E-02 2.842E-02 8.999E-02 8.000E-01 5.623E-02 3.093E-02 1.011E-01 9.000E-01 6.119E-02 3.306E-02 1.117E-01 1.000E+00 6.566E-02 3.480E-02 1.218E-01 1.250E+00 7.465E-02 3.760E-02 1.448E-01 1.500E+00 8.052E-02 3.868E-02 1.643E-01 1.750E+00 8.352E-02 3.908E-02 1.800E-01 2.000E+00 8.476E-02 3.933E-02 1.917E-01 2.250E+00 8.543E-02 3.954E-02 1.992E-01 2.500E+00 8.594E-02 3.971E-02 2.032E-01 2.750E+00 8.637E-02 3.987E-02 2.053E-01 3.000E+00 8.660E-02 5.268E-02 2.067E-01 3.250E+00 9.100E-02 3.776E-01 2.854E-01 3.500E+00 3.791E-01 6.052E-01 3.641E-01 3.750E+00 6.138E-01 7.412E-01 4.427E-01 4.000E+00 7.702E-01 9.467E-01 6.881E-01 4.250E+00 1.002E+00 1.193E+00 8.726E-01 4.500E+00 1.256E+00 1.445E+00 1.126E+00 4.750E+00 1.514E+00 1.698E+00 1.391E+00 5.000E+00 1.773E+00 1.952E+00 1.658E+00 5.250E+00 2.033E+00 2.206E+00 1.927E+00 5.500E+00 2.293E+00 2.461E+00 2.195E+00 5.750E+00 2.554E+00 2.717E+00 2.464E+00 6.000E+00 2.815E+00 2.848E+00 2.733E+00 6.250E+00 3.078E+00 3.096E+00 3.003E+00 6.500E+00 3.103E+00 3.344E+00 3.275E+00 6.750E+00 3.350E+00 3.593E+00 3.569E+00 7.000E+00 3.599E+00 3.842E+00 3.685E+00 7.250E+00 3.848E+00 4.091E+00 3.746E+00 7.500E+00 4.097E+00 4.340E+00 3.881E+00 7.750E+00 4.347E+00 4.589E+00 4.106E+00 8.000E+00 4.596E+00 4.839E+00 4.355E+00 8.250E+00 4.846E+00 5.088E+00 4.605E+00 8.500E+00 5.096E+00 5.338E+00 4.855E+00 8.750E+00 5.346E+00 5.587E+00 5.105E+00 9.000E+00 5.596E+00 5.837E+00 5.355E+00 9.250E+00 5.846E+00 6.087E+00 5.606E+00 9.500E+00 6.096E+00 6.337E+00 5.856E+00 9.750E+00 6.346E+00 6.587E+00 6.107E+00 1.000E+01 6.596E+00 6.836E+00 6.358E+00 1.025E+01 6.847E+00 7.087E+00 6.609E+00 1.050E+01 7.097E+00 7.337E+00 6.860E+00 1.075E+01 7.348E+00 7.587E+00 7.111E+00 1.100E+01 7.598E+00 7.837E+00 7.362E+00 | [Pullup] | voltage I(typ) I(min) I(max) | -8.700E+00 7.815E+00 7.844E+00 7.801E+00 -8.500E+00 7.614E+00 7.644E+00 7.599E+00 -8.300E+00 7.413E+00 7.444E+00 7.398E+00 -8.100E+00 7.213E+00 7.244E+00 7.196E+00 -7.900E+00 7.012E+00 7.044E+00 6.994E+00 -7.700E+00 6.811E+00 6.843E+00 6.793E+00 -7.500E+00 6.611E+00 6.643E+00 6.592E+00 -7.300E+00 6.410E+00 6.443E+00 6.390E+00 -7.100E+00 6.210E+00 6.243E+00 6.189E+00 -6.900E+00 6.009E+00 6.043E+00 5.988E+00 -6.700E+00 5.809E+00 5.843E+00 5.787E+00 -6.500E+00 5.609E+00 5.643E+00 5.586E+00 -6.300E+00 5.409E+00 5.444E+00 5.385E+00 -6.100E+00 5.209E+00 5.244E+00 5.185E+00 -5.900E+00 5.008E+00 5.044E+00 4.984E+00 -5.700E+00 4.808E+00 4.844E+00 4.784E+00 -5.500E+00 4.609E+00 4.645E+00 4.584E+00 -5.300E+00 4.409E+00 4.445E+00 4.384E+00 -5.100E+00 4.209E+00 4.246E+00 4.184E+00 -4.900E+00 4.009E+00 4.046E+00 3.984E+00 -4.700E+00 3.810E+00 3.847E+00 3.785E+00 -4.500E+00 3.611E+00 3.648E+00 3.587E+00 -4.300E+00 3.412E+00 3.449E+00 3.393E+00 -4.100E+00 3.213E+00 3.250E+00 3.196E+00 -3.900E+00 3.016E+00 3.051E+00 2.980E+00 -3.700E+00 2.814E+00 2.853E+00 2.773E+00 -3.500E+00 2.611E+00 2.656E+00 2.568E+00 -3.300E+00 2.410E+00 2.455E+00 2.364E+00 -3.100E+00 2.210E+00 2.256E+00 2.161E+00 -2.900E+00 2.009E+00 2.057E+00 1.958E+00 -2.700E+00 1.810E+00 1.858E+00 1.757E+00 -2.500E+00 1.610E+00 1.660E+00 1.555E+00 -2.300E+00 1.412E+00 1.463E+00 1.355E+00 -2.100E+00 1.215E+00 1.267E+00 1.156E+00 -1.900E+00 1.019E+00 1.072E+00 958.669E-03 -1.700E+00 827.526E-03 881.688E-03 765.705E-03 -1.500E+00 656.440E-03 713.169E-03 591.978E-03 -1.300E+00 543.631E-03 611.506E-03 466.989E-03 -1.100E+00 399.156E-03 486.510E-03 303.611E-03 -900.000E-03 166.116E-03 272.899E-03 113.582E-03 -700.000E-03 42.506E-03 34.096E-03 84.131E-03 -500.000E-03 30.222E-03 16.485E-03 61.551E-03 -300.000E-03 18.076E-03 9.793E-03 37.008E-03 -200.000E-03 11.807E-03 6.378E-03 24.451E-03 0.000E+00 1.748E-09 9.275E-09 450.883E-12 200.000E-03 -10.575E-03 -5.492E-03 -22.578E-03 400.000E-03 -19.733E-03 -10.110E-03 -42.431E-03 600.000E-03 -27.451E-03 -13.839E-03 -59.541E-03 800.000E-03 -33.747E-03 -16.686E-03 -73.983E-03 1.000E+00 -38.664E-03 -18.685E-03 -85.870E-03 1.200E+00 -42.277E-03 -19.932E-03 -95.341E-03 1.400E+00 -44.733E-03 -20.651E-03 -102.585E-03 1.600E+00 -46.324E-03 -21.115E-03 -107.886E-03 1.800E+00 -47.425E-03 -21.475E-03 -111.685E-03 2.000E+00 -48.290E-03 -21.783E-03 -114.519E-03 2.200E+00 -49.030E-03 -22.060E-03 -116.802E-03 2.400E+00 -49.695E-03 -22.316E-03 -118.765E-03 2.600E+00 -50.308E-03 -22.618E-03 -120.527E-03 2.800E+00 -50.927E-03 -23.230E-03 -122.149E-03 3.000E+00 -52.122E-03 -27.610E-03 -123.702E-03 3.200E+00 -55.353E-03 -203.797E-03 -127.017E-03 3.400E+00 -133.235E-03 -364.790E-03 -135.421E-03 3.600E+00 -331.099E-03 -467.069E-03 -151.062E-03 3.800E+00 -453.658E-03 -655.283E-03 -329.900E-03 4.000E+00 -646.886E-03 -851.781E-03 -476.361E-03 4.200E+00 -847.924E-03 -1.051E+00 -677.880E-03 4.400E+00 -1.052E+00 -1.252E+00 -886.782E-03 4.600E+00 -1.257E+00 -1.454E+00 -1.098E+00 4.800E+00 -1.463E+00 -1.657E+00 -1.311E+00 5.000E+00 -1.670E+00 -1.860E+00 -1.526E+00 5.200E+00 -1.878E+00 -2.064E+00 -1.740E+00 5.400E+00 -2.089E+00 -2.268E+00 -1.956E+00 5.600E+00 -2.294E+00 -2.472E+00 -2.179E+00 5.800E+00 -2.502E+00 -2.677E+00 -2.387E+00 6.000E+00 -2.711E+00 -2.882E+00 -2.600E+00 6.200E+00 -2.919E+00 -3.087E+00 -2.815E+00 6.400E+00 -3.128E+00 -3.293E+00 -3.029E+00 6.600E+00 -3.336E+00 -3.498E+00 -3.243E+00 6.800E+00 -3.545E+00 -3.704E+00 -3.458E+00 7.000E+00 -3.754E+00 -3.910E+00 -3.672E+00 7.200E+00 -3.963E+00 -4.116E+00 -3.886E+00 7.400E+00 -4.172E+00 -4.322E+00 -4.100E+00 7.600E+00 -4.381E+00 -4.528E+00 -4.315E+00 7.800E+00 -4.590E+00 -4.734E+00 -4.529E+00 8.000E+00 -4.799E+00 -4.940E+00 -4.743E+00 8.200E+00 -5.008E+00 -5.147E+00 -4.957E+00 | [Ramp] | variable typ min max dV/dt_r 1.245V/155.148ps 944.221mV/319.804ps 1.487V/81.173ps dV/dt_f 1.337V/161.646ps 1.135V/342.382ps 1.511V/86.816ps R_load = 100.000 | [Rising Waveform] R_fixture = 100.000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 41.035E-12 1.687E-09 3.182E-12 50.000ps 539.032E-09 405.622E-09 118.254E-09 100.000ps -157.082E-09 482.631E-09 -427.709E-09 150.000ps -947.299E-09 -330.562E-09 73.381E-09 200.000ps -862.630E-09 -848.445E-09 1.940E-06 250.000ps -392.652E-09 -835.222E-09 1.885E-06 300.000ps 494.559E-09 -697.506E-09 2.993E-06 350.000ps 1.383E-06 -580.734E-09 8.370E-06 400.000ps 3.264E-06 -406.807E-09 -4.245E-06 450.000ps 9.304E-06 -160.792E-09 -48.418E-06 500.000ps 11.534E-06 88.352E-09 -50.190E-06 550.000ps 6.403E-06 550.306E-09 -92.057E-06 600.000ps -1.739E-06 1.761E-06 -170.068E-06 650.000ps -7.443E-06 3.892E-06 637.180E-06 700.000ps -9.532E-06 6.248E-06 2.783E-03 750.000ps -14.252E-06 7.722E-06 -4.899E-03 800.000ps -22.570E-06 7.404E-06 -44.998E-03 850.000ps -26.977E-06 5.223E-06 -55.205E-03 900.000ps -26.930E-06 2.040E-06 371.508E-03 950.000ps -29.805E-06 -996.635E-09 1.408E+00 1.000ns -46.377E-06 -3.160E-06 2.182E+00 1.050ns -76.515E-06 -4.314E-06 2.386E+00 1.100ns -110.543E-06 -4.668E-06 2.439E+00 1.150ns -124.238E-06 -4.552E-06 2.459E+00 1.200ns -21.679E-06 -4.310E-06 2.469E+00 1.250ns 295.256E-06 -4.219E-06 2.474E+00 1.300ns 854.746E-06 -4.326E-06 2.476E+00 1.350ns 1.724E-03 -4.561E-06 2.477E+00 1.400ns 2.560E-03 -4.854E-06 2.478E+00 1.450ns 1.978E-03 -5.245E-06 2.478E+00 1.500ns -2.772E-03 -5.855E-06 2.479E+00 1.550ns -13.325E-03 -6.827E-06 2.479E+00 1.600ns -32.974E-03 -8.327E-06 2.479E+00 1.650ns -64.185E-03 -10.479E-06 2.479E+00 1.700ns -70.810E-03 -13.488E-06 2.479E+00 1.750ns 22.520E-03 -17.728E-06 2.479E+00 1.800ns 275.688E-03 -23.010E-06 2.479E+00 1.850ns 694.582E-03 -27.752E-06 2.479E+00 1.900ns 1.164E+00 -30.975E-06 2.479E+00 1.950ns 1.557E+00 -34.557E-06 2.479E+00 2.000ns 1.794E+00 -42.954E-06 2.479E+00 2.050ns 1.914E+00 -53.992E-06 2.479E+00 2.100ns 1.984E+00 -62.806E-06 2.479E+00 2.150ns 2.022E+00 -69.239E-06 2.479E+00 2.200ns 2.043E+00 -75.505E-06 2.479E+00 2.250ns 2.056E+00 -76.757E-06 2.479E+00 2.300ns 2.063E+00 -60.338E-06 2.479E+00 2.350ns 2.068E+00 -11.304E-06 2.479E+00 2.400ns 2.070E+00 88.548E-06 2.479E+00 2.450ns 2.072E+00 248.927E-06 2.479E+00 2.500ns 2.073E+00 462.594E-06 2.479E+00 2.550ns 2.074E+00 729.885E-06 2.479E+00 2.600ns 2.075E+00 1.043E-03 2.479E+00 2.650ns 2.075E+00 1.334E-03 2.479E+00 2.700ns 2.075E+00 1.567E-03 2.479E+00 2.750ns 2.075E+00 1.733E-03 2.479E+00 2.800ns 2.075E+00 1.753E-03 2.479E+00 2.850ns 2.075E+00 1.348E-03 2.479E+00 2.900ns 2.075E+00 165.183E-06 2.479E+00 2.950ns 2.075E+00 -2.044E-03 2.479E+00 3.000ns 2.075E+00 -5.438E-03 2.479E+00 3.100ns 2.075E+00 -17.647E-03 2.479E+00 3.200ns 2.075E+00 -39.355E-03 2.479E+00 3.300ns 2.075E+00 -68.025E-03 2.479E+00 3.400ns 2.075E+00 -32.371E-03 2.479E+00 3.500ns 2.075E+00 159.245E-03 2.479E+00 3.600ns 2.075E+00 492.036E-03 2.479E+00 3.700ns 2.075E+00 840.297E-03 2.479E+00 3.800ns 2.075E+00 1.128E+00 2.479E+00 3.900ns 2.075E+00 1.325E+00 2.479E+00 4.000ns 2.075E+00 1.438E+00 2.479E+00 4.100ns 2.075E+00 1.499E+00 2.479E+00 4.200ns 2.075E+00 1.532E+00 2.479E+00 4.300ns 2.075E+00 1.550E+00 2.479E+00 4.400ns 2.075E+00 1.560E+00 2.479E+00 4.500ns 2.075E+00 1.566E+00 2.479E+00 4.600ns 2.075E+00 1.569E+00 2.479E+00 4.700ns 2.075E+00 1.571E+00 2.479E+00 4.800ns 2.075E+00 1.572E+00 2.479E+00 4.900ns 2.075E+00 1.573E+00 2.479E+00 5.000ns 2.075E+00 1.573E+00 2.479E+00 5.100ns 2.075E+00 1.573E+00 2.479E+00 5.200ns 2.075E+00 1.574E+00 2.479E+00 5.300ns 2.075E+00 1.574E+00 2.479E+00 5.400ns 2.075E+00 1.574E+00 2.479E+00 5.500ns 2.075E+00 1.574E+00 2.479E+00 5.600ns 2.075E+00 1.574E+00 2.479E+00 5.700ns 2.075E+00 1.574E+00 2.479E+00 5.800ns 2.075E+00 1.574E+00 2.479E+00 5.900ns 2.075E+00 1.574E+00 2.479E+00 6.000ns 2.075E+00 1.574E+00 2.479E+00 6.500ns 2.075E+00 1.574E+00 2.479E+00 7.000ns 2.075E+00 1.574E+00 2.479E+00 7.500ns 2.075E+00 1.574E+00 2.479E+00 8.000ns 2.075E+00 1.574E+00 2.479E+00 8.500ns 2.075E+00 1.574E+00 2.479E+00 9.000ns 2.075E+00 1.574E+00 2.479E+00 9.500ns 2.075E+00 1.574E+00 2.479E+00 10.000ns 2.075E+00 1.574E+00 2.479E+00 | [Rising Waveform] R_fixture = 100.000 V_fixture = 2.5000 V_fixture_min = 2.3000 V_fixture_max = 2.7000 | time V(typ) V(min) V(max) | 0.000s 271.959E-03 409.009E-03 181.154E-03 50.000ps 271.959E-03 409.010E-03 181.154E-03 100.000ps 271.958E-03 409.009E-03 181.153E-03 150.000ps 271.958E-03 409.008E-03 181.154E-03 200.000ps 271.958E-03 409.008E-03 181.156E-03 250.000ps 271.959E-03 409.009E-03 181.155E-03 300.000ps 271.960E-03 409.009E-03 181.156E-03 350.000ps 271.961E-03 409.010E-03 181.160E-03 400.000ps 271.962E-03 409.011E-03 181.146E-03 450.000ps 271.966E-03 409.011E-03 181.105E-03 500.000ps 271.964E-03 409.012E-03 181.115E-03 550.000ps 271.954E-03 409.012E-03 181.088E-03 600.000ps 271.943E-03 409.013E-03 181.041E-03 650.000ps 271.938E-03 409.014E-03 181.850E-03 700.000ps 271.940E-03 409.013E-03 183.746E-03 750.000ps 271.939E-03 409.010E-03 175.426E-03 800.000ps 271.939E-03 409.004E-03 138.628E-03 850.000ps 271.946E-03 408.996E-03 156.043E-03 900.000ps 271.959E-03 408.989E-03 783.242E-03 950.000ps 271.969E-03 408.983E-03 2.042E+00 1.000ns 271.970E-03 408.981E-03 2.553E+00 1.050ns 271.965E-03 408.982E-03 2.657E+00 1.100ns 271.970E-03 408.985E-03 2.681E+00 1.150ns 272.007E-03 408.988E-03 2.691E+00 1.200ns 272.151E-03 408.992E-03 2.695E+00 1.250ns 272.436E-03 408.996E-03 2.698E+00 1.300ns 272.816E-03 408.999E-03 2.699E+00 1.350ns 273.240E-03 409.003E-03 2.699E+00 1.400ns 273.260E-03 409.006E-03 2.700E+00 1.450ns 271.627E-03 409.010E-03 2.700E+00 1.500ns 266.387E-03 409.013E-03 2.700E+00 1.550ns 257.802E-03 409.017E-03 2.700E+00 1.600ns 246.070E-03 409.021E-03 2.700E+00 1.650ns 236.647E-03 409.026E-03 2.700E+00 1.700ns 289.777E-03 409.031E-03 2.700E+00 1.750ns 556.518E-03 409.038E-03 2.700E+00 1.800ns 1.125E+00 409.047E-03 2.700E+00 1.850ns 1.759E+00 409.060E-03 2.700E+00 1.900ns 2.140E+00 409.079E-03 2.700E+00 1.950ns 2.329E+00 409.100E-03 2.700E+00 2.000ns 2.422E+00 409.120E-03 2.700E+00 2.050ns 2.461E+00 409.144E-03 2.700E+00 2.100ns 2.478E+00 409.177E-03 2.700E+00 2.150ns 2.487E+00 409.220E-03 2.700E+00 2.200ns 2.493E+00 409.269E-03 2.700E+00 2.250ns 2.496E+00 409.328E-03 2.700E+00 2.300ns 2.497E+00 409.402E-03 2.700E+00 2.350ns 2.498E+00 409.496E-03 2.700E+00 2.400ns 2.499E+00 409.602E-03 2.700E+00 2.450ns 2.499E+00 409.693E-03 2.700E+00 2.500ns 2.500E+00 409.716E-03 2.700E+00 2.550ns 2.500E+00 409.629E-03 2.700E+00 2.600ns 2.500E+00 409.380E-03 2.700E+00 2.650ns 2.500E+00 408.877E-03 2.700E+00 2.700ns 2.500E+00 408.092E-03 2.700E+00 2.750ns 2.500E+00 407.056E-03 2.700E+00 2.800ns 2.500E+00 405.751E-03 2.700E+00 2.850ns 2.500E+00 404.041E-03 2.700E+00 2.900ns 2.500E+00 401.895E-03 2.700E+00 2.950ns 2.500E+00 399.579E-03 2.700E+00 3.000ns 2.500E+00 397.685E-03 2.700E+00 3.100ns 2.500E+00 397.775E-03 2.700E+00 3.200ns 2.500E+00 417.321E-03 2.700E+00 3.300ns 2.500E+00 510.421E-03 2.700E+00 3.400ns 2.500E+00 873.850E-03 2.700E+00 3.500ns 2.500E+00 1.458E+00 2.700E+00 3.600ns 2.500E+00 1.918E+00 2.700E+00 3.700ns 2.500E+00 2.142E+00 2.700E+00 3.800ns 2.500E+00 2.233E+00 2.700E+00 3.900ns 2.500E+00 2.271E+00 2.700E+00 4.000ns 2.500E+00 2.287E+00 2.700E+00 4.100ns 2.500E+00 2.294E+00 2.700E+00 4.200ns 2.500E+00 2.297E+00 2.700E+00 4.300ns 2.500E+00 2.299E+00 2.700E+00 4.400ns 2.500E+00 2.299E+00 2.700E+00 4.500ns 2.500E+00 2.300E+00 2.700E+00 4.600ns 2.500E+00 2.300E+00 2.700E+00 4.700ns 2.500E+00 2.300E+00 2.700E+00 4.800ns 2.500E+00 2.300E+00 2.700E+00 4.900ns 2.500E+00 2.300E+00 2.700E+00 5.000ns 2.500E+00 2.300E+00 2.700E+00 5.100ns 2.500E+00 2.300E+00 2.700E+00 5.200ns 2.500E+00 2.300E+00 2.700E+00 5.300ns 2.500E+00 2.300E+00 2.700E+00 5.400ns 2.500E+00 2.300E+00 2.700E+00 5.500ns 2.500E+00 2.300E+00 2.700E+00 5.600ns 2.500E+00 2.300E+00 2.700E+00 5.700ns 2.500E+00 2.300E+00 2.700E+00 5.800ns 2.500E+00 2.300E+00 2.700E+00 5.900ns 2.500E+00 2.300E+00 2.700E+00 6.000ns 2.500E+00 2.300E+00 2.700E+00 6.500ns 2.500E+00 2.300E+00 2.700E+00 7.000ns 2.500E+00 2.300E+00 2.700E+00 7.500ns 2.500E+00 2.300E+00 2.700E+00 8.000ns 2.500E+00 2.300E+00 2.700E+00 8.500ns 2.500E+00 2.300E+00 2.700E+00 9.000ns 2.500E+00 2.300E+00 2.700E+00 9.500ns 2.500E+00 2.300E+00 2.700E+00 10.000ns 2.500E+00 2.300E+00 2.700E+00 | [Falling Waveform] R_fixture = 100.000 V_fixture = 0.000 V_fixture_min = 0.000 V_fixture_max = 0.000 | time V(typ) V(min) V(max) | 0.000s 2.075E+00 1.574E+00 2.479E+00 200.000ps 2.075E+00 1.574E+00 2.479E+00 400.000ps 2.075E+00 1.574E+00 2.479E+00 600.000ps 2.075E+00 1.574E+00 2.479E+00 800.000ps 2.075E+00 1.574E+00 2.479E+00 1.000ns 2.075E+00 1.574E+00 2.479E+00 1.200ns 2.075E+00 1.574E+00 2.479E+00 1.250ns 2.075E+00 1.574E+00 2.478E+00 1.300ns 2.075E+00 1.574E+00 2.477E+00 1.350ns 2.075E+00 1.574E+00 2.482E+00 1.400ns 2.075E+00 1.574E+00 2.504E+00 1.450ns 2.075E+00 1.574E+00 2.530E+00 1.500ns 2.075E+00 1.574E+00 2.314E+00 1.550ns 2.075E+00 1.574E+00 1.599E+00 1.600ns 2.075E+00 1.574E+00 484.311E-03 1.650ns 2.075E+00 1.574E+00 108.810E-03 1.700ns 2.075E+00 1.574E+00 36.340E-03 1.750ns 2.075E+00 1.574E+00 16.048E-03 1.800ns 2.075E+00 1.574E+00 8.609E-03 1.850ns 2.075E+00 1.574E+00 4.781E-03 1.900ns 2.075E+00 1.574E+00 2.664E-03 2.200ns 2.075E+00 1.574E+00 113.948E-06 2.400ns 2.075E+00 1.574E+00 14.290E-06 2.600ns 2.075E+00 1.574E+00 1.211E-06 2.800ns 2.075E+00 1.574E+00 -252.392E-09 3.000ns 2.081E+00 1.574E+00 -90.026E-09 3.050ns 2.090E+00 1.574E+00 -50.289E-09 3.100ns 2.101E+00 1.574E+00 -25.709E-09 3.150ns 2.107E+00 1.574E+00 -14.463E-09 3.200ns 2.097E+00 1.574E+00 -9.288E-09 3.250ns 2.045E+00 1.574E+00 -5.751E-09 3.300ns 1.901E+00 1.574E+00 -2.581E-09 3.350ns 1.589E+00 1.574E+00 -155.336E-12 3.400ns 1.129E+00 1.574E+00 1.246E-09 3.450ns 615.372E-03 1.574E+00 2.210E-09 3.500ns 251.957E-03 1.574E+00 2.912E-09 3.550ns 95.840E-03 1.574E+00 3.240E-09 3.600ns 44.465E-03 1.574E+00 3.232E-09 3.650ns 24.732E-03 1.574E+00 3.061E-09 3.700ns 16.145E-03 1.574E+00 2.797E-09 3.750ns 11.399E-03 1.574E+00 2.448E-09 3.800ns 8.214E-03 1.574E+00 2.069E-09 3.850ns 5.981E-03 1.574E+00 1.721E-09 3.900ns 4.376E-03 1.574E+00 1.420E-09 3.950ns 3.211E-03 1.574E+00 1.160E-09 4.000ns 2.361E-03 1.574E+00 941.029E-12 4.200ns 697.373E-06 1.574E+00 405.148E-12 4.400ns 210.611E-06 1.574E+00 211.504E-12 4.600ns 66.648E-06 1.574E+00 135.727E-12 4.800ns 23.180E-06 1.574E+00 94.942E-12 5.000ns 8.010E-06 1.573E+00 75.158E-12 5.200ns 2.401E-06 1.573E+00 63.105E-12 5.400ns 608.377E-09 1.574E+00 54.025E-12 5.600ns 137.375E-09 1.577E+00 46.997E-12 5.800ns 49.018E-09 1.587E+00 40.995E-12 5.850ns 39.202E-09 1.590E+00 39.658E-12 5.900ns 30.630E-09 1.593E+00 38.338E-12 5.950ns 23.856E-09 1.594E+00 37.043E-12 6.000ns 18.872E-09 1.590E+00 35.838E-12 6.050ns 15.063E-09 1.580E+00 34.727E-12 6.100ns 11.943E-09 1.560E+00 33.618E-12 6.150ns 9.411E-09 1.527E+00 32.482E-12 6.200ns 7.473E-09 1.476E+00 31.424E-12 6.250ns 6.018E-09 1.406E+00 30.471E-12 6.300ns 4.894E-09 1.314E+00 29.518E-12 6.350ns 4.022E-09 1.198E+00 28.532E-12 6.400ns 3.386E-09 1.060E+00 27.610E-12 6.450ns 2.954E-09 900.091E-03 26.782E-12 6.500ns 2.661E-09 724.237E-03 25.960E-12 6.550ns 2.454E-09 538.741E-03 25.118E-12 6.600ns 2.317E-09 366.634E-03 24.324E-12 6.650ns 2.244E-09 233.975E-03 23.596E-12 6.700ns 2.209E-09 144.055E-03 22.882E-12 6.750ns 2.186E-09 88.288E-03 22.167E-12 6.800ns 2.168E-09 55.952E-03 21.485E-12 6.850ns 2.157E-09 36.974E-03 20.846E-12 6.900ns 2.147E-09 25.566E-03 20.226E-12 6.950ns 2.129E-09 18.583E-03 19.615E-12 7.000ns 2.099E-09 14.244E-03 19.029E-12 7.050ns 2.060E-09 11.536E-03 18.472E-12 7.100ns 2.013E-09 9.589E-03 17.934E-12 7.150ns 1.956E-09 7.998E-03 17.411E-12 7.200ns 1.890E-09 6.649E-03 16.907E-12 7.250ns 1.815E-09 5.524E-03 16.424E-12 7.300ns 1.735E-09 4.601E-03 15.958E-12 7.350ns 1.651E-09 3.847E-03 15.509E-12 7.400ns 1.563E-09 3.227E-03 15.075E-12 7.600ns 1.205E-09 1.623E-03 13.494E-12 7.800ns 887.151E-12 835.212E-06 12.126E-12 8.000ns 634.511E-12 435.823E-06 10.952E-12 8.200ns 451.094E-12 230.836E-06 9.935E-12 8.400ns 324.136E-12 122.932E-06 9.060E-12 8.600ns 239.000E-12 65.795E-06 8.304E-12 8.800ns 183.160E-12 35.283E-06 7.653E-12 9.000ns 146.394E-12 18.947E-06 7.090E-12 9.200ns 122.278E-12 10.187E-06 6.604E-12 9.400ns 106.187E-12 5.481E-06 6.185E-12 9.600ns 95.238E-12 2.959E-06 5.823E-12 9.800ns 95.238E-12 2.959E-06 5.823E-12 | [Falling Waveform] R_fixture = 100.000 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 200.000ps 2.500E+00 2.300E+00 2.700E+00 400.000ps 2.500E+00 2.300E+00 2.700E+00 600.000ps 2.500E+00 2.300E+00 2.700E+00 800.000ps 2.500E+00 2.300E+00 2.700E+00 1.000ns 2.500E+00 2.300E+00 2.700E+00 1.200ns 2.500E+00 2.300E+00 2.700E+00 1.250ns 2.500E+00 2.300E+00 2.699E+00 1.300ns 2.500E+00 2.300E+00 2.698E+00 1.350ns 2.500E+00 2.300E+00 2.702E+00 1.400ns 2.500E+00 2.300E+00 2.725E+00 1.450ns 2.500E+00 2.300E+00 2.764E+00 1.500ns 2.500E+00 2.300E+00 2.600E+00 1.550ns 2.500E+00 2.300E+00 2.106E+00 1.600ns 2.500E+00 2.300E+00 1.063E+00 1.650ns 2.500E+00 2.300E+00 381.246E-03 1.700ns 2.500E+00 2.300E+00 245.481E-03 1.750ns 2.500E+00 2.300E+00 210.145E-03 1.800ns 2.500E+00 2.300E+00 196.778E-03 1.850ns 2.500E+00 2.300E+00 189.775E-03 1.900ns 2.500E+00 2.300E+00 185.927E-03 2.200ns 2.500E+00 2.300E+00 181.463E-03 2.400ns 2.500E+00 2.300E+00 181.164E-03 2.600ns 2.500E+00 2.300E+00 181.140E-03 2.800ns 2.499E+00 2.300E+00 181.151E-03 3.000ns 2.502E+00 2.300E+00 181.153E-03 3.050ns 2.511E+00 2.300E+00 181.154E-03 3.100ns 2.528E+00 2.300E+00 181.154E-03 3.150ns 2.549E+00 2.300E+00 181.154E-03 3.200ns 2.567E+00 2.300E+00 181.154E-03 3.250ns 2.561E+00 2.300E+00 181.154E-03 3.300ns 2.504E+00 2.300E+00 181.154E-03 3.350ns 2.380E+00 2.300E+00 181.154E-03 3.400ns 2.170E+00 2.300E+00 181.154E-03 3.450ns 1.813E+00 2.300E+00 181.154E-03 3.500ns 1.364E+00 2.300E+00 181.154E-03 3.550ns 901.261E-03 2.300E+00 181.154E-03 3.600ns 571.770E-03 2.300E+00 181.154E-03 3.650ns 414.533E-03 2.300E+00 181.154E-03 3.700ns 351.075E-03 2.300E+00 181.154E-03 3.750ns 321.966E-03 2.300E+00 181.154E-03 3.800ns 305.552E-03 2.300E+00 181.154E-03 3.850ns 295.541E-03 2.300E+00 181.154E-03 3.900ns 288.906E-03 2.300E+00 181.154E-03 3.950ns 284.147E-03 2.300E+00 181.154E-03 4.000ns 280.737E-03 2.300E+00 181.154E-03 4.200ns 274.572E-03 2.300E+00 181.154E-03 4.400ns 272.738E-03 2.300E+00 181.154E-03 4.600ns 272.199E-03 2.300E+00 181.154E-03 4.800ns 272.034E-03 2.300E+00 181.154E-03 5.000ns 271.981E-03 2.300E+00 181.154E-03 5.200ns 271.965E-03 2.300E+00 181.154E-03 5.400ns 271.961E-03 2.299E+00 181.154E-03 5.600ns 271.960E-03 2.298E+00 181.154E-03 5.800ns 271.959E-03 2.301E+00 181.154E-03 5.850ns 271.959E-03 2.304E+00 181.154E-03 5.900ns 271.959E-03 2.309E+00 181.154E-03 5.950ns 271.959E-03 2.316E+00 181.154E-03 6.000ns 271.959E-03 2.325E+00 181.154E-03 6.050ns 271.959E-03 2.333E+00 181.154E-03 6.100ns 271.959E-03 2.341E+00 181.154E-03 6.150ns 271.959E-03 2.348E+00 181.154E-03 6.200ns 271.959E-03 2.355E+00 181.154E-03 6.250ns 271.959E-03 2.359E+00 181.154E-03 6.300ns 271.959E-03 2.358E+00 181.154E-03 6.350ns 271.959E-03 2.347E+00 181.154E-03 6.400ns 271.959E-03 2.323E+00 181.154E-03 6.450ns 271.959E-03 2.285E+00 181.154E-03 6.500ns 271.959E-03 2.230E+00 181.154E-03 6.550ns 271.959E-03 2.154E+00 181.154E-03 6.600ns 271.959E-03 2.043E+00 181.154E-03 6.650ns 271.959E-03 1.899E+00 181.154E-03 6.700ns 271.959E-03 1.738E+00 181.154E-03 6.750ns 271.959E-03 1.568E+00 181.154E-03 6.800ns 271.959E-03 1.392E+00 181.154E-03 6.850ns 271.959E-03 1.215E+00 181.154E-03 6.900ns 271.959E-03 1.041E+00 181.154E-03 6.950ns 271.959E-03 879.502E-03 181.154E-03 7.000ns 271.959E-03 745.945E-03 181.154E-03 7.050ns 271.959E-03 646.347E-03 181.154E-03 7.100ns 271.959E-03 577.050E-03 181.154E-03 7.150ns 271.959E-03 530.375E-03 181.154E-03 7.200ns 271.959E-03 499.060E-03 181.154E-03 7.250ns 271.959E-03 477.797E-03 181.154E-03 7.300ns 271.959E-03 463.445E-03 181.154E-03 7.350ns 271.959E-03 453.148E-03 181.154E-03 7.400ns 271.959E-03 445.235E-03 181.154E-03 7.600ns 271.959E-03 426.390E-03 181.154E-03 7.800ns 271.959E-03 417.938E-03 181.154E-03 8.000ns 271.959E-03 413.743E-03 181.154E-03 8.200ns 271.959E-03 411.557E-03 181.154E-03 8.400ns 271.959E-03 410.396E-03 181.154E-03 8.600ns 271.959E-03 409.769E-03 181.154E-03 8.800ns 271.959E-03 409.424E-03 181.154E-03 9.000ns 271.959E-03 409.236E-03 181.154E-03 9.200ns 271.959E-03 409.133E-03 181.154E-03 9.400ns 271.959E-03 409.077E-03 181.154E-03 9.600ns 271.959E-03 409.047E-03 181.154E-03 9.800ns 271.959E-03 409.047E-03 181.154E-03 | | End [Model] LVC_74OUTI_25 | | [END]