| *************************************************** | Philips Semiconductors Inc. | Logic Products Group | | IBIS model of 74AHCU04 | HEX INVERTER (Unbuffered) | | |[Packages]: |[Package1]: SO 14-pin (D) Package ; |[Package2]: TSSOP 14-pin (PW) Package ; | *************************************************** | [IBIS Ver] 3.2 [File Name] ahcu04.ibs [File Rev] 1.4 [Date] 08-Apr-2003 [Source] File created from simulations by LPG Philips Semiconductors Nijmegen | [Notes] V1.4 Ibis model. | | | Remark: | The Power Clamp curves for the input models have been omitted since there | is no power clamp diode. | | Revision History | Version Date Author/ Description | Editor | 1.3 December 2000 RM Reviewed version for IBIS 3.2 | 1.4 April 2003 RM Updated version | [Disclaimer] (C) Copyright 2003 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] 74AHCU04_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 1A ahc_u04in 4.18E-02 3.26E-09 0.675E-12 2 1Y# ahc_u04outi 5.01E-02 2.30E-09 0.574E-12 3 2A ahc_u04in 4.52E-02 1.71E-09 0.467E-12 4 2Y# ahc_u04outi 4.38E-02 1.63E-09 0.437E-12 5 3A ahc_u04in 4.52E-02 1.71E-09 0.465E-12 6 3Y# ahc_u04outi 5.01E-02 2.30E-09 0.573E-12 7 GND GND 4.18E-02 3.26E-09 0.736E-12 8 4Y# ahc_u04outi 4.18E-02 3.26E-09 0.736E-12 9 AA ahc_u04in 5.01E-02 2.30E-09 0.573E-12 10 5Y# ahc_u04outi 4.52E-02 1.71E-09 0.465E-12 11 5A ahc_u04in 4.38E-02 1.63E-09 0.437E-12 12 6Y# ahc_u04outi 4.52E-02 1.71E-09 0.467E-12 13 6A ahc_u04in 5.01E-02 2.30E-09 0.574E-12 14 VCC POWER 4.18E-02 3.26E-09 0.736E-12 | | | | |******************************************************** | Info for TSSOP 14-pin (PW) Package |******************************************************** | [Component] 74AHCU04_2 [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 1A ahc_u04in 3.46E-02 2.32E-09 0.423E-12 2 1Y# ahc_u04outi 4.33E-02 2.04E-09 0.441E-12 3 2A ahc_u04in 2.80E-02 1.36E-09 0.307E-12 4 2Y# ahc_u04outi 2.88E-02 1.38E-09 0.302E-12 5 3A ahc_u04in 2.80E-02 1.36E-09 0.308E-12 6 3Y# ahc_u04outi 4.33E-02 2.04E-09 0.441E-12 7 GND GND 3.46E-02 2.32E-09 0.433E-12 8 4Y# ahc_u04outi 3.46E-02 2.32E-09 0.433E-12 9 AA ahc_u04in 4.33E-02 2.04E-09 0.441E-12 10 5Y# ahc_u04outi 2.80E-02 1.36E-09 0.308E-12 11 5A ahc_u04in 2.88E-02 1.38E-09 0.302E-12 12 6Y# ahc_u04outi 2.80E-02 1.36E-09 0.308E-12 13 6A ahc_u04in 4.33E-02 2.04E-09 0.442E-12 14 VCC POWER 3.46E-02 2.31E-09 0.433E-12 | | | [Model Selector] ahc_u04in | | 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. | AHC_U04IN_33 3.3V-Vcc input model AHC_U04IN_50 5.0V-Vcc input model | [Model Selector] ahc_u04outi | | 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. | AHC_U04OUTI_33 3.3V-Vcc unbuffered output model AHC_U04OUTI_50 5.0V-Vcc unbuffered output model | |************************************************************************ | Model AHC_U04IN_33 |************************************************************************ | [Model] AHC_U04IN_33 Model_type Input Vinl = 0.9000V Vinh = 2.1000V C_comp 2.46pF 2.13pF 2.79pF | | [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.1 NA NA Vinl 0.9 NA NA | | Overshoot | S_overshoot_high 7.0 7.0 7.0 | 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.505E+00 -4.534E+00 -4.470E+00 -5.400E+00 -4.405E+00 -4.434E+00 -4.370E+00 -5.300E+00 -4.305E+00 -4.334E+00 -4.270E+00 -5.200E+00 -4.205E+00 -4.235E+00 -4.170E+00 -5.100E+00 -4.105E+00 -4.135E+00 -4.070E+00 -5.000E+00 -4.005E+00 -4.035E+00 -3.970E+00 -4.900E+00 -3.905E+00 -3.935E+00 -3.870E+00 -4.800E+00 -3.805E+00 -3.836E+00 -3.770E+00 -4.700E+00 -3.706E+00 -3.736E+00 -3.670E+00 -4.600E+00 -3.606E+00 -3.637E+00 -3.570E+00 -4.500E+00 -3.506E+00 -3.537E+00 -3.470E+00 -4.400E+00 -3.406E+00 -3.437E+00 -3.370E+00 -4.300E+00 -3.307E+00 -3.338E+00 -3.270E+00 -4.200E+00 -3.207E+00 -3.238E+00 -3.170E+00 -4.100E+00 -3.107E+00 -3.139E+00 -3.070E+00 -4.000E+00 -3.008E+00 -3.039E+00 -2.970E+00 -3.900E+00 -2.908E+00 -2.940E+00 -2.871E+00 -3.800E+00 -2.808E+00 -2.841E+00 -2.771E+00 -3.700E+00 -2.709E+00 -2.741E+00 -2.671E+00 -3.600E+00 -2.609E+00 -2.642E+00 -2.571E+00 -3.500E+00 -2.510E+00 -2.543E+00 -2.472E+00 -3.400E+00 -2.410E+00 -2.443E+00 -2.372E+00 -3.300E+00 -2.311E+00 -2.344E+00 -2.272E+00 -3.200E+00 -2.212E+00 -2.245E+00 -2.173E+00 -3.100E+00 -2.112E+00 -2.146E+00 -2.073E+00 -3.000E+00 -2.013E+00 -2.047E+00 -1.974E+00 -2.900E+00 -1.914E+00 -1.948E+00 -1.874E+00 -2.800E+00 -1.815E+00 -1.850E+00 -1.775E+00 -2.700E+00 -1.716E+00 -1.751E+00 -1.676E+00 -2.600E+00 -1.617E+00 -1.652E+00 -1.576E+00 -2.500E+00 -1.518E+00 -1.554E+00 -1.477E+00 -2.400E+00 -1.420E+00 -1.455E+00 -1.378E+00 -2.300E+00 -1.321E+00 -1.357E+00 -1.279E+00 -2.200E+00 -1.223E+00 -1.259E+00 -1.181E+00 -2.100E+00 -1.125E+00 -1.161E+00 -1.082E+00 -2.000E+00 -1.027E+00 -1.064E+00 -983.544E-03 -1.900E+00 -928.916E-03 -966.511E-03 -885.342E-03 -1.800E+00 -831.524E-03 -869.569E-03 -787.428E-03 -1.700E+00 -734.544E-03 -773.070E-03 -689.884E-03 -1.600E+00 -638.110E-03 -677.154E-03 -592.840E-03 -1.500E+00 -542.461E-03 -582.066E-03 -496.521E-03 -1.450E+00 -495.074E-03 -534.983E-03 -448.770E-03 -1.400E+00 -448.140E-03 -488.381E-03 -401.438E-03 -1.350E+00 -401.981E-03 -442.611E-03 -354.811E-03 -1.300E+00 -357.610E-03 -398.811E-03 -309.761E-03 -1.250E+00 -319.068E-03 -361.615E-03 -269.642E-03 -1.200E+00 -290.574E-03 -336.321E-03 -237.418E-03 -1.150E+00 -263.849E-03 -314.330E-03 -205.237E-03 -1.100E+00 -232.964E-03 -289.427E-03 -167.673E-03 -1.050E+00 -195.072E-03 -258.784E-03 -122.478E-03 -1.000E+00 -147.913E-03 -219.711E-03 -70.439E-03 -950.000E-03 -91.554E-03 -169.290E-03 -24.131E-03 -900.000E-03 -37.345E-03 -107.119E-03 -5.328E-03 -850.000E-03 -9.094E-03 -46.406E-03 -2.025E-03 -800.000E-03 -2.031E-03 -13.135E-03 -1.247E-03 -750.000E-03 -604.563E-06 -3.224E-03 -811.018E-06 -700.000E-03 -253.077E-06 -824.328E-06 -480.989E-06 -650.000E-03 -123.613E-06 -231.640E-06 -239.873E-06 -600.000E-03 -59.264E-06 -78.071E-06 -91.128E-06 -550.000E-03 -26.195E-06 -32.555E-06 -24.201E-06 -500.000E-03 -10.525E-06 -15.480E-06 -4.568E-06 -400.000E-03 -1.395E-06 -3.934E-06 -100.227E-09 -300.000E-03 -132.544E-09 -978.671E-09 -728.851E-12 -200.000E-03 -4.336E-09 -118.180E-09 -3.712E-12 -100.000E-03 -132.573E-12 -8.009E-09 -20.467E-15 0.000E+00 5.783E-18 67.002E-21 99.476E-21 200.000E-03 4.418E-12 597.260E-12 1.127E-15 400.000E-03 4.495E-12 603.202E-12 1.945E-15 600.000E-03 4.573E-12 608.184E-12 2.761E-15 800.000E-03 4.653E-12 613.261E-12 3.579E-15 1.000E+00 4.735E-12 618.403E-12 4.396E-15 1.200E+00 4.818E-12 623.599E-12 5.209E-15 1.400E+00 4.903E-12 628.844E-12 6.019E-15 1.600E+00 4.989E-12 634.135E-12 6.845E-15 1.800E+00 5.076E-12 639.472E-12 7.654E-15 2.000E+00 5.165E-12 644.854E-12 8.465E-15 2.200E+00 5.255E-12 650.281E-12 9.284E-15 2.400E+00 5.347E-12 655.755E-12 10.103E-15 2.600E+00 5.440E-12 661.276E-12 10.929E-15 2.800E+00 5.535E-12 666.849E-12 11.734E-15 3.000E+00 5.631E-12 672.478E-12 12.552E-15 3.200E+00 5.730E-12 672.478E-12 13.357E-15 3.400E+00 5.780E-12 672.478E-12 14.169E-15 3.600E+00 5.780E-12 672.478E-12 14.995E-15 3.800E+00 5.780E-12 672.478E-12 14.995E-15 4.000E+00 5.780E-12 672.478E-12 14.995E-15 4.200E+00 5.780E-12 672.478E-12 14.995E-15 4.400E+00 5.780E-12 672.478E-12 14.995E-15 4.600E+00 5.780E-12 672.478E-12 14.995E-15 4.800E+00 5.780E-12 672.478E-12 14.995E-15 5.000E+00 5.780E-12 672.478E-12 14.995E-15 5.200E+00 5.780E-12 672.478E-12 14.995E-15 5.400E+00 5.780E-12 672.478E-12 14.995E-15 5.500E+00 5.780E-12 672.478E-12 14.995E-15 | | End [Model] AHC_U04IN_33 | |************************************************************************ | Model AHC_U04IN_50 |************************************************************************ | [Model] AHC_U04IN_50 Model_type Input Vinl = 1.6500V Vinh = 3.8500V C_comp 2.46pF 2.12pF 2.77pF | | [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 3.85 NA NA Vinl 1.65 NA NA | | | Overshoot | S_overshoot_high 7.0 7.0 7.0 | Static overshoot S_overshoot_low -0.5 -0.5 -0.5 D_overshoot_high 11.0 11.0 11.0 | 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] 55.0000 110.0000 -5.0000 | [Voltage Range] 5.0000V 4.5000V 5.5000V |Process Range nominal slow fast | [GND_clamp] | voltage I(typ) I(min) I(max) | -5.500E+00 -4.525E+00 -4.549E+00 -4.495E+00 -5.400E+00 -4.425E+00 -4.449E+00 -4.394E+00 -5.300E+00 -4.325E+00 -4.349E+00 -4.294E+00 -5.200E+00 -4.225E+00 -4.250E+00 -4.194E+00 -5.100E+00 -4.125E+00 -4.150E+00 -4.094E+00 -5.000E+00 -4.025E+00 -4.050E+00 -3.994E+00 -4.900E+00 -3.925E+00 -3.950E+00 -3.894E+00 -4.800E+00 -3.825E+00 -3.850E+00 -3.793E+00 -4.700E+00 -3.725E+00 -3.750E+00 -3.693E+00 -4.600E+00 -3.625E+00 -3.651E+00 -3.593E+00 -4.500E+00 -3.525E+00 -3.551E+00 -3.493E+00 -4.400E+00 -3.425E+00 -3.451E+00 -3.393E+00 -4.300E+00 -3.325E+00 -3.352E+00 -3.293E+00 -4.200E+00 -3.225E+00 -3.252E+00 -3.193E+00 -4.100E+00 -3.126E+00 -3.152E+00 -3.093E+00 -4.000E+00 -3.026E+00 -3.053E+00 -2.993E+00 -3.900E+00 -2.926E+00 -2.953E+00 -2.893E+00 -3.800E+00 -2.826E+00 -2.854E+00 -2.793E+00 -3.700E+00 -2.727E+00 -2.754E+00 -2.693E+00 -3.600E+00 -2.627E+00 -2.655E+00 -2.593E+00 -3.500E+00 -2.527E+00 -2.555E+00 -2.493E+00 -3.400E+00 -2.428E+00 -2.456E+00 -2.394E+00 -3.300E+00 -2.328E+00 -2.357E+00 -2.294E+00 -3.200E+00 -2.229E+00 -2.258E+00 -2.194E+00 -3.100E+00 -2.130E+00 -2.159E+00 -2.095E+00 -3.000E+00 -2.030E+00 -2.059E+00 -1.995E+00 -2.900E+00 -1.931E+00 -1.960E+00 -1.895E+00 -2.800E+00 -1.832E+00 -1.862E+00 -1.796E+00 -2.700E+00 -1.733E+00 -1.763E+00 -1.697E+00 -2.600E+00 -1.634E+00 -1.664E+00 -1.597E+00 -2.500E+00 -1.535E+00 -1.565E+00 -1.498E+00 -2.400E+00 -1.436E+00 -1.467E+00 -1.399E+00 -2.300E+00 -1.337E+00 -1.369E+00 -1.300E+00 -2.200E+00 -1.239E+00 -1.271E+00 -1.201E+00 -2.100E+00 -1.141E+00 -1.173E+00 -1.102E+00 -2.000E+00 -1.043E+00 -1.075E+00 -1.004E+00 -1.900E+00 -944.787E-03 -977.581E-03 -905.552E-03 -1.800E+00 -847.321E-03 -880.547E-03 -807.593E-03 -1.700E+00 -750.273E-03 -783.959E-03 -710.018E-03 -1.600E+00 -653.778E-03 -687.957E-03 -612.954E-03 -1.500E+00 -558.076E-03 -592.787E-03 -516.632E-03 -1.450E+00 -510.667E-03 -545.666E-03 -468.888E-03 -1.400E+00 -463.720E-03 -499.031E-03 -421.575E-03 -1.350E+00 -417.566E-03 -453.242E-03 -374.993E-03 -1.300E+00 -373.271E-03 -409.472E-03 -330.078E-03 -1.250E+00 -335.109E-03 -372.516E-03 -290.483E-03 -1.200E+00 -307.719E-03 -347.962E-03 -259.705E-03 -1.150E+00 -282.660E-03 -327.103E-03 -229.661E-03 -1.100E+00 -253.846E-03 -303.635E-03 -194.638E-03 -1.050E+00 -218.370E-03 -274.747E-03 -151.966E-03 -1.000E+00 -173.635E-03 -237.729E-03 -100.566E-03 -950.000E-03 -118.088E-03 -189.349E-03 -46.308E-03 -900.000E-03 -57.873E-03 -127.631E-03 -11.933E-03 -850.000E-03 -16.964E-03 -61.591E-03 -3.088E-03 -800.000E-03 -3.834E-03 -19.149E-03 -1.465E-03 -750.000E-03 -1.005E-03 -4.867E-03 -922.961E-06 -700.000E-03 -359.851E-06 -1.260E-03 -577.756E-06 -650.000E-03 -166.725E-06 -351.351E-06 -323.555E-06 -600.000E-03 -83.720E-06 -113.084E-06 -151.689E-06 -550.000E-03 -40.817E-06 -45.051E-06 -56.300E-06 -500.000E-03 -18.642E-06 -21.213E-06 -16.336E-06 -400.000E-03 -3.225E-06 -5.711E-06 -811.414E-09 -300.000E-03 -445.215E-09 -1.560E-06 -16.694E-09 -200.000E-03 -21.367E-09 -234.585E-09 -194.608E-12 -100.000E-03 -888.459E-12 -18.071E-09 -2.294E-12 0.000E+00 822.012E-24 604.598E-21 203.251E-21 200.000E-03 39.958E-12 1.529E-09 31.999E-15 400.000E-03 40.579E-12 1.544E-09 33.933E-15 600.000E-03 41.198E-12 1.556E-09 35.930E-15 800.000E-03 41.833E-12 1.569E-09 37.973E-15 1.000E+00 42.481E-12 1.581E-09 40.058E-15 1.200E+00 43.141E-12 1.593E-09 42.188E-15 1.400E+00 43.812E-12 1.606E-09 44.357E-15 1.600E+00 44.493E-12 1.619E-09 46.574E-15 1.800E+00 45.185E-12 1.632E-09 48.839E-15 2.000E+00 45.888E-12 1.644E-09 51.150E-15 2.200E+00 46.602E-12 1.658E-09 53.530E-15 2.400E+00 47.327E-12 1.671E-09 55.938E-15 2.600E+00 48.063E-12 1.684E-09 58.412E-15 2.800E+00 48.811E-12 1.697E-09 60.944E-15 3.000E+00 49.572E-12 1.711E-09 63.533E-15 3.200E+00 50.346E-12 1.724E-09 66.190E-15 3.400E+00 51.135E-12 1.738E-09 68.924E-15 3.600E+00 51.941E-12 1.752E-09 71.727E-15 3.800E+00 52.766E-12 1.767E-09 74.614E-15 4.000E+00 53.613E-12 1.781E-09 77.591E-15 4.200E+00 54.485E-12 1.796E-09 80.658E-15 4.400E+00 55.386E-12 1.812E-09 83.829E-15 4.600E+00 56.319E-12 1.820E-09 87.139E-15 4.800E+00 57.289E-12 1.820E-09 90.546E-15 5.000E+00 58.300E-12 1.820E-09 94.126E-15 5.200E+00 58.300E-12 1.820E-09 97.838E-15 5.400E+00 58.300E-12 1.820E-09 101.696E-15 5.500E+00 58.300E-12 1.820E-09 103.709E-15 | | End [Model] AHC_U04IN_50 | |************************************************************************ | Model AHC_U04OUTI_33 |************************************************************************ | [Model] AHC_U04OUTI_33 Model_type Output Polarity Inverting Vmeas = 1.6500V Cref = 50.0000pF Rref = 1.0000k Vref = 0.000V C_comp 1.13pF 0.85pF 1.49pF | | [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.65 1.5 1.8 | | |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 -326.597E-03 -253.150E-03 -484.316E-03 -5.350E+00 -316.009E-03 -245.056E-03 -468.386E-03 -5.200E+00 -305.423E-03 -236.965E-03 -452.459E-03 -5.050E+00 -294.840E-03 -228.876E-03 -436.538E-03 -4.900E+00 -284.260E-03 -220.790E-03 -420.621E-03 -4.750E+00 -273.683E-03 -212.706E-03 -404.709E-03 -4.600E+00 -263.110E-03 -204.625E-03 -388.803E-03 -4.450E+00 -252.541E-03 -196.548E-03 -372.903E-03 -4.300E+00 -241.977E-03 -188.474E-03 -357.009E-03 -4.150E+00 -231.417E-03 -180.403E-03 -341.123E-03 -4.000E+00 -220.862E-03 -172.337E-03 -325.244E-03 -3.850E+00 -210.313E-03 -164.276E-03 -309.375E-03 -3.700E+00 -199.771E-03 -156.219E-03 -293.515E-03 -3.550E+00 -189.236E-03 -148.169E-03 -277.666E-03 -3.400E+00 -178.709E-03 -140.125E-03 -261.829E-03 -3.250E+00 -168.191E-03 -132.088E-03 -246.007E-03 -3.100E+00 -157.685E-03 -124.059E-03 -230.202E-03 -2.950E+00 -147.191E-03 -116.040E-03 -214.416E-03 -2.800E+00 -136.713E-03 -108.032E-03 -198.654E-03 -2.650E+00 -126.252E-03 -100.037E-03 -182.922E-03 -2.500E+00 -115.813E-03 -92.057E-03 -167.226E-03 -2.350E+00 -105.401E-03 -84.096E-03 -151.577E-03 -2.200E+00 -95.024E-03 -76.158E-03 -135.992E-03 -2.050E+00 -84.693E-03 -68.250E-03 -120.496E-03 -1.900E+00 -74.426E-03 -60.380E-03 -105.137E-03 -1.750E+00 -64.251E-03 -52.562E-03 -90.010E-03 -1.600E+00 -54.223E-03 -44.818E-03 -75.344E-03 -1.450E+00 -44.461E-03 -37.191E-03 -61.942E-03 -1.300E+00 -35.300E-03 -29.771E-03 -52.656E-03 -1.150E+00 -27.984E-03 -22.904E-03 -46.779E-03 -1.000E+00 -23.577E-03 -16.910E-03 -41.204E-03 -850.000E-03 -20.118E-03 -13.009E-03 -35.586E-03 -700.000E-03 -16.657E-03 -10.590E-03 -29.777E-03 -550.000E-03 -13.123E-03 -8.312E-03 -23.687E-03 -400.000E-03 -9.538E-03 -6.041E-03 -17.458E-03 -250.000E-03 -5.919E-03 -3.737E-03 -11.206E-03 -150.000E-03 -3.533E-03 -2.216E-03 -7.033E-03 0.000E+00 -3.323E-06 -30.801E-09 -775.797E-06 100.000E-03 2.288E-03 1.423E-03 3.322E-03 200.000E-03 4.499E-03 2.792E-03 7.279E-03 300.000E-03 6.625E-03 4.104E-03 11.089E-03 400.000E-03 8.664E-03 5.356E-03 14.746E-03 500.000E-03 10.612E-03 6.546E-03 18.244E-03 600.000E-03 12.465E-03 7.672E-03 21.579E-03 700.000E-03 14.219E-03 8.730E-03 24.745E-03 800.000E-03 15.871E-03 9.719E-03 27.736E-03 900.000E-03 17.417E-03 10.634E-03 30.548E-03 1.000E+00 18.853E-03 11.474E-03 33.175E-03 1.250E+00 21.938E-03 13.224E-03 38.896E-03 1.500E+00 24.251E-03 14.440E-03 43.347E-03 1.750E+00 25.757E-03 15.126E-03 46.468E-03 2.000E+00 26.545E-03 15.437E-03 48.320E-03 2.250E+00 26.938E-03 15.606E-03 49.294E-03 2.500E+00 27.200E-03 15.733E-03 49.912E-03 2.750E+00 27.418E-03 15.842E-03 50.411E-03 3.000E+00 27.613E-03 15.942E-03 50.857E-03 3.250E+00 27.793E-03 16.039E-03 51.270E-03 3.500E+00 28.071E-03 16.230E-03 51.676E-03 3.750E+00 29.211E-03 49.843E-03 53.323E-03 4.000E+00 31.774E-03 382.515E-03 57.679E-03 4.250E+00 230.839E-03 581.300E-03 63.039E-03 4.500E+00 488.794E-03 713.562E-03 93.488E-03 4.750E+00 639.524E-03 929.874E-03 382.621E-03 5.000E+00 842.975E-03 1.170E+00 567.809E-03 5.250E+00 1.083E+00 1.414E+00 760.390E-03 5.500E+00 1.328E+00 1.660E+00 1.001E+00 5.750E+00 1.574E+00 1.906E+00 1.246E+00 6.000E+00 1.821E+00 2.153E+00 1.493E+00 6.250E+00 2.069E+00 2.401E+00 1.741E+00 6.500E+00 2.317E+00 2.649E+00 1.989E+00 6.750E+00 2.566E+00 2.897E+00 2.238E+00 7.000E+00 2.814E+00 3.146E+00 2.488E+00 7.250E+00 3.064E+00 3.395E+00 2.738E+00 7.500E+00 3.313E+00 3.644E+00 2.988E+00 7.750E+00 3.563E+00 3.893E+00 3.238E+00 8.000E+00 3.812E+00 4.142E+00 3.488E+00 8.250E+00 4.062E+00 4.392E+00 3.739E+00 8.500E+00 4.312E+00 4.641E+00 3.990E+00 8.750E+00 4.563E+00 4.891E+00 4.241E+00 9.000E+00 4.813E+00 5.141E+00 4.492E+00 9.250E+00 5.063E+00 5.391E+00 4.744E+00 9.500E+00 5.314E+00 5.641E+00 4.995E+00 9.750E+00 5.565E+00 5.891E+00 5.247E+00 10.000E+00 5.815E+00 6.141E+00 5.499E+00 10.250E+00 6.066E+00 6.391E+00 5.751E+00 10.500E+00 6.317E+00 6.642E+00 6.003E+00 10.750E+00 6.568E+00 6.892E+00 6.255E+00 11.000E+00 6.819E+00 7.143E+00 6.507E+00 | [Pullup] | voltage I(typ) I(min) I(max) | -8.000E+00 7.082E+00 7.122E+00 7.035E+00 -7.800E+00 6.881E+00 6.922E+00 6.834E+00 -7.600E+00 6.681E+00 6.722E+00 6.634E+00 -7.400E+00 6.481E+00 6.522E+00 6.434E+00 -7.200E+00 6.281E+00 6.322E+00 6.233E+00 -7.000E+00 6.081E+00 6.122E+00 6.033E+00 -6.800E+00 5.880E+00 5.922E+00 5.832E+00 -6.600E+00 5.680E+00 5.722E+00 5.632E+00 -6.400E+00 5.480E+00 5.522E+00 5.432E+00 -6.200E+00 5.280E+00 5.322E+00 5.231E+00 -6.000E+00 5.080E+00 5.123E+00 5.031E+00 -5.800E+00 4.880E+00 4.923E+00 4.831E+00 -5.600E+00 4.680E+00 4.723E+00 4.631E+00 -5.400E+00 4.481E+00 4.524E+00 4.431E+00 -5.200E+00 4.281E+00 4.324E+00 4.230E+00 -5.000E+00 4.081E+00 4.125E+00 4.030E+00 -4.800E+00 3.881E+00 3.925E+00 3.830E+00 -4.600E+00 3.682E+00 3.726E+00 3.631E+00 -4.400E+00 3.482E+00 3.527E+00 3.431E+00 -4.200E+00 3.283E+00 3.328E+00 3.231E+00 -4.000E+00 3.084E+00 3.129E+00 3.031E+00 -3.800E+00 2.884E+00 2.930E+00 2.832E+00 -3.600E+00 2.685E+00 2.732E+00 2.632E+00 -3.400E+00 2.487E+00 2.533E+00 2.433E+00 -3.200E+00 2.288E+00 2.335E+00 2.234E+00 -3.000E+00 2.090E+00 2.137E+00 2.035E+00 -2.800E+00 1.891E+00 1.939E+00 1.836E+00 -2.600E+00 1.694E+00 1.742E+00 1.638E+00 -2.400E+00 1.496E+00 1.545E+00 1.440E+00 -2.200E+00 1.300E+00 1.349E+00 1.243E+00 -2.000E+00 1.104E+00 1.154E+00 1.046E+00 -1.800E+00 910.455E-03 961.556E-03 851.723E-03 -1.600E+00 723.591E-03 775.999E-03 663.407E-03 -1.400E+00 584.459E-03 643.030E-03 517.218E-03 -1.200E+00 462.349E-03 535.851E-03 378.245E-03 -1.000E+00 272.041E-03 368.485E-03 168.199E-03 -800.000E-03 39.305E-03 96.914E-03 46.949E-03 -600.000E-03 19.186E-03 11.209E-03 35.623E-03 -400.000E-03 12.785E-03 7.152E-03 24.038E-03 -200.000E-03 6.287E-03 3.500E-03 11.910E-03 0.000E+00 9.629E-12 1.114E-09 26.479E-15 200.000E-03 -5.865E-03 -3.193E-03 -11.269E-03 400.000E-03 -11.235E-03 -6.078E-03 -21.602E-03 600.000E-03 -16.091E-03 -8.642E-03 -30.968E-03 800.000E-03 -20.429E-03 -10.881E-03 -39.374E-03 1.000E+00 -24.253E-03 -12.796E-03 -46.841E-03 1.200E+00 -27.571E-03 -14.390E-03 -53.398E-03 1.400E+00 -30.394E-03 -15.669E-03 -59.080E-03 1.600E+00 -32.739E-03 -16.646E-03 -63.930E-03 1.800E+00 -34.631E-03 -17.349E-03 -68.005E-03 2.000E+00 -36.113E-03 -17.836E-03 -71.386E-03 2.200E+00 -37.258E-03 -18.185E-03 -74.189E-03 2.400E+00 -38.159E-03 -18.461E-03 -76.568E-03 2.600E+00 -38.897E-03 -18.695E-03 -78.636E-03 2.800E+00 -39.520E-03 -18.903E-03 -80.423E-03 3.000E+00 -40.063E-03 -19.093E-03 -81.962E-03 3.200E+00 -40.551E-03 -19.270E-03 -83.311E-03 3.400E+00 -40.997E-03 -19.443E-03 -84.519E-03 3.600E+00 -41.412E-03 -19.773E-03 -85.622E-03 3.800E+00 -41.818E-03 -24.479E-03 -86.644E-03 4.000E+00 -42.608E-03 -33.626E-03 -87.601E-03 4.200E+00 -49.618E-03 -43.366E-03 -88.642E-03 4.400E+00 -61.819E-03 -53.573E-03 -90.821E-03 4.600E+00 -74.678E-03 -64.095E-03 -100.873E-03 4.800E+00 -88.465E-03 -74.716E-03 -118.771E-03 5.000E+00 -102.458E-03 -85.401E-03 -138.806E-03 5.200E+00 -116.550E-03 -96.130E-03 -159.948E-03 5.400E+00 -130.707E-03 -106.890E-03 -181.307E-03 5.600E+00 -144.907E-03 -117.675E-03 -202.783E-03 5.800E+00 -159.139E-03 -128.479E-03 -224.328E-03 6.000E+00 -173.394E-03 -139.298E-03 -245.919E-03 6.200E+00 -187.667E-03 -150.130E-03 -267.543E-03 6.400E+00 -201.955E-03 -160.972E-03 -289.191E-03 6.600E+00 -216.255E-03 -171.824E-03 -310.858E-03 6.800E+00 -230.564E-03 -182.682E-03 -332.539E-03 7.000E+00 -244.883E-03 -193.548E-03 -354.232E-03 7.200E+00 -259.209E-03 -204.420E-03 -375.937E-03 7.400E+00 -273.541E-03 -215.297E-03 -397.651E-03 7.600E+00 -287.880E-03 -226.178E-03 -419.376E-03 7.800E+00 -302.225E-03 -237.065E-03 -441.110E-03 8.000E+00 -316.577E-03 -247.955E-03 -462.854E-03 8.200E+00 -330.933E-03 -258.850E-03 -484.608E-03 8.400E+00 -345.296E-03 -269.748E-03 -506.374E-03 8.600E+00 -359.665E-03 -280.650E-03 -528.152E-03 8.800E+00 -374.040E-03 -291.555E-03 -549.944E-03 9.000E+00 -388.421E-03 -302.464E-03 -571.749E-03 9.100E+00 -395.614E-03 -307.920E-03 -582.657E-03 | [Ramp] | variable typ min max dV/dt_r 1.407V/353.322ps 947.169mV/433.572ps 1.802V/306.755ps dV/dt_f 1.270V/562.632ps 875.206mV/666.534ps 1.676V/445.401ps 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 99.776E-06 1.257E-06 15.044E-03 25.000ps -20.833E-03 -14.481E-03 -3.415E-03 50.000ps -57.876E-03 -44.797E-03 -19.890E-03 75.000ps -96.209E-03 -91.454E-03 -11.362E-03 100.000ps -114.626E-03 -140.012E-03 37.756E-03 125.000ps -82.111E-03 -149.832E-03 147.351E-03 150.000ps -17.281E-03 -133.205E-03 285.667E-03 175.000ps 66.881E-03 -100.456E-03 437.092E-03 200.000ps 162.105E-03 -57.012E-03 595.871E-03 225.000ps 263.161E-03 -6.489E-03 760.870E-03 250.000ps 369.535E-03 48.978E-03 924.962E-03 275.000ps 479.036E-03 108.489E-03 1.087E+00 300.000ps 587.121E-03 170.870E-03 1.247E+00 325.000ps 692.905E-03 234.440E-03 1.410E+00 350.000ps 796.544E-03 297.707E-03 1.579E+00 375.000ps 898.753E-03 359.840E-03 1.751E+00 400.000ps 1.002E+00 420.613E-03 1.917E+00 425.000ps 1.108E+00 480.002E-03 2.065E+00 450.000ps 1.220E+00 538.231E-03 2.191E+00 475.000ps 1.333E+00 595.875E-03 2.298E+00 500.000ps 1.444E+00 654.291E-03 2.387E+00 525.000ps 1.550E+00 714.785E-03 2.464E+00 550.000ps 1.647E+00 776.571E-03 2.529E+00 575.000ps 1.732E+00 838.143E-03 2.586E+00 600.000ps 1.808E+00 898.430E-03 2.637E+00 625.000ps 1.873E+00 956.760E-03 2.681E+00 650.000ps 1.930E+00 1.013E+00 2.721E+00 675.000ps 1.980E+00 1.065E+00 2.756E+00 700.000ps 2.024E+00 1.115E+00 2.788E+00 725.000ps 2.061E+00 1.160E+00 2.817E+00 750.000ps 2.095E+00 1.203E+00 2.842E+00 775.000ps 2.124E+00 1.241E+00 2.865E+00 800.000ps 2.149E+00 1.276E+00 2.885E+00 825.000ps 2.171E+00 1.307E+00 2.903E+00 850.000ps 2.191E+00 1.334E+00 2.919E+00 875.000ps 2.208E+00 1.359E+00 2.932E+00 900.000ps 2.222E+00 1.381E+00 2.944E+00 925.000ps 2.235E+00 1.400E+00 2.954E+00 950.000ps 2.246E+00 1.417E+00 2.963E+00 975.000ps 2.255E+00 1.432E+00 2.970E+00 1.000ns 2.263E+00 1.445E+00 2.976E+00 1.025ns 2.270E+00 1.457E+00 2.981E+00 1.050ns 2.276E+00 1.468E+00 2.985E+00 1.075ns 2.282E+00 1.477E+00 2.988E+00 1.100ns 2.287E+00 1.486E+00 2.990E+00 1.125ns 2.291E+00 1.493E+00 2.992E+00 1.150ns 2.295E+00 1.500E+00 2.994E+00 1.175ns 2.299E+00 1.507E+00 2.996E+00 1.200ns 2.303E+00 1.512E+00 2.998E+00 1.225ns 2.306E+00 1.517E+00 2.999E+00 1.250ns 2.309E+00 1.522E+00 3.001E+00 1.275ns 2.311E+00 1.526E+00 3.002E+00 1.300ns 2.314E+00 1.530E+00 3.003E+00 1.325ns 2.316E+00 1.534E+00 3.004E+00 1.350ns 2.318E+00 1.537E+00 3.006E+00 1.375ns 2.320E+00 1.540E+00 3.006E+00 1.400ns 2.322E+00 1.543E+00 3.007E+00 1.425ns 2.324E+00 1.546E+00 3.008E+00 1.450ns 2.325E+00 1.548E+00 3.009E+00 1.475ns 2.327E+00 1.551E+00 3.010E+00 1.500ns 2.328E+00 1.553E+00 3.010E+00 1.550ns 2.331E+00 1.556E+00 3.011E+00 1.600ns 2.333E+00 1.559E+00 3.012E+00 1.650ns 2.334E+00 1.562E+00 3.013E+00 1.700ns 2.336E+00 1.564E+00 3.014E+00 1.750ns 2.337E+00 1.566E+00 3.014E+00 1.800ns 2.338E+00 1.568E+00 3.015E+00 1.850ns 2.339E+00 1.569E+00 3.015E+00 1.900ns 2.340E+00 1.571E+00 3.016E+00 1.950ns 2.340E+00 1.572E+00 3.016E+00 2.000ns 2.341E+00 1.573E+00 3.016E+00 2.050ns 2.341E+00 1.574E+00 3.016E+00 2.100ns 2.342E+00 1.574E+00 3.017E+00 2.150ns 2.342E+00 1.575E+00 3.017E+00 2.200ns 2.343E+00 1.575E+00 3.017E+00 2.250ns 2.343E+00 1.576E+00 3.017E+00 2.300ns 2.343E+00 1.576E+00 3.017E+00 2.350ns 2.343E+00 1.576E+00 3.017E+00 2.400ns 2.343E+00 1.577E+00 3.017E+00 2.450ns 2.344E+00 1.577E+00 3.017E+00 2.500ns 2.344E+00 1.577E+00 3.017E+00 2.625ns 2.344E+00 1.578E+00 3.017E+00 2.750ns 2.344E+00 1.578E+00 3.017E+00 2.875ns 2.344E+00 1.578E+00 3.018E+00 3.000ns 2.344E+00 1.578E+00 3.018E+00 3.125ns 2.344E+00 1.578E+00 3.018E+00 3.250ns 2.344E+00 1.578E+00 3.018E+00 3.375ns 2.344E+00 1.579E+00 3.018E+00 3.500ns 2.344E+00 1.579E+00 3.018E+00 3.625ns 2.344E+00 1.579E+00 3.018E+00 3.750ns 2.344E+00 1.579E+00 3.018E+00 3.875ns 2.344E+00 1.579E+00 3.018E+00 4.000ns 2.344E+00 1.579E+00 3.018E+00 4.125ns 2.344E+00 1.579E+00 3.018E+00 4.250ns 2.344E+00 1.579E+00 3.018E+00 4.375ns 2.344E+00 1.579E+00 3.018E+00 4.500ns 2.344E+00 1.579E+00 3.018E+00 4.625ns 2.344E+00 1.579E+00 3.018E+00 4.750ns 2.344E+00 1.579E+00 3.018E+00 4.875ns 2.344E+00 1.579E+00 3.018E+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 1.182E+00 1.541E+00 806.912E-03 25.000ps 1.161E+00 1.527E+00 787.519E-03 50.000ps 1.124E+00 1.500E+00 771.375E-03 75.000ps 1.090E+00 1.462E+00 786.303E-03 100.000ps 1.085E+00 1.428E+00 854.245E-03 125.000ps 1.152E+00 1.442E+00 1.006E+00 150.000ps 1.270E+00 1.497E+00 1.212E+00 175.000ps 1.423E+00 1.584E+00 1.449E+00 200.000ps 1.604E+00 1.694E+00 1.704E+00 225.000ps 1.806E+00 1.819E+00 1.976E+00 250.000ps 2.015E+00 1.950E+00 2.247E+00 275.000ps 2.206E+00 2.071E+00 2.481E+00 300.000ps 2.370E+00 2.183E+00 2.664E+00 325.000ps 2.510E+00 2.284E+00 2.806E+00 350.000ps 2.625E+00 2.374E+00 2.915E+00 375.000ps 2.720E+00 2.454E+00 3.002E+00 400.000ps 2.799E+00 2.523E+00 3.074E+00 425.000ps 2.866E+00 2.584E+00 3.135E+00 450.000ps 2.922E+00 2.638E+00 3.188E+00 475.000ps 2.970E+00 2.684E+00 3.234E+00 500.000ps 3.011E+00 2.725E+00 3.275E+00 525.000ps 3.047E+00 2.760E+00 3.312E+00 550.000ps 3.078E+00 2.791E+00 3.345E+00 575.000ps 3.106E+00 2.818E+00 3.375E+00 600.000ps 3.131E+00 2.841E+00 3.403E+00 625.000ps 3.153E+00 2.862E+00 3.427E+00 650.000ps 3.173E+00 2.880E+00 3.450E+00 675.000ps 3.190E+00 2.896E+00 3.470E+00 700.000ps 3.205E+00 2.910E+00 3.488E+00 725.000ps 3.219E+00 2.921E+00 3.504E+00 750.000ps 3.231E+00 2.931E+00 3.519E+00 775.000ps 3.241E+00 2.940E+00 3.532E+00 800.000ps 3.250E+00 2.947E+00 3.543E+00 825.000ps 3.258E+00 2.954E+00 3.553E+00 850.000ps 3.264E+00 2.959E+00 3.561E+00 875.000ps 3.269E+00 2.964E+00 3.569E+00 900.000ps 3.274E+00 2.968E+00 3.575E+00 925.000ps 3.277E+00 2.971E+00 3.580E+00 950.000ps 3.280E+00 2.974E+00 3.584E+00 975.000ps 3.282E+00 2.977E+00 3.587E+00 1.000ns 3.284E+00 2.979E+00 3.589E+00 1.025ns 3.285E+00 2.981E+00 3.590E+00 1.050ns 3.287E+00 2.983E+00 3.591E+00 1.075ns 3.288E+00 2.984E+00 3.592E+00 1.100ns 3.289E+00 2.986E+00 3.593E+00 1.125ns 3.290E+00 2.987E+00 3.593E+00 1.150ns 3.291E+00 2.988E+00 3.594E+00 1.175ns 3.292E+00 2.989E+00 3.594E+00 1.200ns 3.292E+00 2.990E+00 3.595E+00 1.225ns 3.293E+00 2.991E+00 3.595E+00 1.250ns 3.293E+00 2.991E+00 3.596E+00 1.275ns 3.294E+00 2.992E+00 3.596E+00 1.300ns 3.294E+00 2.993E+00 3.596E+00 1.325ns 3.295E+00 2.993E+00 3.597E+00 1.350ns 3.295E+00 2.994E+00 3.597E+00 1.375ns 3.296E+00 2.994E+00 3.597E+00 1.400ns 3.296E+00 2.995E+00 3.597E+00 1.425ns 3.296E+00 2.995E+00 3.598E+00 1.450ns 3.297E+00 2.996E+00 3.598E+00 1.475ns 3.297E+00 2.996E+00 3.598E+00 1.500ns 3.297E+00 2.996E+00 3.598E+00 1.550ns 3.298E+00 2.997E+00 3.598E+00 1.600ns 3.298E+00 2.997E+00 3.599E+00 1.650ns 3.298E+00 2.998E+00 3.599E+00 1.700ns 3.299E+00 2.998E+00 3.599E+00 1.750ns 3.299E+00 2.998E+00 3.599E+00 1.800ns 3.299E+00 2.999E+00 3.599E+00 1.850ns 3.299E+00 2.999E+00 3.599E+00 1.900ns 3.299E+00 2.999E+00 3.600E+00 1.950ns 3.299E+00 2.999E+00 3.600E+00 2.000ns 3.299E+00 2.999E+00 3.600E+00 2.050ns 3.300E+00 2.999E+00 3.600E+00 2.100ns 3.300E+00 2.999E+00 3.600E+00 2.150ns 3.300E+00 3.000E+00 3.600E+00 2.200ns 3.300E+00 3.000E+00 3.600E+00 2.250ns 3.300E+00 3.000E+00 3.600E+00 2.300ns 3.300E+00 3.000E+00 3.600E+00 2.350ns 3.300E+00 3.000E+00 3.600E+00 2.400ns 3.300E+00 3.000E+00 3.600E+00 2.450ns 3.300E+00 3.000E+00 3.600E+00 2.500ns 3.300E+00 3.000E+00 3.600E+00 2.625ns 3.300E+00 3.000E+00 3.600E+00 2.750ns 3.300E+00 3.000E+00 3.600E+00 2.875ns 3.300E+00 3.000E+00 3.600E+00 3.000ns 3.300E+00 3.000E+00 3.600E+00 3.125ns 3.300E+00 3.000E+00 3.600E+00 3.250ns 3.300E+00 3.000E+00 3.600E+00 3.375ns 3.300E+00 3.000E+00 3.600E+00 3.500ns 3.300E+00 3.000E+00 3.600E+00 3.625ns 3.300E+00 3.000E+00 3.600E+00 3.750ns 3.300E+00 3.000E+00 3.600E+00 3.875ns 3.300E+00 3.000E+00 3.600E+00 4.000ns 3.300E+00 3.000E+00 3.600E+00 4.125ns 3.300E+00 3.000E+00 3.600E+00 4.250ns 3.300E+00 3.000E+00 3.600E+00 4.375ns 3.300E+00 3.000E+00 3.600E+00 4.500ns 3.300E+00 3.000E+00 3.600E+00 4.625ns 3.300E+00 3.000E+00 3.600E+00 4.750ns 3.300E+00 3.000E+00 3.600E+00 4.875ns 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.344E+00 1.579E+00 3.018E+00 25.000ps 2.366E+00 1.601E+00 3.036E+00 50.000ps 2.401E+00 1.634E+00 3.063E+00 75.000ps 2.434E+00 1.660E+00 3.087E+00 100.000ps 2.458E+00 1.668E+00 3.102E+00 125.000ps 2.439E+00 1.624E+00 3.077E+00 150.000ps 2.376E+00 1.540E+00 3.019E+00 175.000ps 2.270E+00 1.430E+00 2.938E+00 200.000ps 2.127E+00 1.305E+00 2.840E+00 225.000ps 1.956E+00 1.175E+00 2.722E+00 250.000ps 1.773E+00 1.046E+00 2.577E+00 275.000ps 1.588E+00 923.051E-03 2.401E+00 300.000ps 1.405E+00 808.255E-03 2.206E+00 325.000ps 1.230E+00 703.633E-03 2.002E+00 350.000ps 1.065E+00 610.036E-03 1.797E+00 375.000ps 913.195E-03 526.981E-03 1.595E+00 400.000ps 775.863E-03 453.143E-03 1.402E+00 425.000ps 654.313E-03 387.341E-03 1.218E+00 450.000ps 547.503E-03 329.286E-03 1.048E+00 475.000ps 453.727E-03 279.642E-03 894.185E-03 500.000ps 372.313E-03 237.331E-03 758.517E-03 525.000ps 304.112E-03 201.080E-03 639.604E-03 550.000ps 247.754E-03 170.247E-03 535.800E-03 575.000ps 201.570E-03 144.215E-03 446.870E-03 600.000ps 164.102E-03 122.346E-03 373.953E-03 625.000ps 134.158E-03 104.132E-03 315.206E-03 650.000ps 110.316E-03 88.962E-03 268.262E-03 675.000ps 91.334E-03 76.313E-03 230.759E-03 700.000ps 76.197E-03 65.762E-03 200.844E-03 725.000ps 64.095E-03 56.955E-03 176.543E-03 750.000ps 54.370E-03 49.589E-03 156.411E-03 775.000ps 46.523E-03 43.419E-03 139.500E-03 800.000ps 40.168E-03 38.240E-03 125.179E-03 825.000ps 34.992E-03 33.881E-03 112.966E-03 850.000ps 30.743E-03 30.198E-03 102.506E-03 875.000ps 27.228E-03 27.071E-03 93.504E-03 900.000ps 24.292E-03 24.402E-03 85.711E-03 925.000ps 21.817E-03 22.111E-03 78.923E-03 950.000ps 19.712E-03 20.133E-03 72.978E-03 975.000ps 17.906E-03 18.415E-03 67.750E-03 1.000ns 16.340E-03 16.912E-03 63.133E-03 1.025ns 14.971E-03 15.590E-03 59.040E-03 1.050ns 13.767E-03 14.418E-03 55.397E-03 1.075ns 12.700E-03 13.374E-03 52.142E-03 1.100ns 11.749E-03 12.437E-03 49.225E-03 1.125ns 10.896E-03 11.593E-03 46.601E-03 1.150ns 10.128E-03 10.828E-03 44.233E-03 1.175ns 9.432E-03 10.131E-03 42.092E-03 1.200ns 8.801E-03 9.493E-03 40.148E-03 1.225ns 8.225E-03 8.908E-03 38.380E-03 1.250ns 7.698E-03 8.368E-03 36.767E-03 1.275ns 7.215E-03 7.869E-03 35.293E-03 1.300ns 6.770E-03 7.407E-03 33.942E-03 1.325ns 6.359E-03 6.977E-03 32.702E-03 1.350ns 5.980E-03 6.576E-03 31.560E-03 1.375ns 5.628E-03 6.202E-03 30.508E-03 1.400ns 5.301E-03 5.853E-03 29.536E-03 1.425ns 4.997E-03 5.526E-03 28.637E-03 1.450ns 4.714E-03 5.219E-03 27.804E-03 1.475ns 4.449E-03 4.931E-03 27.031E-03 1.500ns 4.202E-03 4.661E-03 26.313E-03 1.550ns 3.754E-03 4.167E-03 25.022E-03 1.600ns 3.360E-03 3.729E-03 23.898E-03 1.650ns 3.012E-03 3.340E-03 22.917E-03 1.700ns 2.705E-03 2.993E-03 22.056E-03 1.750ns 2.432E-03 2.684E-03 21.299E-03 1.800ns 2.189E-03 2.408E-03 20.631E-03 1.850ns 1.972E-03 2.161E-03 20.039E-03 1.900ns 1.779E-03 1.941E-03 19.515E-03 1.950ns 1.607E-03 1.743E-03 19.050E-03 2.000ns 1.453E-03 1.566E-03 18.635E-03 2.050ns 1.315E-03 1.407E-03 18.266E-03 2.100ns 1.191E-03 1.264E-03 17.936E-03 2.150ns 1.081E-03 1.137E-03 17.642E-03 2.200ns 981.529E-06 1.022E-03 17.378E-03 2.250ns 892.491E-06 918.995E-06 17.142E-03 2.300ns 812.580E-06 826.509E-06 16.931E-03 2.350ns 740.833E-06 743.427E-06 16.742E-03 2.400ns 676.393E-06 668.777E-06 16.572E-03 2.450ns 618.500E-06 601.690E-06 16.419E-03 2.500ns 566.474E-06 541.389E-06 16.282E-03 2.625ns 458.266E-06 415.944E-06 15.997E-03 2.750ns 375.285E-06 319.744E-06 15.778E-03 2.875ns 311.592E-06 245.927E-06 15.610E-03 3.000ns 262.671E-06 189.258E-06 15.481E-03 3.125ns 225.077E-06 145.736E-06 15.381E-03 3.250ns 196.176E-06 112.303E-06 15.305E-03 3.375ns 173.950E-06 86.614E-06 15.245E-03 3.500ns 156.854E-06 66.872E-06 15.200E-03 3.625ns 143.702E-06 51.699E-06 15.164E-03 3.750ns 133.583E-06 40.036E-06 15.137E-03 3.875ns 125.796E-06 31.071E-06 15.116E-03 4.000ns 119.803E-06 24.179E-06 15.100E-03 4.125ns 115.191E-06 18.881E-06 15.087E-03 4.250ns 111.641E-06 14.807E-06 15.078E-03 4.375ns 108.909E-06 11.675E-06 15.070E-03 4.500ns 106.806E-06 9.267E-06 15.064E-03 4.625ns 105.187E-06 7.416E-06 15.060E-03 4.750ns 103.941E-06 5.993E-06 15.056E-03 4.875ns 103.941E-06 5.993E-06 15.056E-03 | [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 25.000ps 3.320E+00 3.020E+00 3.618E+00 50.000ps 3.358E+00 3.061E+00 3.649E+00 75.000ps 3.405E+00 3.114E+00 3.683E+00 100.000ps 3.456E+00 3.174E+00 3.717E+00 125.000ps 3.486E+00 3.218E+00 3.725E+00 150.000ps 3.493E+00 3.242E+00 3.710E+00 175.000ps 3.484E+00 3.251E+00 3.683E+00 200.000ps 3.466E+00 3.248E+00 3.652E+00 225.000ps 3.443E+00 3.239E+00 3.620E+00 250.000ps 3.417E+00 3.225E+00 3.586E+00 275.000ps 3.389E+00 3.207E+00 3.550E+00 300.000ps 3.359E+00 3.186E+00 3.512E+00 325.000ps 3.326E+00 3.163E+00 3.469E+00 350.000ps 3.290E+00 3.135E+00 3.423E+00 375.000ps 3.250E+00 3.105E+00 3.372E+00 400.000ps 3.208E+00 3.071E+00 3.316E+00 425.000ps 3.161E+00 3.032E+00 3.253E+00 450.000ps 3.110E+00 2.988E+00 3.181E+00 475.000ps 3.050E+00 2.936E+00 3.094E+00 500.000ps 2.980E+00 2.882E+00 2.995E+00 525.000ps 2.906E+00 2.828E+00 2.887E+00 550.000ps 2.830E+00 2.774E+00 2.775E+00 575.000ps 2.754E+00 2.720E+00 2.661E+00 600.000ps 2.677E+00 2.668E+00 2.549E+00 625.000ps 2.603E+00 2.616E+00 2.439E+00 650.000ps 2.530E+00 2.567E+00 2.331E+00 675.000ps 2.459E+00 2.519E+00 2.227E+00 700.000ps 2.390E+00 2.472E+00 2.126E+00 725.000ps 2.324E+00 2.428E+00 2.028E+00 750.000ps 2.261E+00 2.385E+00 1.934E+00 775.000ps 2.200E+00 2.345E+00 1.844E+00 800.000ps 2.141E+00 2.305E+00 1.757E+00 825.000ps 2.085E+00 2.268E+00 1.674E+00 850.000ps 2.030E+00 2.232E+00 1.595E+00 875.000ps 1.979E+00 2.198E+00 1.520E+00 900.000ps 1.929E+00 2.165E+00 1.451E+00 925.000ps 1.881E+00 2.133E+00 1.386E+00 950.000ps 1.835E+00 2.103E+00 1.327E+00 975.000ps 1.792E+00 2.074E+00 1.273E+00 1.000ns 1.750E+00 2.047E+00 1.225E+00 1.025ns 1.710E+00 2.020E+00 1.182E+00 1.050ns 1.672E+00 1.995E+00 1.145E+00 1.075ns 1.636E+00 1.971E+00 1.113E+00 1.100ns 1.603E+00 1.948E+00 1.085E+00 1.125ns 1.571E+00 1.927E+00 1.061E+00 1.150ns 1.541E+00 1.906E+00 1.040E+00 1.175ns 1.513E+00 1.886E+00 1.022E+00 1.200ns 1.487E+00 1.867E+00 1.005E+00 1.225ns 1.463E+00 1.848E+00 990.728E-03 1.250ns 1.441E+00 1.831E+00 977.627E-03 1.275ns 1.420E+00 1.815E+00 965.793E-03 1.300ns 1.402E+00 1.799E+00 955.056E-03 1.325ns 1.385E+00 1.784E+00 945.273E-03 1.350ns 1.370E+00 1.770E+00 936.325E-03 1.375ns 1.356E+00 1.756E+00 928.115E-03 1.400ns 1.343E+00 1.743E+00 920.563E-03 1.425ns 1.332E+00 1.731E+00 913.600E-03 1.450ns 1.322E+00 1.720E+00 907.164E-03 1.475ns 1.313E+00 1.709E+00 901.205E-03 1.500ns 1.304E+00 1.699E+00 895.675E-03 1.550ns 1.289E+00 1.680E+00 885.754E-03 1.600ns 1.277E+00 1.664E+00 877.133E-03 1.650ns 1.266E+00 1.649E+00 869.604E-03 1.700ns 1.257E+00 1.636E+00 862.997E-03 1.750ns 1.249E+00 1.625E+00 857.178E-03 1.800ns 1.242E+00 1.615E+00 852.033E-03 1.850ns 1.236E+00 1.606E+00 847.471E-03 1.900ns 1.230E+00 1.599E+00 843.415E-03 1.950ns 1.225E+00 1.592E+00 839.800E-03 2.000ns 1.221E+00 1.586E+00 836.571E-03 2.050ns 1.217E+00 1.581E+00 833.682E-03 2.100ns 1.214E+00 1.576E+00 831.092E-03 2.150ns 1.211E+00 1.572E+00 828.768E-03 2.200ns 1.208E+00 1.569E+00 826.679E-03 2.250ns 1.206E+00 1.565E+00 824.799E-03 2.300ns 1.204E+00 1.563E+00 823.106E-03 2.350ns 1.202E+00 1.560E+00 821.579E-03 2.400ns 1.200E+00 1.558E+00 820.201E-03 2.450ns 1.198E+00 1.556E+00 818.957E-03 2.500ns 1.197E+00 1.555E+00 817.833E-03 2.625ns 1.194E+00 1.551E+00 815.470E-03 2.750ns 1.191E+00 1.549E+00 813.627E-03 2.875ns 1.189E+00 1.547E+00 812.187E-03 3.000ns 1.188E+00 1.545E+00 811.058E-03 3.125ns 1.187E+00 1.544E+00 810.174E-03 3.250ns 1.186E+00 1.544E+00 809.479E-03 3.375ns 1.185E+00 1.543E+00 808.933E-03 3.500ns 1.185E+00 1.543E+00 808.504E-03 3.625ns 1.184E+00 1.542E+00 808.166E-03 3.750ns 1.184E+00 1.542E+00 807.900E-03 3.875ns 1.183E+00 1.542E+00 807.690E-03 4.000ns 1.183E+00 1.542E+00 807.525E-03 4.125ns 1.183E+00 1.542E+00 807.395E-03 4.250ns 1.183E+00 1.541E+00 807.293E-03 4.375ns 1.183E+00 1.541E+00 807.212E-03 4.500ns 1.183E+00 1.541E+00 807.148E-03 4.625ns 1.183E+00 1.541E+00 807.098E-03 4.750ns 1.183E+00 1.541E+00 807.059E-03 4.875ns 1.183E+00 1.541E+00 807.059E-03 | | End [Model] AHC_U04OUTI_33 | |************************************************************************ | Model AHC_U04OUTI_50 |************************************************************************ | [Model] AHC_U04OUTI_50 Model_type Output Polarity Inverting Vmeas = 2.5000V Cref = 50.0000pF Rref = 1.0000k Vref = 0.000V C_comp 0.97pF 0.74pF 1.38pF | | [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 2.5 2.25 2.75 | | |Ambient temperature: 25.0000 85.0000 -40.0000 | [Temperature Range] 55.0000 110.0000 -5.0000 | [Voltage Range] 5.0000V 4.5000V 5.5000V |Process Range nominal slow fast | [Pulldown] | voltage I(typ) I(min) I(max) | -5.500E+00 -304.746E-03 -244.397E-03 -420.637E-03 -5.350E+00 -294.918E-03 -236.611E-03 -406.876E-03 -5.200E+00 -285.093E-03 -228.827E-03 -393.120E-03 -5.050E+00 -275.271E-03 -221.046E-03 -379.367E-03 -4.900E+00 -265.452E-03 -213.267E-03 -365.619E-03 -4.750E+00 -255.636E-03 -205.492E-03 -351.875E-03 -4.600E+00 -245.824E-03 -197.719E-03 -338.137E-03 -4.450E+00 -236.017E-03 -189.949E-03 -324.404E-03 -4.300E+00 -226.214E-03 -182.184E-03 -310.678E-03 -4.150E+00 -216.416E-03 -174.422E-03 -296.959E-03 -4.000E+00 -206.624E-03 -166.665E-03 -283.247E-03 -3.850E+00 -196.838E-03 -158.913E-03 -269.545E-03 -3.700E+00 -187.060E-03 -151.166E-03 -255.854E-03 -3.550E+00 -177.290E-03 -143.425E-03 -242.174E-03 -3.400E+00 -167.528E-03 -135.691E-03 -228.508E-03 -3.250E+00 -157.778E-03 -127.965E-03 -214.859E-03 -3.100E+00 -148.040E-03 -120.249E-03 -201.229E-03 -2.950E+00 -138.317E-03 -112.542E-03 -187.624E-03 -2.800E+00 -128.612E-03 -104.848E-03 -174.047E-03 -2.650E+00 -118.928E-03 -97.168E-03 -160.509E-03 -2.500E+00 -109.271E-03 -89.506E-03 -147.020E-03 -2.350E+00 -99.648E-03 -81.865E-03 -133.599E-03 -2.200E+00 -90.071E-03 -74.251E-03 -120.277E-03 -2.050E+00 -80.555E-03 -66.672E-03 -107.110E-03 -1.900E+00 -71.130E-03 -59.139E-03 -94.216E-03 -1.750E+00 -61.849E-03 -51.671E-03 -81.903E-03 -1.600E+00 -52.821E-03 -44.299E-03 -71.195E-03 -1.450E+00 -44.330E-03 -37.084E-03 -63.631E-03 -1.300E+00 -37.217E-03 -30.169E-03 -57.254E-03 -1.150E+00 -32.442E-03 -24.036E-03 -51.282E-03 -1.000E+00 -28.460E-03 -19.294E-03 -45.391E-03 -850.000E-03 -24.471E-03 -16.130E-03 -39.316E-03 -700.000E-03 -20.346E-03 -13.329E-03 -32.872E-03 -550.000E-03 -16.065E-03 -10.500E-03 -26.006E-03 -400.000E-03 -11.718E-03 -7.654E-03 -19.022E-03 -250.000E-03 -7.337E-03 -4.775E-03 -11.952E-03 -150.000E-03 -4.407E-03 -2.858E-03 -7.196E-03 0.000E+00 -20.606E-12 -696.817E-12 -34.264E-15 100.000E-03 2.922E-03 1.884E-03 4.790E-03 200.000E-03 5.805E-03 3.739E-03 9.516E-03 300.000E-03 8.648E-03 5.563E-03 14.178E-03 400.000E-03 11.449E-03 7.357E-03 18.773E-03 500.000E-03 14.208E-03 9.118E-03 23.301E-03 600.000E-03 16.924E-03 10.846E-03 27.759E-03 700.000E-03 19.595E-03 12.541E-03 32.148E-03 800.000E-03 22.220E-03 14.200E-03 36.464E-03 900.000E-03 24.800E-03 15.824E-03 40.708E-03 1.000E+00 27.331E-03 17.411E-03 44.877E-03 1.250E+00 33.446E-03 21.212E-03 54.968E-03 1.500E+00 39.244E-03 24.762E-03 64.569E-03 1.750E+00 44.706E-03 28.044E-03 73.661E-03 2.000E+00 49.815E-03 31.040E-03 82.225E-03 2.250E+00 54.553E-03 33.728E-03 90.240E-03 2.500E+00 58.899E-03 36.086E-03 97.687E-03 2.750E+00 62.831E-03 38.090E-03 104.546E-03 3.000E+00 66.326E-03 39.714E-03 110.797E-03 3.250E+00 69.360E-03 40.937E-03 116.419E-03 3.500E+00 71.909E-03 41.759E-03 121.393E-03 3.750E+00 73.951E-03 42.247E-03 125.701E-03 4.000E+00 75.477E-03 42.543E-03 129.327E-03 4.250E+00 76.514E-03 42.759E-03 132.264E-03 4.500E+00 77.172E-03 42.937E-03 134.519E-03 4.750E+00 77.619E-03 43.094E-03 136.139E-03 5.000E+00 77.968E-03 43.251E-03 137.251E-03 5.250E+00 78.261E-03 90.647E-03 138.046E-03 5.500E+00 78.460E-03 432.835E-03 138.670E-03 5.750E+00 86.220E-03 625.164E-03 139.190E-03 6.000E+00 379.514E-03 753.988E-03 139.494E-03 6.250E+00 598.062E-03 970.051E-03 139.535E-03 6.500E+00 740.263E-03 1.211E+00 336.744E-03 6.750E+00 959.140E-03 1.455E+00 584.565E-03 7.000E+00 1.201E+00 1.701E+00 742.539E-03 7.250E+00 1.446E+00 1.948E+00 964.781E-03 7.500E+00 1.693E+00 2.195E+00 1.208E+00 7.750E+00 1.941E+00 2.443E+00 1.455E+00 8.000E+00 2.189E+00 2.692E+00 1.702E+00 8.250E+00 2.438E+00 2.940E+00 1.951E+00 8.500E+00 2.687E+00 3.189E+00 2.200E+00 8.750E+00 2.936E+00 3.438E+00 2.450E+00 9.000E+00 3.186E+00 3.688E+00 2.700E+00 9.250E+00 3.436E+00 3.938E+00 2.951E+00 9.500E+00 3.686E+00 4.187E+00 3.202E+00 9.750E+00 3.936E+00 4.437E+00 3.453E+00 10.000E+00 4.187E+00 4.688E+00 3.704E+00 10.250E+00 4.438E+00 4.938E+00 3.956E+00 10.500E+00 4.689E+00 5.188E+00 4.208E+00 10.750E+00 4.940E+00 5.439E+00 4.461E+00 11.000E+00 5.191E+00 5.689E+00 4.713E+00 | [Pullup] | voltage I(typ) I(min) I(max) | -6.500E+00 5.606E+00 5.641E+00 5.563E+00 -6.350E+00 5.456E+00 5.491E+00 5.412E+00 -6.200E+00 5.305E+00 5.341E+00 5.262E+00 -6.050E+00 5.155E+00 5.191E+00 5.112E+00 -5.900E+00 5.005E+00 5.041E+00 4.961E+00 -5.750E+00 4.855E+00 4.891E+00 4.811E+00 -5.600E+00 4.705E+00 4.741E+00 4.660E+00 -5.450E+00 4.554E+00 4.591E+00 4.510E+00 -5.300E+00 4.404E+00 4.442E+00 4.360E+00 -5.150E+00 4.254E+00 4.292E+00 4.209E+00 -5.000E+00 4.104E+00 4.142E+00 4.059E+00 -4.850E+00 3.954E+00 3.992E+00 3.909E+00 -4.700E+00 3.804E+00 3.843E+00 3.759E+00 -4.550E+00 3.655E+00 3.693E+00 3.609E+00 -4.400E+00 3.505E+00 3.543E+00 3.459E+00 -4.250E+00 3.355E+00 3.394E+00 3.309E+00 -4.100E+00 3.205E+00 3.245E+00 3.159E+00 -3.950E+00 3.056E+00 3.095E+00 3.009E+00 -3.800E+00 2.906E+00 2.946E+00 2.859E+00 -3.650E+00 2.757E+00 2.797E+00 2.709E+00 -3.500E+00 2.607E+00 2.648E+00 2.559E+00 -3.350E+00 2.458E+00 2.499E+00 2.410E+00 -3.200E+00 2.309E+00 2.350E+00 2.260E+00 -3.050E+00 2.160E+00 2.201E+00 2.111E+00 -2.900E+00 2.011E+00 2.053E+00 1.962E+00 -2.750E+00 1.862E+00 1.904E+00 1.812E+00 -2.600E+00 1.714E+00 1.756E+00 1.664E+00 -2.450E+00 1.566E+00 1.609E+00 1.515E+00 -2.300E+00 1.418E+00 1.461E+00 1.367E+00 -2.150E+00 1.271E+00 1.314E+00 1.219E+00 -2.000E+00 1.124E+00 1.168E+00 1.072E+00 -1.850E+00 978.210E-03 1.023E+00 925.303E-03 -1.700E+00 834.937E-03 880.467E-03 781.266E-03 -1.550E+00 701.046E-03 747.895E-03 645.889E-03 -1.400E+00 606.205E-03 657.915E-03 545.381E-03 -1.250E+00 522.494E-03 583.460E-03 450.919E-03 -1.100E+00 409.970E-03 484.341E-03 323.556E-03 -950.000E-03 244.525E-03 335.584E-03 148.752E-03 -800.000E-03 57.428E-03 121.280E-03 54.265E-03 -650.000E-03 25.661E-03 18.270E-03 43.932E-03 -500.000E-03 19.738E-03 11.810E-03 34.351E-03 -350.000E-03 13.882E-03 8.247E-03 24.305E-03 -200.000E-03 7.903E-03 4.685E-03 13.908E-03 -150.000E-03 5.911E-03 3.494E-03 10.430E-03 0.000E+00 96.655E-12 3.013E-09 176.414E-15 250.000E-03 -9.464E-03 -5.534E-03 -16.797E-03 500.000E-03 -18.287E-03 -10.662E-03 -32.396E-03 750.000E-03 -26.448E-03 -15.369E-03 -46.773E-03 1.000E+00 -33.946E-03 -19.651E-03 -59.946E-03 1.250E+00 -40.786E-03 -23.507E-03 -71.950E-03 1.500E+00 -46.979E-03 -26.941E-03 -82.821E-03 1.750E+00 -52.536E-03 -29.955E-03 -92.599E-03 2.000E+00 -57.470E-03 -32.555E-03 -101.327E-03 2.250E+00 -61.797E-03 -34.747E-03 -109.052E-03 2.500E+00 -65.536E-03 -36.545E-03 -115.823E-03 2.750E+00 -68.711E-03 -37.967E-03 -121.700E-03 3.000E+00 -71.359E-03 -39.053E-03 -126.759E-03 3.250E+00 -73.538E-03 -39.875E-03 -131.105E-03 3.500E+00 -75.345E-03 -40.520E-03 -134.901E-03 3.750E+00 -76.908E-03 -41.045E-03 -138.385E-03 4.000E+00 -78.293E-03 -41.485E-03 -141.762E-03 4.250E+00 -79.478E-03 -41.867E-03 -144.924E-03 4.500E+00 -80.481E-03 -42.209E-03 -147.652E-03 4.750E+00 -81.348E-03 -42.522E-03 -149.956E-03 5.000E+00 -82.118E-03 -42.849E-03 -151.939E-03 5.250E+00 -82.815E-03 -46.416E-03 -153.690E-03 5.500E+00 -83.486E-03 -57.080E-03 -155.271E-03 5.750E+00 -85.568E-03 -68.711E-03 -156.720E-03 6.000E+00 -97.361E-03 -81.252E-03 -158.086E-03 6.250E+00 -111.627E-03 -94.054E-03 -160.444E-03 6.500E+00 -127.616E-03 -106.960E-03 -170.738E-03 6.750E+00 -144.001E-03 -119.931E-03 -189.386E-03 7.000E+00 -160.512E-03 -132.945E-03 -211.971E-03 7.250E+00 -177.098E-03 -145.991E-03 -235.293E-03 7.500E+00 -193.733E-03 -159.060E-03 -258.800E-03 7.750E+00 -210.402E-03 -172.149E-03 -282.410E-03 8.000E+00 -227.097E-03 -185.253E-03 -306.086E-03 8.250E+00 -243.815E-03 -198.370E-03 -329.810E-03 8.500E+00 -260.551E-03 -211.498E-03 -353.575E-03 8.750E+00 -277.304E-03 -224.637E-03 -377.376E-03 9.000E+00 -294.073E-03 -237.785E-03 -401.213E-03 9.250E+00 -310.860E-03 -250.943E-03 -425.087E-03 9.500E+00 -327.663E-03 -264.109E-03 -448.998E-03 9.750E+00 -344.483E-03 -277.284E-03 -472.950E-03 10.000E+00 -361.322E-03 -290.467E-03 -496.945E-03 10.250E+00 -378.180E-03 -303.659E-03 -520.986E-03 10.500E+00 -395.059E-03 -316.861E-03 -545.077E-03 10.750E+00 -411.959E-03 -330.071E-03 -569.221E-03 11.000E+00 -428.882E-03 -343.291E-03 -593.421E-03 | [Ramp] | variable typ min max dV/dt_r 2.304V/410.830ps 1.718V/422.832ps 2.843V/401.358ps dV/dt_f 2.177V/285.070ps 1.664V/377.953ps 2.698V/212.513ps 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 523.092E-12 24.050E-09 589.311E-15 25.000ps -29.383E-03 -17.691E-03 -32.353E-03 50.000ps -87.334E-03 -62.293E-03 -89.278E-03 75.000ps -170.153E-03 -146.331E-03 -141.295E-03 100.000ps -201.064E-03 -220.647E-03 -95.046E-03 125.000ps -124.325E-03 -208.588E-03 87.292E-03 150.000ps 16.122E-03 -146.759E-03 326.810E-03 175.000ps 186.276E-03 -57.453E-03 579.597E-03 200.000ps 368.176E-03 48.248E-03 828.969E-03 225.000ps 552.133E-03 163.495E-03 1.071E+00 250.000ps 733.848E-03 283.659E-03 1.308E+00 275.000ps 913.034E-03 405.751E-03 1.542E+00 300.000ps 1.091E+00 528.830E-03 1.771E+00 325.000ps 1.264E+00 653.746E-03 1.988E+00 350.000ps 1.428E+00 775.568E-03 2.192E+00 375.000ps 1.584E+00 891.564E-03 2.382E+00 400.000ps 1.732E+00 1.002E+00 2.562E+00 425.000ps 1.874E+00 1.109E+00 2.737E+00 450.000ps 2.013E+00 1.211E+00 2.909E+00 475.000ps 2.152E+00 1.310E+00 3.078E+00 500.000ps 2.295E+00 1.409E+00 3.239E+00 525.000ps 2.436E+00 1.511E+00 3.387E+00 550.000ps 2.574E+00 1.618E+00 3.519E+00 575.000ps 2.702E+00 1.728E+00 3.636E+00 600.000ps 2.819E+00 1.837E+00 3.740E+00 625.000ps 2.925E+00 1.941E+00 3.833E+00 650.000ps 3.019E+00 2.036E+00 3.917E+00 675.000ps 3.104E+00 2.124E+00 3.993E+00 700.000ps 3.179E+00 2.203E+00 4.062E+00 725.000ps 3.247E+00 2.274E+00 4.125E+00 750.000ps 3.308E+00 2.337E+00 4.182E+00 775.000ps 3.362E+00 2.394E+00 4.235E+00 800.000ps 3.411E+00 2.444E+00 4.283E+00 825.000ps 3.455E+00 2.489E+00 4.327E+00 850.000ps 3.495E+00 2.529E+00 4.368E+00 875.000ps 3.532E+00 2.564E+00 4.405E+00 900.000ps 3.564E+00 2.595E+00 4.439E+00 925.000ps 3.594E+00 2.623E+00 4.470E+00 950.000ps 3.621E+00 2.648E+00 4.499E+00 975.000ps 3.645E+00 2.670E+00 4.525E+00 1.000ns 3.666E+00 2.690E+00 4.549E+00 1.025ns 3.686E+00 2.707E+00 4.571E+00 1.050ns 3.703E+00 2.722E+00 4.591E+00 1.075ns 3.719E+00 2.735E+00 4.609E+00 1.100ns 3.733E+00 2.747E+00 4.626E+00 1.125ns 3.745E+00 2.757E+00 4.640E+00 1.150ns 3.756E+00 2.767E+00 4.654E+00 1.175ns 3.766E+00 2.775E+00 4.665E+00 1.200ns 3.774E+00 2.782E+00 4.676E+00 1.225ns 3.781E+00 2.789E+00 4.685E+00 1.250ns 3.787E+00 2.795E+00 4.693E+00 1.275ns 3.792E+00 2.800E+00 4.699E+00 1.300ns 3.796E+00 2.805E+00 4.705E+00 1.325ns 3.800E+00 2.809E+00 4.710E+00 1.350ns 3.803E+00 2.813E+00 4.714E+00 1.375ns 3.806E+00 2.817E+00 4.717E+00 1.400ns 3.808E+00 2.820E+00 4.719E+00 1.425ns 3.811E+00 2.824E+00 4.721E+00 1.450ns 3.813E+00 2.826E+00 4.722E+00 1.475ns 3.815E+00 2.829E+00 4.723E+00 1.500ns 3.817E+00 2.832E+00 4.724E+00 1.550ns 3.820E+00 2.836E+00 4.727E+00 1.600ns 3.823E+00 2.840E+00 4.728E+00 1.650ns 3.825E+00 2.843E+00 4.730E+00 1.700ns 3.827E+00 2.846E+00 4.731E+00 1.750ns 3.829E+00 2.849E+00 4.732E+00 1.800ns 3.831E+00 2.851E+00 4.733E+00 1.850ns 3.832E+00 2.852E+00 4.734E+00 1.900ns 3.833E+00 2.854E+00 4.735E+00 1.950ns 3.834E+00 2.855E+00 4.735E+00 2.000ns 3.835E+00 2.856E+00 4.736E+00 2.050ns 3.836E+00 2.857E+00 4.736E+00 2.100ns 3.836E+00 2.858E+00 4.737E+00 2.150ns 3.837E+00 2.859E+00 4.737E+00 2.200ns 3.837E+00 2.860E+00 4.737E+00 2.250ns 3.838E+00 2.860E+00 4.737E+00 2.300ns 3.838E+00 2.861E+00 4.737E+00 2.350ns 3.838E+00 2.861E+00 4.738E+00 2.400ns 3.838E+00 2.861E+00 4.738E+00 2.450ns 3.839E+00 2.862E+00 4.738E+00 2.500ns 3.839E+00 2.862E+00 4.738E+00 2.625ns 3.839E+00 2.862E+00 4.738E+00 2.750ns 3.839E+00 2.863E+00 4.738E+00 2.875ns 3.839E+00 2.863E+00 4.738E+00 3.000ns 3.840E+00 2.863E+00 4.738E+00 3.125ns 3.840E+00 2.863E+00 4.738E+00 3.250ns 3.840E+00 2.863E+00 4.738E+00 3.375ns 3.840E+00 2.863E+00 4.738E+00 3.500ns 3.840E+00 2.863E+00 4.738E+00 3.625ns 3.840E+00 2.863E+00 4.739E+00 3.750ns 3.840E+00 2.863E+00 4.739E+00 3.875ns 3.840E+00 2.863E+00 4.739E+00 4.000ns 3.840E+00 2.863E+00 4.739E+00 4.125ns 3.840E+00 2.863E+00 4.739E+00 4.250ns 3.840E+00 2.863E+00 4.739E+00 4.375ns 3.840E+00 2.863E+00 4.739E+00 4.500ns 3.840E+00 2.863E+00 4.739E+00 4.625ns 3.840E+00 2.863E+00 4.739E+00 4.750ns 3.840E+00 2.863E+00 4.739E+00 4.875ns 3.840E+00 2.863E+00 4.739E+00 | [Rising Waveform] R_fixture = 100.000 V_fixture = 5.0000 V_fixture_min = 4.5000 V_fixture_max = 5.5000 | time V(typ) V(min) V(max) | 0.000s 1.371E+00 1.726E+00 1.003E+00 25.000ps 1.340E+00 1.707E+00 968.476E-03 50.000ps 1.280E+00 1.660E+00 912.910E-03 75.000ps 1.199E+00 1.578E+00 859.360E-03 100.000ps 1.171E+00 1.507E+00 911.347E-03 125.000ps 1.272E+00 1.538E+00 1.117E+00 150.000ps 1.454E+00 1.648E+00 1.396E+00 175.000ps 1.685E+00 1.809E+00 1.703E+00 200.000ps 1.948E+00 2.000E+00 2.023E+00 225.000ps 2.220E+00 2.209E+00 2.352E+00 250.000ps 2.492E+00 2.429E+00 2.675E+00 275.000ps 2.756E+00 2.653E+00 2.980E+00 300.000ps 3.001E+00 2.864E+00 3.260E+00 325.000ps 3.224E+00 3.057E+00 3.506E+00 350.000ps 3.428E+00 3.233E+00 3.726E+00 375.000ps 3.611E+00 3.389E+00 3.920E+00 400.000ps 3.769E+00 3.525E+00 4.088E+00 425.000ps 3.907E+00 3.643E+00 4.232E+00 450.000ps 4.025E+00 3.745E+00 4.355E+00 475.000ps 4.128E+00 3.834E+00 4.463E+00 500.000ps 4.218E+00 3.911E+00 4.558E+00 525.000ps 4.298E+00 3.978E+00 4.644E+00 550.000ps 4.369E+00 4.036E+00 4.720E+00 575.000ps 4.432E+00 4.088E+00 4.790E+00 600.000ps 4.489E+00 4.134E+00 4.852E+00 625.000ps 4.541E+00 4.175E+00 4.910E+00 650.000ps 4.587E+00 4.211E+00 4.962E+00 675.000ps 4.629E+00 4.244E+00 5.010E+00 700.000ps 4.667E+00 4.273E+00 5.055E+00 725.000ps 4.702E+00 4.299E+00 5.096E+00 750.000ps 4.734E+00 4.323E+00 5.133E+00 775.000ps 4.762E+00 4.344E+00 5.168E+00 800.000ps 4.789E+00 4.363E+00 5.201E+00 825.000ps 4.812E+00 4.379E+00 5.231E+00 850.000ps 4.834E+00 4.395E+00 5.258E+00 875.000ps 4.854E+00 4.408E+00 5.284E+00 900.000ps 4.872E+00 4.420E+00 5.307E+00 925.000ps 4.888E+00 4.430E+00 5.329E+00 950.000ps 4.902E+00 4.440E+00 5.348E+00 975.000ps 4.915E+00 4.448E+00 5.366E+00 1.000ns 4.927E+00 4.454E+00 5.383E+00 1.025ns 4.937E+00 4.460E+00 5.398E+00 1.050ns 4.946E+00 4.465E+00 5.412E+00 1.075ns 4.954E+00 4.469E+00 5.424E+00 1.100ns 4.961E+00 4.473E+00 5.436E+00 1.125ns 4.968E+00 4.476E+00 5.446E+00 1.150ns 4.973E+00 4.479E+00 5.454E+00 1.175ns 4.977E+00 4.481E+00 5.462E+00 1.200ns 4.980E+00 4.483E+00 5.469E+00 1.225ns 4.983E+00 4.484E+00 5.475E+00 1.250ns 4.985E+00 4.486E+00 5.480E+00 1.275ns 4.987E+00 4.487E+00 5.484E+00 1.300ns 4.988E+00 4.488E+00 5.487E+00 1.325ns 4.989E+00 4.489E+00 5.489E+00 1.350ns 4.990E+00 4.490E+00 5.491E+00 1.375ns 4.991E+00 4.491E+00 5.492E+00 1.400ns 4.992E+00 4.492E+00 5.493E+00 1.425ns 4.992E+00 4.492E+00 5.494E+00 1.450ns 4.993E+00 4.493E+00 5.494E+00 1.475ns 4.994E+00 4.493E+00 5.495E+00 1.500ns 4.994E+00 4.494E+00 5.495E+00 1.550ns 4.995E+00 4.495E+00 5.496E+00 1.600ns 4.996E+00 4.496E+00 5.497E+00 1.650ns 4.996E+00 4.496E+00 5.497E+00 1.700ns 4.997E+00 4.497E+00 5.498E+00 1.750ns 4.997E+00 4.497E+00 5.498E+00 1.800ns 4.998E+00 4.498E+00 5.498E+00 1.850ns 4.998E+00 4.498E+00 5.499E+00 1.900ns 4.998E+00 4.498E+00 5.499E+00 1.950ns 4.999E+00 4.499E+00 5.499E+00 2.000ns 4.999E+00 4.499E+00 5.499E+00 2.050ns 4.999E+00 4.499E+00 5.499E+00 2.100ns 4.999E+00 4.499E+00 5.499E+00 2.150ns 4.999E+00 4.499E+00 5.499E+00 2.200ns 4.999E+00 4.499E+00 5.500E+00 2.250ns 4.999E+00 4.499E+00 5.500E+00 2.300ns 5.000E+00 4.500E+00 5.500E+00 2.350ns 5.000E+00 4.500E+00 5.500E+00 2.400ns 5.000E+00 4.500E+00 5.500E+00 2.450ns 5.000E+00 4.500E+00 5.500E+00 2.500ns 5.000E+00 4.500E+00 5.500E+00 2.625ns 5.000E+00 4.500E+00 5.500E+00 2.750ns 5.000E+00 4.500E+00 5.500E+00 2.875ns 5.000E+00 4.500E+00 5.500E+00 3.000ns 5.000E+00 4.500E+00 5.500E+00 3.125ns 5.000E+00 4.500E+00 5.500E+00 3.250ns 5.000E+00 4.500E+00 5.500E+00 3.375ns 5.000E+00 4.500E+00 5.500E+00 3.500ns 5.000E+00 4.500E+00 5.500E+00 3.625ns 5.000E+00 4.500E+00 5.500E+00 3.750ns 5.000E+00 4.500E+00 5.500E+00 3.875ns 5.000E+00 4.500E+00 5.500E+00 4.000ns 5.000E+00 4.500E+00 5.500E+00 4.125ns 5.000E+00 4.500E+00 5.500E+00 4.250ns 5.000E+00 4.500E+00 5.500E+00 4.375ns 5.000E+00 4.500E+00 5.500E+00 4.500ns 5.000E+00 4.500E+00 5.500E+00 4.625ns 5.000E+00 4.500E+00 5.500E+00 4.750ns 5.000E+00 4.500E+00 5.500E+00 4.875ns 5.000E+00 4.500E+00 5.500E+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 3.840E+00 2.863E+00 4.739E+00 25.000ps 3.880E+00 2.902E+00 4.776E+00 50.000ps 3.946E+00 2.967E+00 4.833E+00 75.000ps 4.012E+00 3.034E+00 4.880E+00 100.000ps 4.056E+00 3.084E+00 4.888E+00 125.000ps 4.010E+00 3.044E+00 4.796E+00 150.000ps 3.884E+00 2.907E+00 4.643E+00 175.000ps 3.687E+00 2.687E+00 4.449E+00 200.000ps 3.420E+00 2.414E+00 4.200E+00 225.000ps 3.077E+00 2.128E+00 3.869E+00 250.000ps 2.692E+00 1.841E+00 3.433E+00 275.000ps 2.291E+00 1.565E+00 2.937E+00 300.000ps 1.900E+00 1.311E+00 2.420E+00 325.000ps 1.540E+00 1.088E+00 1.927E+00 350.000ps 1.227E+00 894.720E-03 1.498E+00 375.000ps 961.611E-03 729.147E-03 1.139E+00 400.000ps 738.645E-03 588.765E-03 842.421E-03 425.000ps 559.980E-03 474.179E-03 612.479E-03 450.000ps 422.335E-03 382.232E-03 443.116E-03 475.000ps 318.271E-03 308.025E-03 321.991E-03 500.000ps 240.972E-03 248.995E-03 236.037E-03 525.000ps 184.993E-03 202.325E-03 174.500E-03 550.000ps 144.698E-03 165.297E-03 129.929E-03 575.000ps 115.255E-03 135.982E-03 97.714E-03 600.000ps 93.553E-03 112.806E-03 75.055E-03 625.000ps 77.419E-03 94.414E-03 59.155E-03 650.000ps 64.796E-03 79.780E-03 47.981E-03 675.000ps 54.879E-03 68.117E-03 40.694E-03 700.000ps 47.149E-03 58.786E-03 35.150E-03 725.000ps 41.043E-03 51.266E-03 30.481E-03 750.000ps 36.137E-03 45.156E-03 26.728E-03 775.000ps 32.153E-03 40.145E-03 23.701E-03 800.000ps 28.878E-03 35.995E-03 21.201E-03 825.000ps 26.137E-03 32.525E-03 19.108E-03 850.000ps 23.809E-03 29.591E-03 17.340E-03 875.000ps 21.809E-03 27.081E-03 15.829E-03 900.000ps 20.070E-03 24.909E-03 14.519E-03 925.000ps 18.545E-03 23.011E-03 13.376E-03 950.000ps 17.198E-03 21.336E-03 12.370E-03 975.000ps 15.997E-03 19.845E-03 11.477E-03 1.000ns 14.919E-03 18.507E-03 10.679E-03 1.025ns 13.943E-03 17.297E-03 9.960E-03 1.050ns 13.055E-03 16.196E-03 9.309E-03 1.075ns 12.243E-03 15.188E-03 8.716E-03 1.100ns 11.497E-03 14.263E-03 8.174E-03 1.125ns 10.809E-03 13.409E-03 7.676E-03 1.150ns 10.173E-03 12.618E-03 7.216E-03 1.175ns 9.582E-03 11.884E-03 6.791E-03 1.200ns 9.032E-03 11.201E-03 6.396E-03 1.225ns 8.520E-03 10.563E-03 6.029E-03 1.250ns 8.041E-03 9.967E-03 5.687E-03 1.275ns 7.593E-03 9.409E-03 5.367E-03 1.300ns 7.173E-03 8.886E-03 5.068E-03 1.325ns 6.779E-03 8.396E-03 4.787E-03 1.350ns 6.409E-03 7.935E-03 4.524E-03 1.375ns 6.061E-03 7.502E-03 4.276E-03 1.400ns 5.733E-03 7.094E-03 4.044E-03 1.425ns 5.425E-03 6.710E-03 3.825E-03 1.450ns 5.134E-03 6.348E-03 3.618E-03 1.475ns 4.860E-03 6.007E-03 3.424E-03 1.500ns 4.601E-03 5.686E-03 3.241E-03 1.550ns 4.126E-03 5.102E-03 2.904E-03 1.600ns 3.703E-03 4.587E-03 2.604E-03 1.650ns 3.324E-03 4.130E-03 2.336E-03 1.700ns 2.985E-03 3.720E-03 2.097E-03 1.750ns 2.682E-03 3.352E-03 1.882E-03 1.800ns 2.410E-03 3.021E-03 1.690E-03 1.850ns 2.167E-03 2.723E-03 1.518E-03 1.900ns 1.948E-03 2.455E-03 1.363E-03 1.950ns 1.752E-03 2.213E-03 1.225E-03 2.000ns 1.576E-03 1.995E-03 1.101E-03 2.050ns 1.417E-03 1.799E-03 989.185E-06 2.100ns 1.275E-03 1.622E-03 889.053E-06 2.150ns 1.147E-03 1.462E-03 799.132E-06 2.200ns 1.032E-03 1.318E-03 718.365E-06 2.250ns 929.058E-06 1.189E-03 645.809E-06 2.300ns 836.155E-06 1.072E-03 580.618E-06 2.350ns 752.594E-06 966.449E-06 522.038E-06 2.400ns 677.425E-06 871.502E-06 469.392E-06 2.450ns 609.797E-06 785.912E-06 422.075E-06 2.500ns 548.948E-06 708.753E-06 379.542E-06 2.625ns 422.155E-06 547.469E-06 291.074E-06 2.750ns 324.714E-06 422.960E-06 223.265E-06 2.875ns 249.802E-06 326.815E-06 171.275E-06 3.000ns 192.195E-06 252.553E-06 131.404E-06 3.125ns 147.885E-06 195.189E-06 100.823E-06 3.250ns 113.798E-06 150.866E-06 77.363E-06 3.375ns 87.573E-06 116.617E-06 59.364E-06 3.500ns 67.394E-06 90.148E-06 45.554E-06 3.625ns 51.866E-06 69.690E-06 34.958E-06 3.750ns 39.917E-06 53.877E-06 26.827E-06 3.875ns 30.721E-06 41.655E-06 20.588E-06 4.000ns 23.644E-06 32.207E-06 15.800E-06 4.125ns 18.198E-06 24.904E-06 12.125E-06 4.250ns 14.006E-06 19.258E-06 9.305E-06 4.375ns 10.780E-06 14.894E-06 7.141E-06 4.500ns 8.297E-06 11.520E-06 5.481E-06 4.625ns 6.386E-06 8.911E-06 4.206E-06 4.750ns 4.915E-06 6.895E-06 3.228E-06 4.875ns 4.915E-06 6.895E-06 3.228E-06 | [Falling Waveform] R_fixture = 100.000 V_fixture = 5.0000 V_fixture_min = 4.5000 V_fixture_max = 5.5000 | time V(typ) V(min) V(max) | 0.000s 5.000E+00 4.500E+00 5.500E+00 25.000ps 5.035E+00 4.532E+00 5.535E+00 50.000ps 5.102E+00 4.597E+00 5.593E+00 75.000ps 5.180E+00 4.680E+00 5.652E+00 100.000ps 5.255E+00 4.771E+00 5.688E+00 125.000ps 5.277E+00 4.827E+00 5.653E+00 150.000ps 5.254E+00 4.842E+00 5.582E+00 175.000ps 5.206E+00 4.830E+00 5.499E+00 200.000ps 5.145E+00 4.802E+00 5.410E+00 225.000ps 5.076E+00 4.763E+00 5.311E+00 250.000ps 4.999E+00 4.715E+00 5.197E+00 275.000ps 4.911E+00 4.663E+00 5.061E+00 300.000ps 4.811E+00 4.602E+00 4.891E+00 325.000ps 4.697E+00 4.535E+00 4.661E+00 350.000ps 4.554E+00 4.459E+00 4.361E+00 375.000ps 4.377E+00 4.371E+00 4.014E+00 400.000ps 4.165E+00 4.260E+00 3.644E+00 425.000ps 3.941E+00 4.129E+00 3.272E+00 450.000ps 3.712E+00 3.990E+00 2.914E+00 475.000ps 3.484E+00 3.849E+00 2.586E+00 500.000ps 3.262E+00 3.707E+00 2.298E+00 525.000ps 3.048E+00 3.567E+00 2.050E+00 550.000ps 2.847E+00 3.430E+00 1.839E+00 575.000ps 2.661E+00 3.298E+00 1.668E+00 600.000ps 2.492E+00 3.171E+00 1.538E+00 625.000ps 2.340E+00 3.050E+00 1.443E+00 650.000ps 2.204E+00 2.935E+00 1.375E+00 675.000ps 2.084E+00 2.826E+00 1.324E+00 700.000ps 1.981E+00 2.723E+00 1.285E+00 725.000ps 1.895E+00 2.626E+00 1.254E+00 750.000ps 1.826E+00 2.537E+00 1.227E+00 775.000ps 1.770E+00 2.454E+00 1.205E+00 800.000ps 1.724E+00 2.378E+00 1.186E+00 825.000ps 1.687E+00 2.308E+00 1.170E+00 850.000ps 1.656E+00 2.246E+00 1.155E+00 875.000ps 1.630E+00 2.190E+00 1.143E+00 900.000ps 1.608E+00 2.141E+00 1.131E+00 925.000ps 1.588E+00 2.098E+00 1.121E+00 950.000ps 1.571E+00 2.061E+00 1.113E+00 975.000ps 1.556E+00 2.030E+00 1.105E+00 1.000ns 1.542E+00 2.002E+00 1.097E+00 1.025ns 1.530E+00 1.978E+00 1.091E+00 1.050ns 1.519E+00 1.958E+00 1.085E+00 1.075ns 1.509E+00 1.940E+00 1.079E+00 1.100ns 1.500E+00 1.924E+00 1.074E+00 1.125ns 1.492E+00 1.909E+00 1.070E+00 1.150ns 1.484E+00 1.896E+00 1.065E+00 1.175ns 1.477E+00 1.885E+00 1.061E+00 1.200ns 1.471E+00 1.875E+00 1.058E+00 1.225ns 1.465E+00 1.865E+00 1.054E+00 1.250ns 1.459E+00 1.856E+00 1.051E+00 1.275ns 1.454E+00 1.848E+00 1.048E+00 1.300ns 1.449E+00 1.841E+00 1.046E+00 1.325ns 1.444E+00 1.834E+00 1.043E+00 1.350ns 1.440E+00 1.828E+00 1.041E+00 1.375ns 1.436E+00 1.822E+00 1.039E+00 1.400ns 1.433E+00 1.817E+00 1.037E+00 1.425ns 1.429E+00 1.812E+00 1.035E+00 1.450ns 1.426E+00 1.807E+00 1.033E+00 1.475ns 1.423E+00 1.803E+00 1.031E+00 1.500ns 1.420E+00 1.798E+00 1.030E+00 1.550ns 1.415E+00 1.791E+00 1.027E+00 1.600ns 1.410E+00 1.784E+00 1.024E+00 1.650ns 1.406E+00 1.778E+00 1.022E+00 1.700ns 1.403E+00 1.773E+00 1.020E+00 1.750ns 1.400E+00 1.769E+00 1.018E+00 1.800ns 1.397E+00 1.764E+00 1.016E+00 1.850ns 1.394E+00 1.761E+00 1.015E+00 1.900ns 1.392E+00 1.757E+00 1.014E+00 1.950ns 1.390E+00 1.754E+00 1.013E+00 2.000ns 1.388E+00 1.752E+00 1.012E+00 2.050ns 1.386E+00 1.749E+00 1.011E+00 2.100ns 1.385E+00 1.747E+00 1.010E+00 2.150ns 1.383E+00 1.745E+00 1.009E+00 2.200ns 1.382E+00 1.743E+00 1.009E+00 2.250ns 1.381E+00 1.742E+00 1.008E+00 2.300ns 1.380E+00 1.740E+00 1.007E+00 2.350ns 1.379E+00 1.739E+00 1.007E+00 2.400ns 1.378E+00 1.738E+00 1.007E+00 2.450ns 1.378E+00 1.737E+00 1.006E+00 2.500ns 1.377E+00 1.736E+00 1.006E+00 2.625ns 1.376E+00 1.734E+00 1.005E+00 2.750ns 1.375E+00 1.732E+00 1.005E+00 2.875ns 1.374E+00 1.731E+00 1.004E+00 3.000ns 1.373E+00 1.730E+00 1.004E+00 3.125ns 1.373E+00 1.729E+00 1.004E+00 3.250ns 1.372E+00 1.728E+00 1.003E+00 3.375ns 1.372E+00 1.728E+00 1.003E+00 3.500ns 1.372E+00 1.727E+00 1.003E+00 3.625ns 1.372E+00 1.727E+00 1.003E+00 3.750ns 1.372E+00 1.727E+00 1.003E+00 3.875ns 1.371E+00 1.727E+00 1.003E+00 4.000ns 1.371E+00 1.727E+00 1.003E+00 4.125ns 1.371E+00 1.726E+00 1.003E+00 4.250ns 1.371E+00 1.726E+00 1.003E+00 4.375ns 1.371E+00 1.726E+00 1.003E+00 4.500ns 1.371E+00 1.726E+00 1.003E+00 4.625ns 1.371E+00 1.726E+00 1.003E+00 4.750ns 1.371E+00 1.726E+00 1.003E+00 4.875ns 1.371E+00 1.726E+00 1.003E+00 | | End [Model] AHC_U04OUTI_50 | | [END]