| *************************************************** | Philips Semiconductors Inc. | Logic Products Group | | IBIS model of 74AHC32 | QUAD 2-INPUT OR GATE | | |[Packages]: |[Package1]: SO 14-pin (D) Package ; |[Package2]: TSSOP 14-pin (PW) Package ; | *************************************************** | [IBIS Ver] 3.2 [File Name] ahc32.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] 74AHC32_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_in 4.18E-02 3.26E-09 0.675E-12 2 1B ahc_in 5.01E-02 2.30E-09 0.574E-12 3 1Y ahc_outn 4.52E-02 1.71E-09 0.467E-12 4 2A ahc_in 4.38E-02 1.63E-09 0.437E-12 5 2B ahc_in 4.52E-02 1.71E-09 0.465E-12 6 2Y ahc_outn 5.01E-02 2.30E-09 0.573E-12 7 GND GND 4.18E-02 3.26E-09 0.736E-12 8 3Y ahc_outn 4.18E-02 3.26E-09 0.736E-12 9 3A ahc_in 5.01E-02 2.30E-09 0.573E-12 10 3B ahc_in 4.52E-02 1.71E-09 0.465E-12 11 4Y ahc_outn 4.38E-02 1.63E-09 0.437E-12 12 4A ahc_in 4.52E-02 1.71E-09 0.467E-12 13 4B ahc_in 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] 74AHC32_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_in 3.46E-02 2.32E-09 0.423E-12 2 1B ahc_in 4.33E-02 2.04E-09 0.441E-12 3 1Y ahc_outn 2.80E-02 1.36E-09 0.307E-12 4 2A ahc_in 2.88E-02 1.38E-09 0.302E-12 5 2B ahc_in 2.80E-02 1.36E-09 0.308E-12 6 2Y ahc_outn 4.33E-02 2.04E-09 0.441E-12 7 GND GND 3.46E-02 2.32E-09 0.433E-12 8 3Y ahc_outn 3.46E-02 2.32E-09 0.433E-12 9 3A ahc_in 4.33E-02 2.04E-09 0.441E-12 10 3B ahc_in 2.80E-02 1.36E-09 0.308E-12 11 4Y ahc_outn 2.88E-02 1.38E-09 0.302E-12 12 4A ahc_in 2.80E-02 1.36E-09 0.308E-12 13 4B ahc_in 4.33E-02 2.04E-09 0.442E-12 14 VCC POWER 3.46E-02 2.31E-09 0.433E-12 | | | [Model Selector] ahc_in | | 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_IN_33 3.3V-Vcc input model AHC_IN_50 5.0V-Vcc input model | [Model Selector] ahc_outn | | 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_OUTN_33 3.3V-Vcc non-inverting output model AHC_OUTN_50 5.0V-Vcc non-inverting output model | |************************************************************************ | Model AHC_IN_33 |************************************************************************ | [Model] AHC_IN_33 Model_type Input Vinl = 0.9000V Vinh = 2.1000V C_comp 0.45pF 0.34pF 0.61pF | | [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 3.194E-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.843E-12 6.023E-15 1.600E+00 4.989E-12 634.135E-12 6.842E-15 1.800E+00 5.076E-12 639.472E-12 7.654E-15 2.000E+00 5.165E-12 644.854E-12 8.469E-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_IN_33 | |************************************************************************ | Model AHC_IN_50 |************************************************************************ | [Model] AHC_IN_50 Model_type Input Vinl = 1.6500V Vinh = 3.8500V C_comp 0.45pF 0.32pF 0.61pF | | [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 40.234E-24 29.531E-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.570E-15 1.800E+00 45.185E-12 1.632E-09 48.836E-15 2.000E+00 45.888E-12 1.644E-09 51.147E-15 2.200E+00 46.602E-12 1.658E-09 53.516E-15 2.400E+00 47.326E-12 1.671E-09 55.938E-15 2.600E+00 48.063E-12 1.684E-09 58.398E-15 2.800E+00 48.811E-12 1.697E-09 60.937E-15 3.000E+00 49.571E-12 1.711E-09 63.533E-15 3.200E+00 50.346E-12 1.724E-09 66.197E-15 3.400E+00 51.135E-12 1.738E-09 68.917E-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_IN_50 | |************************************************************************ | Model AHC_OUTN_33 |************************************************************************ | [Model] AHC_OUTN_33 Model_type Output Polarity Non-Inverting Vmeas = 1.6500V Cref = 50.0000pF Rref = 1.0000k Vref = 0.000V C_comp 1.06pF 0.81pF 1.41pF | | [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 -3.266E-01 -2.532E-01 -4.822E-01 -5.350E+00 -3.160E-01 -2.451E-01 -4.663E-01 -5.200E+00 -3.054E-01 -2.370E-01 -4.504E-01 -5.050E+00 -2.949E-01 -2.289E-01 -4.345E-01 -4.900E+00 -2.843E-01 -2.208E-01 -4.187E-01 -4.750E+00 -2.737E-01 -2.127E-01 -4.028E-01 -4.600E+00 -2.631E-01 -2.046E-01 -3.870E-01 -4.450E+00 -2.526E-01 -1.966E-01 -3.711E-01 -4.300E+00 -2.420E-01 -1.885E-01 -3.553E-01 -4.150E+00 -2.314E-01 -1.804E-01 -3.394E-01 -4.000E+00 -2.209E-01 -1.724E-01 -3.236E-01 -3.850E+00 -2.103E-01 -1.643E-01 -3.078E-01 -3.700E+00 -1.998E-01 -1.562E-01 -2.920E-01 -3.550E+00 -1.893E-01 -1.482E-01 -2.762E-01 -3.400E+00 -1.788E-01 -1.401E-01 -2.604E-01 -3.250E+00 -1.682E-01 -1.321E-01 -2.446E-01 -3.100E+00 -1.577E-01 -1.241E-01 -2.289E-01 -2.950E+00 -1.473E-01 -1.161E-01 -2.131E-01 -2.800E+00 -1.368E-01 -1.081E-01 -1.974E-01 -2.650E+00 -1.263E-01 -1.001E-01 -1.818E-01 -2.500E+00 -1.159E-01 -9.209E-02 -1.661E-01 -2.350E+00 -1.055E-01 -8.413E-02 -1.506E-01 -2.200E+00 -9.514E-02 -7.620E-02 -1.351E-01 -2.050E+00 -8.484E-02 -6.830E-02 -1.197E-01 -1.900E+00 -7.460E-02 -6.043E-02 -1.045E-01 -1.750E+00 -6.448E-02 -5.263E-02 -8.965E-02 -1.600E+00 -5.453E-02 -4.490E-02 -7.563E-02 -1.450E+00 -4.494E-02 -3.729E-02 -6.432E-02 -1.300E+00 -3.621E-02 -2.992E-02 -5.719E-02 -1.150E+00 -2.994E-02 -2.315E-02 -5.111E-02 -1.000E+00 -2.593E-02 -1.739E-02 -4.515E-02 -8.500E-01 -2.223E-02 -1.377E-02 -3.907E-02 -7.000E-01 -1.846E-02 -1.128E-02 -3.266E-02 -5.500E-01 -1.456E-02 -8.870E-03 -2.585E-02 -4.000E-01 -1.060E-02 -6.454E-03 -1.890E-02 -2.500E-01 -6.613E-03 -4.002E-03 -1.187E-02 -1.500E-01 -3.960E-03 -2.381E-03 -7.139E-03 0.000E+00 -7.311E-13 -1.262E-10 -1.171E-14 1.000E-01 2.598E-03 1.541E-03 4.724E-03 2.000E-01 5.130E-03 3.034E-03 9.338E-03 3.000E-01 7.594E-03 4.476E-03 1.384E-02 4.000E-01 9.987E-03 5.866E-03 1.822E-02 5.000E-01 1.231E-02 7.200E-03 2.249E-02 6.000E-01 1.455E-02 8.477E-03 2.663E-02 7.000E-01 1.672E-02 9.696E-03 3.064E-02 8.000E-01 1.880E-02 1.085E-02 3.452E-02 9.000E-01 2.080E-02 1.195E-02 3.828E-02 1.000E+00 2.272E-02 1.297E-02 4.189E-02 1.250E+00 2.712E-02 1.524E-02 5.031E-02 1.500E+00 3.092E-02 1.703E-02 5.782E-02 1.750E+00 3.408E-02 1.832E-02 6.436E-02 2.000E+00 3.655E-02 1.909E-02 6.988E-02 2.250E+00 3.831E-02 1.947E-02 7.434E-02 2.500E+00 3.937E-02 1.968E-02 7.771E-02 2.750E+00 3.993E-02 1.982E-02 8.000E-02 3.000E+00 4.029E-02 1.995E-02 8.137E-02 3.250E+00 4.056E-02 2.006E-02 8.220E-02 3.500E+00 4.079E-02 2.017E-02 8.281E-02 3.750E+00 4.099E-02 5.360E-02 8.331E-02 4.000E+00 4.159E-02 3.889E-01 8.352E-02 4.250E+00 2.443E-01 5.911E-01 8.373E-02 4.500E+00 5.079E-01 7.270E-01 1.140E-01 4.750E+00 6.642E-01 9.471E-01 4.185E-01 5.000E+00 8.732E-01 1.192E+00 6.124E-01 5.250E+00 1.119E+00 1.440E+00 8.133E-01 5.500E+00 1.370E+00 1.689E+00 1.062E+00 5.750E+00 1.621E+00 1.940E+00 1.315E+00 6.000E+00 1.874E+00 2.191E+00 1.570E+00 6.250E+00 2.128E+00 2.443E+00 1.826E+00 6.500E+00 2.382E+00 2.696E+00 2.083E+00 6.750E+00 2.636E+00 2.948E+00 2.340E+00 7.000E+00 2.891E+00 3.202E+00 2.597E+00 7.250E+00 3.146E+00 3.455E+00 2.854E+00 7.500E+00 3.401E+00 3.709E+00 3.111E+00 7.750E+00 3.656E+00 3.962E+00 3.368E+00 8.000E+00 3.911E+00 4.216E+00 3.626E+00 8.250E+00 4.167E+00 4.470E+00 3.883E+00 8.500E+00 4.422E+00 4.725E+00 4.140E+00 8.750E+00 4.678E+00 4.979E+00 4.398E+00 9.000E+00 4.934E+00 5.234E+00 4.655E+00 9.250E+00 5.189E+00 5.488E+00 4.912E+00 9.500E+00 5.445E+00 5.743E+00 5.169E+00 9.750E+00 5.701E+00 5.997E+00 5.427E+00 1.000E+01 5.957E+00 6.252E+00 5.684E+00 1.025E+01 6.212E+00 6.507E+00 5.941E+00 1.050E+01 6.468E+00 6.762E+00 6.198E+00 1.075E+01 6.724E+00 7.017E+00 6.455E+00 1.100E+01 6.980E+00 7.272E+00 6.712E+00 | [Pullup] | voltage I(typ) I(min) I(max) | -8.000E+00 7.278E+00 7.263E+00 7.325E+00 -7.800E+00 7.073E+00 7.058E+00 7.118E+00 -7.600E+00 6.868E+00 6.854E+00 6.912E+00 -7.400E+00 6.663E+00 6.650E+00 6.706E+00 -7.200E+00 6.458E+00 6.446E+00 6.500E+00 -7.000E+00 6.253E+00 6.242E+00 6.293E+00 -6.800E+00 6.048E+00 6.038E+00 6.087E+00 -6.600E+00 5.843E+00 5.834E+00 5.881E+00 -6.400E+00 5.638E+00 5.630E+00 5.674E+00 -6.200E+00 5.433E+00 5.426E+00 5.468E+00 -6.000E+00 5.228E+00 5.222E+00 5.261E+00 -5.800E+00 5.023E+00 5.018E+00 5.054E+00 -5.600E+00 4.817E+00 4.814E+00 4.848E+00 -5.400E+00 4.612E+00 4.610E+00 4.641E+00 -5.200E+00 4.407E+00 4.406E+00 4.434E+00 -5.000E+00 4.201E+00 4.202E+00 4.226E+00 -4.800E+00 3.996E+00 3.997E+00 4.019E+00 -4.600E+00 3.790E+00 3.793E+00 3.811E+00 -4.400E+00 3.584E+00 3.589E+00 3.603E+00 -4.200E+00 3.378E+00 3.384E+00 3.395E+00 -4.000E+00 3.171E+00 3.179E+00 3.186E+00 -3.800E+00 2.964E+00 2.971E+00 2.976E+00 -3.600E+00 2.754E+00 2.748E+00 2.764E+00 -3.400E+00 2.533E+00 2.538E+00 2.548E+00 -3.200E+00 2.302E+00 2.338E+00 2.321E+00 -3.000E+00 2.097E+00 2.139E+00 2.073E+00 -2.800E+00 1.897E+00 1.941E+00 1.854E+00 -2.600E+00 1.698E+00 1.744E+00 1.649E+00 -2.400E+00 1.500E+00 1.546E+00 1.448E+00 -2.200E+00 1.302E+00 1.350E+00 1.249E+00 -2.000E+00 1.106E+00 1.155E+00 1.052E+00 -1.800E+00 911.490E-03 961.675E-03 855.556E-03 -1.600E+00 724.034E-03 775.925E-03 665.825E-03 -1.400E+00 584.388E-03 642.829E-03 518.277E-03 -1.200E+00 461.841E-03 535.531E-03 377.890E-03 -1.000E+00 270.818E-03 367.911E-03 164.937E-03 -800.000E-03 34.124E-03 95.024E-03 35.947E-03 -600.000E-03 14.632E-03 8.639E-03 27.142E-03 -400.000E-03 9.741E-03 5.448E-03 18.292E-03 -200.000E-03 4.790E-03 2.666E-03 9.061E-03 0.000E+00 -19.920E-12 1.114E-09 -16.139E-09 200.000E-03 -4.468E-03 -2.432E-03 -8.570E-03 400.000E-03 -8.559E-03 -4.630E-03 -16.427E-03 600.000E-03 -12.258E-03 -6.582E-03 -23.545E-03 800.000E-03 -15.563E-03 -8.288E-03 -29.932E-03 1.000E+00 -18.476E-03 -9.746E-03 -35.603E-03 1.200E+00 -21.003E-03 -10.960E-03 -40.581E-03 1.400E+00 -23.154E-03 -11.934E-03 -44.891E-03 1.600E+00 -24.940E-03 -12.679E-03 -48.568E-03 1.800E+00 -26.382E-03 -13.215E-03 -51.654E-03 2.000E+00 -27.511E-03 -13.585E-03 -54.213E-03 2.200E+00 -28.383E-03 -13.851E-03 -56.334E-03 2.400E+00 -29.070E-03 -14.061E-03 -58.135E-03 2.600E+00 -29.631E-03 -14.240E-03 -59.700E-03 2.800E+00 -30.106E-03 -14.398E-03 -61.051E-03 3.000E+00 -30.520E-03 -14.543E-03 -62.215E-03 3.200E+00 -30.892E-03 -14.678E-03 -63.235E-03 3.400E+00 -31.232E-03 -14.811E-03 -64.151E-03 3.600E+00 -31.548E-03 -15.104E-03 -64.987E-03 3.800E+00 -31.862E-03 -19.793E-03 -65.763E-03 4.000E+00 -32.571E-03 -29.015E-03 -66.490E-03 4.200E+00 -39.658E-03 -38.909E-03 -67.343E-03 4.400E+00 -52.140E-03 -49.229E-03 -69.568E-03 4.600E+00 -65.357E-03 -59.832E-03 -80.178E-03 4.800E+00 -79.324E-03 -70.536E-03 -99.092E-03 5.000E+00 -93.493E-03 -81.306E-03 -119.788E-03 5.200E+00 -107.766E-03 -92.121E-03 -141.373E-03 5.400E+00 -122.109E-03 -102.970E-03 -163.183E-03 5.600E+00 -136.499E-03 -113.846E-03 -185.122E-03 5.800E+00 -150.924E-03 -124.741E-03 -207.141E-03 6.000E+00 -165.376E-03 -135.654E-03 -229.215E-03 6.200E+00 -179.849E-03 -146.580E-03 -251.331E-03 6.400E+00 -194.340E-03 -157.519E-03 -273.477E-03 6.600E+00 -208.846E-03 -168.467E-03 -295.649E-03 6.800E+00 -223.364E-03 -179.424E-03 -317.841E-03 7.000E+00 -237.893E-03 -190.389E-03 -340.051E-03 7.200E+00 -252.432E-03 -201.361E-03 -362.277E-03 7.400E+00 -266.979E-03 -212.339E-03 -384.518E-03 7.600E+00 -281.535E-03 -223.323E-03 -406.773E-03 7.800E+00 -296.099E-03 -234.313E-03 -429.041E-03 8.000E+00 -310.670E-03 -245.307E-03 -451.323E-03 8.200E+00 -325.248E-03 -256.306E-03 -473.618E-03 8.400E+00 -339.834E-03 -267.310E-03 -495.928E-03 8.600E+00 -354.427E-03 -278.318E-03 -518.253E-03 8.800E+00 -369.027E-03 -289.330E-03 -540.593E-03 9.000E+00 -383.635E-03 -300.347E-03 -562.950E-03 9.100E+00 -390.942E-03 -305.857E-03 -574.136E-03 | [Ramp] | variable typ min max dV/dt_r 1.260V/629.194ps 778.575mV/1.017ns 1.709V/490.834ps dV/dt_f 1.374V/615.856ps 972.742mV/1.199ns 1.760V/336.809ps 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 20.144E-12 4.919E-09 198.328E-15 50.000ps 6.908E-03 4.299E-03 6.131E-03 100.000ps 9.300E-03 8.861E-03 1.179E-03 150.000ps -4.739E-03 3.957E-03 -27.997E-03 200.000ps -23.436E-03 -4.312E-03 -48.457E-03 250.000ps -35.458E-03 -10.771E-03 -53.963E-03 300.000ps -43.131E-03 -17.142E-03 -13.192E-03 350.000ps -49.228E-03 -22.977E-03 71.622E-03 400.000ps -48.519E-03 -26.555E-03 181.177E-03 450.000ps -36.803E-03 -30.206E-03 301.700E-03 500.000ps -13.117E-03 -33.858E-03 427.403E-03 550.000ps 21.134E-03 -37.466E-03 559.442E-03 600.000ps 63.858E-03 -39.570E-03 701.024E-03 650.000ps 113.434E-03 -39.492E-03 848.076E-03 700.000ps 168.227E-03 -36.861E-03 1.000E+00 750.000ps 227.211E-03 -31.588E-03 1.165E+00 800.000ps 290.060E-03 -23.436E-03 1.357E+00 850.000ps 357.269E-03 -12.375E-03 1.575E+00 900.000ps 430.517E-03 1.477E-03 1.797E+00 950.000ps 509.534E-03 17.928E-03 1.999E+00 1.000ns 592.405E-03 36.737E-03 2.163E+00 1.050ns 680.006E-03 57.662E-03 2.293E+00 1.100ns 775.641E-03 80.518E-03 2.396E+00 1.150ns 884.787E-03 105.182E-03 2.479E+00 1.200ns 1.005E+00 131.592E-03 2.548E+00 1.250ns 1.130E+00 159.769E-03 2.605E+00 1.300ns 1.253E+00 189.850E-03 2.652E+00 1.350ns 1.369E+00 222.266E-03 2.690E+00 1.400ns 1.475E+00 257.372E-03 2.721E+00 1.450ns 1.569E+00 294.336E-03 2.746E+00 1.500ns 1.650E+00 332.790E-03 2.764E+00 1.550ns 1.718E+00 373.234E-03 2.778E+00 1.600ns 1.774E+00 416.778E-03 2.788E+00 1.650ns 1.820E+00 464.319E-03 2.795E+00 1.700ns 1.857E+00 514.300E-03 2.801E+00 1.750ns 1.887E+00 565.023E-03 2.807E+00 1.800ns 1.911E+00 615.226E-03 2.812E+00 1.850ns 1.932E+00 663.909E-03 2.816E+00 1.900ns 1.949E+00 710.353E-03 2.820E+00 1.950ns 1.964E+00 754.072E-03 2.823E+00 2.000ns 1.977E+00 794.865E-03 2.826E+00 2.050ns 1.989E+00 832.756E-03 2.829E+00 2.100ns 1.999E+00 867.926E-03 2.831E+00 2.150ns 2.009E+00 900.506E-03 2.833E+00 2.200ns 2.017E+00 930.585E-03 2.835E+00 2.250ns 2.025E+00 958.341E-03 2.836E+00 2.300ns 2.032E+00 984.005E-03 2.838E+00 2.350ns 2.038E+00 1.008E+00 2.839E+00 2.400ns 2.044E+00 1.030E+00 2.840E+00 2.450ns 2.049E+00 1.050E+00 2.841E+00 2.500ns 2.054E+00 1.069E+00 2.842E+00 2.550ns 2.058E+00 1.087E+00 2.842E+00 2.600ns 2.062E+00 1.103E+00 2.843E+00 2.650ns 2.066E+00 1.118E+00 2.843E+00 2.700ns 2.069E+00 1.132E+00 2.844E+00 2.750ns 2.072E+00 1.145E+00 2.844E+00 2.800ns 2.074E+00 1.157E+00 2.845E+00 2.850ns 2.077E+00 1.168E+00 2.845E+00 2.900ns 2.079E+00 1.178E+00 2.845E+00 2.950ns 2.081E+00 1.188E+00 2.846E+00 3.000ns 2.083E+00 1.196E+00 2.846E+00 3.100ns 2.086E+00 1.212E+00 2.846E+00 3.200ns 2.088E+00 1.225E+00 2.847E+00 3.300ns 2.090E+00 1.235E+00 2.847E+00 3.400ns 2.092E+00 1.245E+00 2.847E+00 3.500ns 2.093E+00 1.252E+00 2.847E+00 3.600ns 2.094E+00 1.259E+00 2.847E+00 3.700ns 2.095E+00 1.265E+00 2.847E+00 3.800ns 2.096E+00 1.269E+00 2.847E+00 3.900ns 2.097E+00 1.273E+00 2.847E+00 4.000ns 2.097E+00 1.277E+00 2.847E+00 4.100ns 2.098E+00 1.280E+00 2.847E+00 4.200ns 2.098E+00 1.282E+00 2.847E+00 4.300ns 2.099E+00 1.285E+00 2.847E+00 4.400ns 2.099E+00 1.286E+00 2.847E+00 4.500ns 2.099E+00 1.288E+00 2.847E+00 4.600ns 2.099E+00 1.289E+00 2.847E+00 4.700ns 2.099E+00 1.290E+00 2.847E+00 4.800ns 2.099E+00 1.291E+00 2.848E+00 4.900ns 2.100E+00 1.292E+00 2.848E+00 5.000ns 2.100E+00 1.293E+00 2.848E+00 5.250ns 2.100E+00 1.294E+00 2.848E+00 5.500ns 2.100E+00 1.295E+00 2.848E+00 5.750ns 2.100E+00 1.296E+00 2.848E+00 6.000ns 2.100E+00 1.297E+00 2.848E+00 6.250ns 2.100E+00 1.297E+00 2.848E+00 6.500ns 2.100E+00 1.297E+00 2.848E+00 6.750ns 2.100E+00 1.297E+00 2.848E+00 7.000ns 2.100E+00 1.297E+00 2.848E+00 7.250ns 2.100E+00 1.297E+00 2.848E+00 7.500ns 2.100E+00 1.298E+00 2.848E+00 7.750ns 2.100E+00 1.298E+00 2.848E+00 8.000ns 2.100E+00 1.298E+00 2.848E+00 8.250ns 2.100E+00 1.298E+00 2.848E+00 8.500ns 2.100E+00 1.298E+00 2.848E+00 8.750ns 2.100E+00 1.298E+00 2.848E+00 9.000ns 2.100E+00 1.298E+00 2.848E+00 9.250ns 2.100E+00 1.298E+00 2.848E+00 9.500ns 2.100E+00 1.298E+00 2.848E+00 9.750ns 2.100E+00 1.298E+00 2.848E+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.010E+00 1.378E+00 667.134E-03 50.000ps 1.017E+00 1.383E+00 673.194E-03 100.000ps 1.017E+00 1.384E+00 666.384E-03 150.000ps 998.025E-03 1.373E+00 636.874E-03 200.000ps 979.958E-03 1.360E+00 625.945E-03 250.000ps 976.987E-03 1.355E+00 636.511E-03 300.000ps 986.293E-03 1.355E+00 699.038E-03 350.000ps 1.002E+00 1.362E+00 816.726E-03 400.000ps 1.029E+00 1.376E+00 974.639E-03 450.000ps 1.073E+00 1.398E+00 1.166E+00 500.000ps 1.136E+00 1.426E+00 1.384E+00 550.000ps 1.222E+00 1.461E+00 1.625E+00 600.000ps 1.331E+00 1.505E+00 1.905E+00 650.000ps 1.463E+00 1.559E+00 2.216E+00 700.000ps 1.623E+00 1.624E+00 2.500E+00 750.000ps 1.813E+00 1.698E+00 2.724E+00 800.000ps 2.025E+00 1.781E+00 2.893E+00 850.000ps 2.239E+00 1.871E+00 3.020E+00 900.000ps 2.426E+00 1.967E+00 3.124E+00 950.000ps 2.581E+00 2.066E+00 3.210E+00 1.000ns 2.709E+00 2.167E+00 3.282E+00 1.050ns 2.812E+00 2.268E+00 3.343E+00 1.100ns 2.895E+00 2.361E+00 3.393E+00 1.150ns 2.964E+00 2.443E+00 3.436E+00 1.200ns 3.020E+00 2.516E+00 3.472E+00 1.250ns 3.067E+00 2.580E+00 3.503E+00 1.300ns 3.107E+00 2.636E+00 3.527E+00 1.350ns 3.141E+00 2.685E+00 3.547E+00 1.400ns 3.170E+00 2.728E+00 3.563E+00 1.450ns 3.195E+00 2.765E+00 3.574E+00 1.500ns 3.215E+00 2.797E+00 3.582E+00 1.550ns 3.233E+00 2.825E+00 3.587E+00 1.600ns 3.247E+00 2.850E+00 3.590E+00 1.650ns 3.258E+00 2.871E+00 3.591E+00 1.700ns 3.267E+00 2.889E+00 3.592E+00 1.750ns 3.273E+00 2.905E+00 3.593E+00 1.800ns 3.278E+00 2.919E+00 3.594E+00 1.850ns 3.281E+00 2.931E+00 3.595E+00 1.900ns 3.283E+00 2.941E+00 3.595E+00 1.950ns 3.285E+00 2.949E+00 3.596E+00 2.000ns 3.287E+00 2.956E+00 3.596E+00 2.050ns 3.288E+00 2.962E+00 3.597E+00 2.100ns 3.289E+00 2.966E+00 3.597E+00 2.150ns 3.290E+00 2.970E+00 3.598E+00 2.200ns 3.291E+00 2.973E+00 3.598E+00 2.250ns 3.292E+00 2.976E+00 3.598E+00 2.300ns 3.293E+00 2.978E+00 3.598E+00 2.350ns 3.294E+00 2.980E+00 3.599E+00 2.400ns 3.294E+00 2.982E+00 3.599E+00 2.450ns 3.295E+00 2.983E+00 3.599E+00 2.500ns 3.295E+00 2.984E+00 3.599E+00 2.550ns 3.296E+00 2.985E+00 3.599E+00 2.600ns 3.296E+00 2.987E+00 3.599E+00 2.650ns 3.297E+00 2.988E+00 3.599E+00 2.700ns 3.297E+00 2.988E+00 3.599E+00 2.750ns 3.297E+00 2.989E+00 3.600E+00 2.800ns 3.297E+00 2.990E+00 3.600E+00 2.850ns 3.298E+00 2.991E+00 3.600E+00 2.900ns 3.298E+00 2.991E+00 3.600E+00 2.950ns 3.298E+00 2.992E+00 3.600E+00 3.000ns 3.298E+00 2.993E+00 3.600E+00 3.100ns 3.299E+00 2.994E+00 3.600E+00 3.200ns 3.299E+00 2.995E+00 3.600E+00 3.300ns 3.299E+00 2.995E+00 3.600E+00 3.400ns 3.299E+00 2.996E+00 3.600E+00 3.500ns 3.299E+00 2.997E+00 3.600E+00 3.600ns 3.299E+00 2.997E+00 3.600E+00 3.700ns 3.300E+00 2.997E+00 3.600E+00 3.800ns 3.300E+00 2.998E+00 3.600E+00 3.900ns 3.300E+00 2.998E+00 3.600E+00 4.000ns 3.300E+00 2.998E+00 3.600E+00 4.100ns 3.300E+00 2.999E+00 3.600E+00 4.200ns 3.300E+00 2.999E+00 3.600E+00 4.300ns 3.300E+00 2.999E+00 3.600E+00 4.400ns 3.300E+00 2.999E+00 3.600E+00 4.500ns 3.300E+00 2.999E+00 3.600E+00 4.600ns 3.300E+00 2.999E+00 3.600E+00 4.700ns 3.300E+00 2.999E+00 3.600E+00 4.800ns 3.300E+00 2.999E+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.250ns 3.300E+00 3.000E+00 3.600E+00 5.500ns 3.300E+00 3.000E+00 3.600E+00 5.750ns 3.300E+00 3.000E+00 3.600E+00 6.000ns 3.300E+00 3.000E+00 3.600E+00 6.250ns 3.300E+00 3.000E+00 3.600E+00 6.500ns 3.300E+00 3.000E+00 3.600E+00 6.750ns 3.300E+00 3.000E+00 3.600E+00 7.000ns 3.300E+00 3.000E+00 3.600E+00 7.250ns 3.300E+00 3.000E+00 3.600E+00 7.500ns 3.300E+00 3.000E+00 3.600E+00 7.750ns 3.300E+00 3.000E+00 3.600E+00 8.000ns 3.300E+00 3.000E+00 3.600E+00 8.250ns 3.300E+00 3.000E+00 3.600E+00 8.500ns 3.300E+00 3.000E+00 3.600E+00 8.750ns 3.300E+00 3.000E+00 3.600E+00 9.000ns 3.300E+00 3.000E+00 3.600E+00 9.250ns 3.300E+00 3.000E+00 3.600E+00 9.500ns 3.300E+00 3.000E+00 3.600E+00 9.750ns 3.300E+00 3.000E+00 3.600E+00 | [Falling Waveform] R_fixture = 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.100E+00 1.298E+00 2.848E+00 50.000ps 2.089E+00 1.289E+00 2.843E+00 100.000ps 2.097E+00 1.293E+00 2.866E+00 150.000ps 2.138E+00 1.326E+00 2.903E+00 200.000ps 2.152E+00 1.349E+00 2.877E+00 250.000ps 2.127E+00 1.348E+00 2.787E+00 300.000ps 2.072E+00 1.325E+00 2.630E+00 350.000ps 1.990E+00 1.286E+00 2.374E+00 400.000ps 1.874E+00 1.236E+00 2.019E+00 450.000ps 1.728E+00 1.179E+00 1.617E+00 500.000ps 1.562E+00 1.118E+00 1.216E+00 550.000ps 1.384E+00 1.054E+00 851.386E-03 600.000ps 1.203E+00 989.501E-03 562.711E-03 650.000ps 1.023E+00 924.212E-03 347.923E-03 700.000ps 847.393E-03 859.052E-03 208.185E-03 750.000ps 682.406E-03 794.304E-03 125.943E-03 800.000ps 534.393E-03 730.168E-03 78.267E-03 850.000ps 405.412E-03 666.971E-03 50.494E-03 900.000ps 300.538E-03 604.883E-03 34.975E-03 950.000ps 220.215E-03 543.708E-03 26.848E-03 1.000ns 161.049E-03 483.572E-03 21.742E-03 1.050ns 118.621E-03 425.360E-03 18.069E-03 1.100ns 88.549E-03 370.111E-03 15.388E-03 1.150ns 67.242E-03 318.506E-03 13.274E-03 1.200ns 52.229E-03 271.421E-03 11.562E-03 1.250ns 41.733E-03 229.989E-03 10.157E-03 1.300ns 34.354E-03 193.898E-03 8.984E-03 1.350ns 29.111E-03 162.828E-03 7.990E-03 1.400ns 25.111E-03 136.497E-03 7.139E-03 1.450ns 21.909E-03 114.424E-03 6.401E-03 1.500ns 19.316E-03 96.054E-03 5.756E-03 1.550ns 17.183E-03 80.862E-03 5.190E-03 1.600ns 15.405E-03 68.388E-03 4.690E-03 1.650ns 13.895E-03 58.225E-03 4.246E-03 1.700ns 12.587E-03 49.995E-03 3.850E-03 1.750ns 11.437E-03 43.319E-03 3.495E-03 1.800ns 10.420E-03 37.840E-03 3.176E-03 1.850ns 9.514E-03 33.378E-03 2.890E-03 1.900ns 8.704E-03 29.769E-03 2.631E-03 1.950ns 7.978E-03 26.770E-03 2.397E-03 2.000ns 7.323E-03 24.237E-03 2.185E-03 2.050ns 6.730E-03 22.068E-03 1.993E-03 2.100ns 6.191E-03 20.186E-03 1.818E-03 2.150ns 5.702E-03 18.537E-03 1.660E-03 2.200ns 5.256E-03 17.083E-03 1.516E-03 2.250ns 4.848E-03 15.792E-03 1.385E-03 2.300ns 4.475E-03 14.641E-03 1.265E-03 2.350ns 4.134E-03 13.607E-03 1.156E-03 2.400ns 3.820E-03 12.673E-03 1.057E-03 2.450ns 3.533E-03 11.824E-03 966.428E-06 2.500ns 3.268E-03 11.049E-03 883.751E-06 2.550ns 3.025E-03 10.337E-03 808.267E-06 2.600ns 2.801E-03 9.681E-03 739.330E-06 2.650ns 2.594E-03 9.075E-03 676.356E-06 2.700ns 2.403E-03 8.512E-03 618.813E-06 2.750ns 2.228E-03 7.990E-03 566.221E-06 2.800ns 2.065E-03 7.503E-03 518.144E-06 2.850ns 1.915E-03 7.050E-03 474.188E-06 2.900ns 1.776E-03 6.627E-03 433.991E-06 2.950ns 1.648E-03 6.232E-03 397.228E-06 3.000ns 1.529E-03 5.862E-03 363.600E-06 3.100ns 1.318E-03 5.192E-03 304.692E-06 3.200ns 1.136E-03 4.604E-03 255.373E-06 3.300ns 980.103E-06 4.087E-03 214.068E-06 3.400ns 845.974E-06 3.632E-03 179.465E-06 3.500ns 730.526E-06 3.230E-03 150.471E-06 3.600ns 631.079E-06 2.875E-03 126.172E-06 3.700ns 545.354E-06 2.561E-03 105.804E-06 3.800ns 471.412E-06 2.283E-03 88.729E-06 3.900ns 407.599E-06 2.037E-03 74.413E-06 4.000ns 352.502E-06 1.819E-03 62.410E-06 4.100ns 304.911E-06 1.625E-03 52.344E-06 4.200ns 263.789E-06 1.453E-03 43.903E-06 4.300ns 228.245E-06 1.300E-03 36.824E-06 4.400ns 197.516E-06 1.164E-03 30.887E-06 4.500ns 170.942E-06 1.043E-03 25.908E-06 4.600ns 147.957E-06 935.395E-06 21.732E-06 4.700ns 128.072E-06 839.620E-06 18.229E-06 4.800ns 110.868E-06 759.212E-06 15.291E-06 4.900ns 95.981E-06 689.078E-06 12.826E-06 5.000ns 83.097E-06 625.816E-06 10.759E-06 5.250ns 57.965E-06 494.899E-06 6.934E-06 5.500ns 40.442E-06 392.749E-06 4.469E-06 5.750ns 28.220E-06 312.115E-06 2.880E-06 6.000ns 19.694E-06 248.309E-06 1.856E-06 6.250ns 13.744E-06 197.637E-06 1.196E-06 6.500ns 9.593E-06 157.354E-06 770.568E-09 6.750ns 6.695E-06 125.310E-06 496.657E-09 7.000ns 4.673E-06 99.804E-06 320.077E-09 7.250ns 3.262E-06 79.495E-06 206.234E-09 7.500ns 2.277E-06 63.323E-06 132.877E-09 7.750ns 1.589E-06 50.443E-06 85.636E-09 8.000ns 1.109E-06 40.183E-06 55.196E-09 8.250ns 774.035E-09 32.011E-06 35.572E-09 8.500ns 540.269E-09 25.501E-06 22.920E-09 8.750ns 377.117E-09 20.316E-06 14.767E-09 9.000ns 263.232E-09 16.185E-06 9.517E-09 9.250ns 183.745E-09 12.894E-06 6.134E-09 9.500ns 128.259E-09 10.273E-06 3.953E-09 9.750ns 128.259E-09 10.273E-06 3.953E-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.288E+00 2.988E+00 3.594E+00 100.000ps 3.286E+00 2.977E+00 3.615E+00 150.000ps 3.323E+00 2.992E+00 3.668E+00 200.000ps 3.356E+00 3.016E+00 3.693E+00 250.000ps 3.374E+00 3.033E+00 3.683E+00 300.000ps 3.383E+00 3.043E+00 3.646E+00 350.000ps 3.387E+00 3.049E+00 3.592E+00 400.000ps 3.385E+00 3.053E+00 3.523E+00 450.000ps 3.378E+00 3.056E+00 3.432E+00 500.000ps 3.364E+00 3.058E+00 3.311E+00 550.000ps 3.346E+00 3.060E+00 3.140E+00 600.000ps 3.321E+00 3.061E+00 2.889E+00 650.000ps 3.288E+00 3.062E+00 2.602E+00 700.000ps 3.248E+00 3.062E+00 2.302E+00 750.000ps 3.199E+00 3.061E+00 2.009E+00 800.000ps 3.142E+00 3.059E+00 1.735E+00 850.000ps 3.073E+00 3.056E+00 1.493E+00 900.000ps 2.991E+00 3.051E+00 1.291E+00 950.000ps 2.885E+00 3.044E+00 1.134E+00 1.000ns 2.764E+00 3.035E+00 1.024E+00 1.050ns 2.635E+00 3.024E+00 951.884E-03 1.100ns 2.505E+00 3.010E+00 903.083E-03 1.150ns 2.376E+00 2.995E+00 867.532E-03 1.200ns 2.251E+00 2.976E+00 839.430E-03 1.250ns 2.131E+00 2.956E+00 816.424E-03 1.300ns 2.015E+00 2.933E+00 797.451E-03 1.350ns 1.903E+00 2.908E+00 781.696E-03 1.400ns 1.797E+00 2.880E+00 768.438E-03 1.450ns 1.696E+00 2.850E+00 757.127E-03 1.500ns 1.603E+00 2.816E+00 747.367E-03 1.550ns 1.518E+00 2.777E+00 738.896E-03 1.600ns 1.444E+00 2.731E+00 731.511E-03 1.650ns 1.381E+00 2.683E+00 725.034E-03 1.700ns 1.329E+00 2.634E+00 719.320E-03 1.750ns 1.289E+00 2.585E+00 714.259E-03 1.800ns 1.256E+00 2.536E+00 709.761E-03 1.850ns 1.229E+00 2.488E+00 705.751E-03 1.900ns 1.207E+00 2.439E+00 702.166E-03 1.950ns 1.188E+00 2.391E+00 698.951E-03 2.000ns 1.171E+00 2.344E+00 696.063E-03 2.050ns 1.157E+00 2.298E+00 693.462E-03 2.100ns 1.144E+00 2.253E+00 691.116E-03 2.150ns 1.132E+00 2.208E+00 688.996E-03 2.200ns 1.122E+00 2.165E+00 687.077E-03 2.250ns 1.113E+00 2.122E+00 685.339E-03 2.300ns 1.105E+00 2.080E+00 683.762E-03 2.350ns 1.097E+00 2.040E+00 682.329E-03 2.400ns 1.090E+00 2.001E+00 681.026E-03 2.450ns 1.084E+00 1.963E+00 679.841E-03 2.500ns 1.078E+00 1.926E+00 678.761E-03 2.550ns 1.073E+00 1.890E+00 677.777E-03 2.600ns 1.069E+00 1.856E+00 676.879E-03 2.650ns 1.064E+00 1.823E+00 676.060E-03 2.700ns 1.060E+00 1.792E+00 675.311E-03 2.750ns 1.057E+00 1.762E+00 674.628E-03 2.800ns 1.053E+00 1.733E+00 674.003E-03 2.850ns 1.050E+00 1.707E+00 673.431E-03 2.900ns 1.047E+00 1.682E+00 672.908E-03 2.950ns 1.045E+00 1.658E+00 672.430E-03 3.000ns 1.042E+00 1.637E+00 671.992E-03 3.100ns 1.038E+00 1.599E+00 671.223E-03 3.200ns 1.034E+00 1.567E+00 670.577E-03 3.300ns 1.031E+00 1.541E+00 670.035E-03 3.400ns 1.028E+00 1.519E+00 669.579E-03 3.500ns 1.026E+00 1.501E+00 669.195E-03 3.600ns 1.024E+00 1.486E+00 668.872E-03 3.700ns 1.022E+00 1.473E+00 668.600E-03 3.800ns 1.020E+00 1.463E+00 668.370E-03 3.900ns 1.019E+00 1.453E+00 668.177E-03 4.000ns 1.018E+00 1.445E+00 668.014E-03 4.100ns 1.017E+00 1.438E+00 667.877E-03 4.200ns 1.016E+00 1.432E+00 667.761E-03 4.300ns 1.015E+00 1.427E+00 667.663E-03 4.400ns 1.015E+00 1.422E+00 667.581E-03 4.500ns 1.014E+00 1.418E+00 667.511E-03 4.600ns 1.013E+00 1.414E+00 667.452E-03 4.700ns 1.013E+00 1.411E+00 667.403E-03 4.800ns 1.013E+00 1.408E+00 667.361E-03 4.900ns 1.012E+00 1.405E+00 667.325E-03 5.000ns 1.012E+00 1.403E+00 667.296E-03 5.250ns 1.011E+00 1.398E+00 667.240E-03 5.500ns 1.011E+00 1.394E+00 667.203E-03 5.750ns 1.011E+00 1.391E+00 667.179E-03 6.000ns 1.010E+00 1.388E+00 667.164E-03 6.250ns 1.010E+00 1.386E+00 667.154E-03 6.500ns 1.010E+00 1.385E+00 667.147E-03 6.750ns 1.010E+00 1.384E+00 667.142E-03 7.000ns 1.010E+00 1.383E+00 667.140E-03 7.250ns 1.010E+00 1.382E+00 667.138E-03 7.500ns 1.010E+00 1.381E+00 667.136E-03 7.750ns 1.010E+00 1.381E+00 667.136E-03 8.000ns 1.010E+00 1.380E+00 667.135E-03 8.250ns 1.010E+00 1.380E+00 667.135E-03 8.500ns 1.010E+00 1.380E+00 667.134E-03 8.750ns 1.010E+00 1.379E+00 667.134E-03 9.000ns 1.010E+00 1.379E+00 667.134E-03 9.250ns 1.010E+00 1.379E+00 667.134E-03 9.500ns 1.010E+00 1.379E+00 667.134E-03 9.750ns 1.010E+00 1.379E+00 667.134E-03 | | End [Model] AHC_OUTN_33 | |************************************************************************ | Model AHC_OUTN_50 |************************************************************************ | [Model] AHC_OUTN_50 Model_type Output Polarity Non-Inverting Vmeas = 2.5000V Cref = 50.0000pF Rref = 1.0000k Vref = 0.000V C_comp 0.90pF 0.67pF 1.31pF | | [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 -3.047E-01 -2.444E-01 -4.206E-01 -5.350E+00 -2.949E-01 -2.366E-01 -4.069E-01 -5.200E+00 -2.851E-01 -2.288E-01 -3.931E-01 -5.050E+00 -2.753E-01 -2.210E-01 -3.794E-01 -4.900E+00 -2.655E-01 -2.133E-01 -3.656E-01 -4.750E+00 -2.556E-01 -2.055E-01 -3.519E-01 -4.600E+00 -2.458E-01 -1.977E-01 -3.381E-01 -4.450E+00 -2.360E-01 -1.899E-01 -3.244E-01 -4.300E+00 -2.262E-01 -1.822E-01 -3.107E-01 -4.150E+00 -2.164E-01 -1.744E-01 -2.970E-01 -4.000E+00 -2.066E-01 -1.667E-01 -2.832E-01 -3.850E+00 -1.968E-01 -1.589E-01 -2.695E-01 -3.700E+00 -1.871E-01 -1.512E-01 -2.559E-01 -3.550E+00 -1.773E-01 -1.434E-01 -2.422E-01 -3.400E+00 -1.675E-01 -1.357E-01 -2.285E-01 -3.250E+00 -1.578E-01 -1.280E-01 -2.149E-01 -3.100E+00 -1.480E-01 -1.202E-01 -2.012E-01 -2.950E+00 -1.383E-01 -1.125E-01 -1.876E-01 -2.800E+00 -1.286E-01 -1.048E-01 -1.740E-01 -2.650E+00 -1.189E-01 -9.717E-02 -1.605E-01 -2.500E+00 -1.093E-01 -8.951E-02 -1.470E-01 -2.350E+00 -9.965E-02 -8.186E-02 -1.336E-01 -2.200E+00 -9.007E-02 -7.425E-02 -1.203E-01 -2.050E+00 -8.056E-02 -6.667E-02 -1.071E-01 -1.900E+00 -7.113E-02 -5.914E-02 -9.422E-02 -1.750E+00 -6.185E-02 -5.167E-02 -8.190E-02 -1.600E+00 -5.282E-02 -4.430E-02 -7.119E-02 -1.450E+00 -4.433E-02 -3.708E-02 -6.363E-02 -1.300E+00 -3.722E-02 -3.017E-02 -5.725E-02 -1.150E+00 -3.244E-02 -2.404E-02 -5.128E-02 -1.000E+00 -2.846E-02 -1.929E-02 -4.539E-02 -8.500E-01 -2.447E-02 -1.613E-02 -3.932E-02 -7.000E-01 -2.035E-02 -1.333E-02 -3.287E-02 -5.500E-01 -1.606E-02 -1.050E-02 -2.601E-02 -4.000E-01 -1.172E-02 -7.654E-03 -1.902E-02 -2.500E-01 -7.337E-03 -4.775E-03 -1.195E-02 -1.500E-01 -4.407E-03 -2.858E-03 -7.196E-03 0.000E+00 -1.587E-11 -5.349E-10 -3.223E-14 1.000E-01 2.922E-03 1.884E-03 4.790E-03 2.000E-01 5.805E-03 3.739E-03 9.516E-03 3.000E-01 8.648E-03 5.563E-03 1.418E-02 4.000E-01 1.145E-02 7.357E-03 1.877E-02 5.000E-01 1.421E-02 9.118E-03 2.330E-02 6.000E-01 1.692E-02 1.085E-02 2.776E-02 7.000E-01 1.960E-02 1.254E-02 3.215E-02 8.000E-01 2.222E-02 1.420E-02 3.646E-02 9.000E-01 2.480E-02 1.582E-02 4.071E-02 1.000E+00 2.733E-02 1.741E-02 4.488E-02 1.250E+00 3.345E-02 2.121E-02 5.497E-02 1.500E+00 3.924E-02 2.476E-02 6.457E-02 1.750E+00 4.471E-02 2.804E-02 7.366E-02 2.000E+00 4.981E-02 3.104E-02 8.223E-02 2.250E+00 5.455E-02 3.373E-02 9.024E-02 2.500E+00 5.890E-02 3.609E-02 9.769E-02 2.750E+00 6.283E-02 3.809E-02 1.045E-01 3.000E+00 6.633E-02 3.971E-02 1.108E-01 3.250E+00 6.936E-02 4.094E-02 1.164E-01 3.500E+00 7.191E-02 4.176E-02 1.214E-01 3.750E+00 7.395E-02 4.225E-02 1.257E-01 4.000E+00 7.548E-02 4.254E-02 1.293E-01 4.250E+00 7.651E-02 4.276E-02 1.323E-01 4.500E+00 7.717E-02 4.294E-02 1.345E-01 4.750E+00 7.762E-02 4.309E-02 1.361E-01 5.000E+00 7.797E-02 4.325E-02 1.373E-01 5.250E+00 7.826E-02 9.083E-02 1.380E-01 5.500E+00 7.846E-02 4.360E-01 1.387E-01 5.750E+00 8.623E-02 6.323E-01 1.392E-01 6.000E+00 3.828E-01 7.652E-01 1.393E-01 6.250E+00 6.066E-01 9.854E-01 1.395E-01 6.500E+00 7.542E-01 1.230E+00 3.394E-01 6.750E+00 9.785E-01 1.479E+00 5.939E-01 7.000E+00 1.226E+00 1.729E+00 7.589E-01 7.250E+00 1.477E+00 1.981E+00 9.880E-01 7.500E+00 1.729E+00 2.233E+00 1.238E+00 7.750E+00 1.982E+00 2.485E+00 1.491E+00 8.000E+00 2.236E+00 2.738E+00 1.746E+00 8.250E+00 2.490E+00 2.991E+00 2.001E+00 8.500E+00 2.744E+00 3.245E+00 2.257E+00 8.750E+00 2.999E+00 3.499E+00 2.512E+00 9.000E+00 3.254E+00 3.753E+00 2.769E+00 9.250E+00 3.509E+00 4.007E+00 3.025E+00 9.500E+00 3.765E+00 4.262E+00 3.281E+00 9.750E+00 4.020E+00 4.516E+00 3.538E+00 1.000E+01 4.275E+00 4.771E+00 3.794E+00 1.025E+01 4.531E+00 5.026E+00 4.051E+00 1.050E+01 4.787E+00 5.280E+00 4.307E+00 1.075E+01 5.042E+00 5.535E+00 4.564E+00 1.100E+01 5.298E+00 5.791E+00 4.820E+00 | [Pullup] | voltage I(typ) I(min) I(max) | -6.500E+00 5.717E+00 5.741E+00 5.691E+00 -6.350E+00 5.540E+00 5.583E+00 5.524E+00 -6.200E+00 5.367E+00 5.421E+00 5.361E+00 -6.050E+00 5.207E+00 5.253E+00 5.200E+00 -5.900E+00 5.049E+00 5.078E+00 5.040E+00 -5.750E+00 4.893E+00 4.917E+00 4.882E+00 -5.600E+00 4.738E+00 4.763E+00 4.724E+00 -5.450E+00 4.584E+00 4.609E+00 4.566E+00 -5.300E+00 4.430E+00 4.457E+00 4.410E+00 -5.150E+00 4.277E+00 4.305E+00 4.254E+00 -5.000E+00 4.124E+00 4.153E+00 4.098E+00 -4.850E+00 3.972E+00 4.002E+00 3.943E+00 -4.700E+00 3.820E+00 3.851E+00 3.788E+00 -4.550E+00 3.668E+00 3.700E+00 3.634E+00 -4.400E+00 3.516E+00 3.550E+00 3.481E+00 -4.250E+00 3.365E+00 3.400E+00 3.328E+00 -4.100E+00 3.214E+00 3.250E+00 3.176E+00 -3.950E+00 3.064E+00 3.100E+00 3.024E+00 -3.800E+00 2.913E+00 2.950E+00 2.872E+00 -3.650E+00 2.763E+00 2.800E+00 2.721E+00 -3.500E+00 2.613E+00 2.651E+00 2.570E+00 -3.350E+00 2.463E+00 2.501E+00 2.419E+00 -3.200E+00 2.313E+00 2.352E+00 2.269E+00 -3.050E+00 2.164E+00 2.203E+00 2.118E+00 -2.900E+00 2.014E+00 2.054E+00 1.968E+00 -2.750E+00 1.865E+00 1.906E+00 1.818E+00 -2.600E+00 1.716E+00 1.757E+00 1.668E+00 -2.450E+00 1.567E+00 1.609E+00 1.518E+00 -2.300E+00 1.419E+00 1.462E+00 1.369E+00 -2.150E+00 1.271E+00 1.315E+00 1.220E+00 -2.000E+00 1.124E+00 1.168E+00 1.072E+00 -1.850E+00 978.148E-03 1.023E+00 925.263E-03 -1.700E+00 834.696E-03 880.308E-03 780.880E-03 -1.550E+00 700.696E-03 747.678E-03 645.298E-03 -1.400E+00 605.754E-03 657.641E-03 544.603E-03 -1.250E+00 521.891E-03 583.105E-03 449.815E-03 -1.100E+00 409.054E-03 483.835E-03 321.685E-03 -950.000E-03 242.711E-03 334.718E-03 143.701E-03 -800.000E-03 51.781E-03 119.066E-03 41.997E-03 -650.000E-03 19.635E-03 14.695E-03 33.556E-03 -500.000E-03 15.045E-03 9.007E-03 26.194E-03 -350.000E-03 10.578E-03 6.282E-03 18.524E-03 -200.000E-03 6.021E-03 3.569E-03 10.599E-03 -150.000E-03 4.504E-03 2.662E-03 7.948E-03 0.000E+00 96.655E-12 3.013E-09 176.516E-15 250.000E-03 -7.210E-03 -4.215E-03 -12.800E-03 500.000E-03 -13.933E-03 -8.122E-03 -24.686E-03 750.000E-03 -20.150E-03 -11.707E-03 -35.640E-03 1.000E+00 -25.862E-03 -14.968E-03 -45.678E-03 1.250E+00 -31.073E-03 -17.906E-03 -54.824E-03 1.500E+00 -35.791E-03 -20.521E-03 -63.107E-03 1.750E+00 -40.025E-03 -22.817E-03 -70.557E-03 2.000E+00 -43.783E-03 -24.797E-03 -77.208E-03 2.250E+00 -47.079E-03 -26.467E-03 -83.093E-03 2.500E+00 -49.927E-03 -27.836E-03 -88.252E-03 2.750E+00 -52.346E-03 -28.919E-03 -92.730E-03 3.000E+00 -54.364E-03 -29.747E-03 -96.585E-03 3.250E+00 -56.024E-03 -30.373E-03 -99.897E-03 3.500E+00 -57.400E-03 -30.864E-03 -102.790E-03 3.750E+00 -58.592E-03 -31.264E-03 -105.444E-03 4.000E+00 -59.647E-03 -31.600E-03 -108.019E-03 4.250E+00 -60.550E-03 -31.891E-03 -110.429E-03 4.500E+00 -61.314E-03 -32.151E-03 -112.508E-03 4.750E+00 -61.975E-03 -32.390E-03 -114.263E-03 5.000E+00 -62.561E-03 -32.648E-03 -115.775E-03 5.250E+00 -63.093E-03 -36.166E-03 -117.110E-03 5.500E+00 -63.612E-03 -46.992E-03 -118.315E-03 5.750E+00 -65.594E-03 -58.916E-03 -119.420E-03 6.000E+00 -77.794E-03 -71.581E-03 -120.470E-03 6.250E+00 -92.713E-03 -84.489E-03 -122.644E-03 6.500E+00 -108.936E-03 -97.505E-03 -134.004E-03 6.750E+00 -125.510E-03 -110.587E-03 -154.194E-03 7.000E+00 -142.217E-03 -123.716E-03 -177.265E-03 7.250E+00 -159.006E-03 -136.880E-03 -200.963E-03 7.500E+00 -175.849E-03 -150.069E-03 -224.857E-03 7.750E+00 -192.731E-03 -163.279E-03 -248.867E-03 8.000E+00 -209.642E-03 -176.505E-03 -272.951E-03 8.250E+00 -226.579E-03 -189.746E-03 -297.092E-03 8.500E+00 -243.536E-03 -203.000E-03 -321.278E-03 8.750E+00 -260.513E-03 -216.265E-03 -345.505E-03 9.000E+00 -277.507E-03 -229.540E-03 -369.770E-03 9.250E+00 -294.519E-03 -242.825E-03 -394.073E-03 9.500E+00 -311.548E-03 -256.119E-03 -418.414E-03 9.750E+00 -328.594E-03 -269.422E-03 -442.796E-03 10.000E+00 -345.659E-03 -282.735E-03 -467.219E-03 10.250E+00 -362.742E-03 -296.056E-03 -491.687E-03 10.500E+00 -379.845E-03 -309.386E-03 -516.202E-03 10.750E+00 -396.968E-03 -322.725E-03 -540.768E-03 11.000E+00 -414.113E-03 -336.074E-03 -565.386E-03 | [Ramp] | variable typ min max dV/dt_r 2.117V/593.251ps 1.493V/724.062ps 2.708V/539.812ps dV/dt_f 2.177V/434.826ps 1.664V/728.595ps 2.698V/291.947ps 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 402.668E-12 18.452E-09 553.982E-15 50.000ps 11.018E-03 6.994E-03 9.091E-03 100.000ps 6.845E-03 11.238E-03 -17.472E-03 150.000ps -42.107E-03 -4.011E-03 -108.176E-03 200.000ps -98.156E-03 -25.593E-03 -9.537E-03 250.000ps -91.916E-03 -52.445E-03 241.014E-03 300.000ps -9.255E-03 -71.268E-03 519.034E-03 350.000ps 116.855E-03 -78.234E-03 787.951E-03 400.000ps 261.121E-03 -63.945E-03 1.044E+00 450.000ps 411.172E-03 -30.307E-03 1.297E+00 500.000ps 561.717E-03 17.710E-03 1.552E+00 550.000ps 711.237E-03 75.719E-03 1.803E+00 600.000ps 862.045E-03 140.270E-03 2.049E+00 650.000ps 1.019E+00 209.084E-03 2.304E+00 700.000ps 1.181E+00 280.751E-03 2.591E+00 750.000ps 1.344E+00 354.550E-03 2.893E+00 800.000ps 1.513E+00 430.251E-03 3.168E+00 850.000ps 1.697E+00 508.272E-03 3.394E+00 900.000ps 1.909E+00 590.112E-03 3.574E+00 950.000ps 2.137E+00 677.243E-03 3.725E+00 1.000ns 2.358E+00 767.429E-03 3.853E+00 1.050ns 2.551E+00 860.103E-03 3.961E+00 1.100ns 2.713E+00 957.063E-03 4.053E+00 1.150ns 2.845E+00 1.063E+00 4.132E+00 1.200ns 2.954E+00 1.182E+00 4.199E+00 1.250ns 3.044E+00 1.308E+00 4.256E+00 1.300ns 3.120E+00 1.437E+00 4.305E+00 1.350ns 3.183E+00 1.562E+00 4.346E+00 1.400ns 3.237E+00 1.679E+00 4.381E+00 1.450ns 3.282E+00 1.786E+00 4.409E+00 1.500ns 3.321E+00 1.882E+00 4.432E+00 1.550ns 3.353E+00 1.966E+00 4.450E+00 1.600ns 3.380E+00 2.037E+00 4.464E+00 1.650ns 3.402E+00 2.097E+00 4.474E+00 1.700ns 3.420E+00 2.148E+00 4.481E+00 1.750ns 3.434E+00 2.190E+00 4.485E+00 1.800ns 3.445E+00 2.225E+00 4.489E+00 1.850ns 3.455E+00 2.254E+00 4.492E+00 1.900ns 3.463E+00 2.279E+00 4.494E+00 1.950ns 3.469E+00 2.300E+00 4.497E+00 2.000ns 3.476E+00 2.318E+00 4.499E+00 2.050ns 3.481E+00 2.334E+00 4.501E+00 2.100ns 3.486E+00 2.348E+00 4.502E+00 2.150ns 3.491E+00 2.361E+00 4.504E+00 2.200ns 3.495E+00 2.372E+00 4.505E+00 2.250ns 3.498E+00 2.382E+00 4.506E+00 2.300ns 3.501E+00 2.391E+00 4.507E+00 2.350ns 3.504E+00 2.400E+00 4.508E+00 2.400ns 3.507E+00 2.407E+00 4.509E+00 2.450ns 3.509E+00 2.414E+00 4.509E+00 2.500ns 3.511E+00 2.421E+00 4.510E+00 2.550ns 3.513E+00 2.427E+00 4.510E+00 2.600ns 3.515E+00 2.432E+00 4.511E+00 2.650ns 3.516E+00 2.437E+00 4.511E+00 2.700ns 3.517E+00 2.441E+00 4.512E+00 2.750ns 3.518E+00 2.445E+00 4.512E+00 2.800ns 3.519E+00 2.449E+00 4.512E+00 2.850ns 3.520E+00 2.452E+00 4.512E+00 2.900ns 3.521E+00 2.455E+00 4.512E+00 2.950ns 3.522E+00 2.458E+00 4.513E+00 3.000ns 3.523E+00 2.461E+00 4.513E+00 3.100ns 3.524E+00 2.465E+00 4.513E+00 3.200ns 3.525E+00 2.469E+00 4.513E+00 3.300ns 3.525E+00 2.472E+00 4.513E+00 3.400ns 3.526E+00 2.475E+00 4.513E+00 3.500ns 3.526E+00 2.477E+00 4.513E+00 3.600ns 3.527E+00 2.479E+00 4.514E+00 3.700ns 3.527E+00 2.480E+00 4.514E+00 3.800ns 3.527E+00 2.481E+00 4.514E+00 3.900ns 3.527E+00 2.482E+00 4.514E+00 4.000ns 3.527E+00 2.483E+00 4.514E+00 4.100ns 3.528E+00 2.484E+00 4.514E+00 4.200ns 3.528E+00 2.485E+00 4.514E+00 4.300ns 3.528E+00 2.485E+00 4.514E+00 4.400ns 3.528E+00 2.486E+00 4.514E+00 4.500ns 3.528E+00 2.486E+00 4.514E+00 4.600ns 3.528E+00 2.486E+00 4.514E+00 4.700ns 3.528E+00 2.487E+00 4.514E+00 4.800ns 3.528E+00 2.487E+00 4.514E+00 4.900ns 3.528E+00 2.487E+00 4.514E+00 5.000ns 3.528E+00 2.487E+00 4.514E+00 5.250ns 3.528E+00 2.488E+00 4.514E+00 5.500ns 3.528E+00 2.488E+00 4.514E+00 5.750ns 3.528E+00 2.488E+00 4.514E+00 6.000ns 3.528E+00 2.488E+00 4.514E+00 6.250ns 3.528E+00 2.488E+00 4.514E+00 6.500ns 3.528E+00 2.488E+00 4.514E+00 6.750ns 3.528E+00 2.488E+00 4.514E+00 7.000ns 3.528E+00 2.488E+00 4.514E+00 7.250ns 3.528E+00 2.488E+00 4.514E+00 7.500ns 3.528E+00 2.488E+00 4.514E+00 7.750ns 3.528E+00 2.488E+00 4.514E+00 8.000ns 3.528E+00 2.488E+00 4.514E+00 8.250ns 3.528E+00 2.488E+00 4.514E+00 8.500ns 3.528E+00 2.488E+00 4.514E+00 8.750ns 3.528E+00 2.488E+00 4.514E+00 9.000ns 3.528E+00 2.488E+00 4.514E+00 9.250ns 3.528E+00 2.488E+00 4.514E+00 9.500ns 3.528E+00 2.488E+00 4.514E+00 9.750ns 3.528E+00 2.488E+00 4.514E+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 50.000ps 1.383E+00 1.734E+00 1.012E+00 100.000ps 1.375E+00 1.735E+00 982.525E-03 150.000ps 1.321E+00 1.713E+00 892.362E-03 200.000ps 1.274E+00 1.690E+00 1.011E+00 250.000ps 1.303E+00 1.674E+00 1.307E+00 300.000ps 1.424E+00 1.679E+00 1.657E+00 350.000ps 1.606E+00 1.705E+00 2.030E+00 400.000ps 1.829E+00 1.760E+00 2.427E+00 450.000ps 2.088E+00 1.850E+00 2.823E+00 500.000ps 2.371E+00 1.971E+00 3.220E+00 550.000ps 2.679E+00 2.122E+00 3.601E+00 600.000ps 3.022E+00 2.301E+00 3.927E+00 650.000ps 3.350E+00 2.518E+00 4.188E+00 700.000ps 3.633E+00 2.765E+00 4.397E+00 750.000ps 3.862E+00 3.023E+00 4.570E+00 800.000ps 4.048E+00 3.252E+00 4.714E+00 850.000ps 4.201E+00 3.451E+00 4.836E+00 900.000ps 4.327E+00 3.616E+00 4.940E+00 950.000ps 4.432E+00 3.751E+00 5.029E+00 1.000ns 4.522E+00 3.863E+00 5.106E+00 1.050ns 4.598E+00 3.958E+00 5.172E+00 1.100ns 4.663E+00 4.037E+00 5.229E+00 1.150ns 4.719E+00 4.104E+00 5.278E+00 1.200ns 4.766E+00 4.162E+00 5.321E+00 1.250ns 4.807E+00 4.212E+00 5.358E+00 1.300ns 4.842E+00 4.255E+00 5.389E+00 1.350ns 4.872E+00 4.292E+00 5.415E+00 1.400ns 4.898E+00 4.324E+00 5.437E+00 1.450ns 4.919E+00 4.352E+00 5.454E+00 1.500ns 4.937E+00 4.376E+00 5.468E+00 1.550ns 4.951E+00 4.396E+00 5.478E+00 1.600ns 4.963E+00 4.414E+00 5.485E+00 1.650ns 4.972E+00 4.429E+00 5.490E+00 1.700ns 4.978E+00 4.441E+00 5.492E+00 1.750ns 4.982E+00 4.452E+00 5.493E+00 1.800ns 4.985E+00 4.460E+00 5.494E+00 1.850ns 4.987E+00 4.466E+00 5.495E+00 1.900ns 4.989E+00 4.471E+00 5.495E+00 1.950ns 4.990E+00 4.475E+00 5.496E+00 2.000ns 4.991E+00 4.479E+00 5.497E+00 2.050ns 4.992E+00 4.481E+00 5.497E+00 2.100ns 4.993E+00 4.483E+00 5.497E+00 2.150ns 4.994E+00 4.485E+00 5.498E+00 2.200ns 4.995E+00 4.486E+00 5.498E+00 2.250ns 4.995E+00 4.488E+00 5.498E+00 2.300ns 4.996E+00 4.489E+00 5.499E+00 2.350ns 4.996E+00 4.490E+00 5.499E+00 2.400ns 4.997E+00 4.491E+00 5.499E+00 2.450ns 4.997E+00 4.492E+00 5.499E+00 2.500ns 4.997E+00 4.492E+00 5.499E+00 2.550ns 4.998E+00 4.493E+00 5.499E+00 2.600ns 4.998E+00 4.494E+00 5.499E+00 2.650ns 4.998E+00 4.494E+00 5.499E+00 2.700ns 4.998E+00 4.495E+00 5.500E+00 2.750ns 4.999E+00 4.495E+00 5.500E+00 2.800ns 4.999E+00 4.496E+00 5.500E+00 2.850ns 4.999E+00 4.496E+00 5.500E+00 2.900ns 4.999E+00 4.496E+00 5.500E+00 2.950ns 4.999E+00 4.497E+00 5.500E+00 3.000ns 4.999E+00 4.497E+00 5.500E+00 3.100ns 4.999E+00 4.498E+00 5.500E+00 3.200ns 5.000E+00 4.498E+00 5.500E+00 3.300ns 5.000E+00 4.498E+00 5.500E+00 3.400ns 5.000E+00 4.499E+00 5.500E+00 3.500ns 5.000E+00 4.499E+00 5.500E+00 3.600ns 5.000E+00 4.499E+00 5.500E+00 3.700ns 5.000E+00 4.499E+00 5.500E+00 3.800ns 5.000E+00 4.499E+00 5.500E+00 3.900ns 5.000E+00 4.499E+00 5.500E+00 4.000ns 5.000E+00 4.500E+00 5.500E+00 4.100ns 5.000E+00 4.500E+00 5.500E+00 4.200ns 5.000E+00 4.500E+00 5.500E+00 4.300ns 5.000E+00 4.500E+00 5.500E+00 4.400ns 5.000E+00 4.500E+00 5.500E+00 4.500ns 5.000E+00 4.500E+00 5.500E+00 4.600ns 5.000E+00 4.500E+00 5.500E+00 4.700ns 5.000E+00 4.500E+00 5.500E+00 4.800ns 5.000E+00 4.500E+00 5.500E+00 4.900ns 5.000E+00 4.500E+00 5.500E+00 5.000ns 5.000E+00 4.500E+00 5.500E+00 5.250ns 5.000E+00 4.500E+00 5.500E+00 5.500ns 5.000E+00 4.500E+00 5.500E+00 5.750ns 5.000E+00 4.500E+00 5.500E+00 6.000ns 5.000E+00 4.500E+00 5.500E+00 6.250ns 5.000E+00 4.500E+00 5.500E+00 6.500ns 5.000E+00 4.500E+00 5.500E+00 6.750ns 5.000E+00 4.500E+00 5.500E+00 7.000ns 5.000E+00 4.500E+00 5.500E+00 7.250ns 5.000E+00 4.500E+00 5.500E+00 7.500ns 5.000E+00 4.500E+00 5.500E+00 7.750ns 5.000E+00 4.500E+00 5.500E+00 8.000ns 5.000E+00 4.500E+00 5.500E+00 8.250ns 5.000E+00 4.500E+00 5.500E+00 8.500ns 5.000E+00 4.500E+00 5.500E+00 8.750ns 5.000E+00 4.500E+00 5.500E+00 9.000ns 5.000E+00 4.500E+00 5.500E+00 9.250ns 5.000E+00 4.500E+00 5.500E+00 9.500ns 5.000E+00 4.500E+00 5.500E+00 9.750ns 5.000E+00 4.500E+00 5.500E+00 | [Falling Waveform] R_fixture = 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.528E+00 2.488E+00 4.514E+00 50.000ps 3.510E+00 2.471E+00 4.502E+00 100.000ps 3.522E+00 2.471E+00 4.538E+00 150.000ps 3.599E+00 2.526E+00 4.618E+00 200.000ps 3.623E+00 2.564E+00 4.569E+00 250.000ps 3.582E+00 2.559E+00 4.402E+00 300.000ps 3.488E+00 2.519E+00 4.161E+00 350.000ps 3.346E+00 2.452E+00 3.819E+00 400.000ps 3.149E+00 2.358E+00 3.292E+00 450.000ps 2.872E+00 2.232E+00 2.637E+00 500.000ps 2.529E+00 2.085E+00 1.954E+00 550.000ps 2.151E+00 1.922E+00 1.364E+00 600.000ps 1.761E+00 1.750E+00 915.288E-03 650.000ps 1.386E+00 1.572E+00 610.137E-03 700.000ps 1.058E+00 1.393E+00 420.680E-03 750.000ps 787.327E-03 1.214E+00 297.111E-03 800.000ps 582.541E-03 1.039E+00 209.561E-03 850.000ps 434.180E-03 874.827E-03 146.444E-03 900.000ps 327.487E-03 725.359E-03 101.252E-03 950.000ps 250.800E-03 593.217E-03 69.557E-03 1.000ns 193.689E-03 482.960E-03 48.060E-03 1.050ns 149.475E-03 393.246E-03 34.010E-03 1.100ns 115.096E-03 321.245E-03 25.334E-03 1.150ns 88.593E-03 263.747E-03 20.541E-03 1.200ns 68.399E-03 217.543E-03 17.415E-03 1.250ns 53.257E-03 179.983E-03 14.698E-03 1.300ns 42.158E-03 149.162E-03 12.580E-03 1.350ns 34.187E-03 123.704E-03 11.016E-03 1.400ns 28.520E-03 102.686E-03 9.743E-03 1.450ns 24.534E-03 85.402E-03 8.653E-03 1.500ns 21.424E-03 71.263E-03 7.715E-03 1.550ns 18.799E-03 59.777E-03 6.907E-03 1.600ns 16.589E-03 50.539E-03 6.208E-03 1.650ns 14.739E-03 43.181E-03 5.596E-03 1.700ns 13.181E-03 37.286E-03 5.055E-03 1.750ns 11.854E-03 32.458E-03 4.574E-03 1.800ns 10.706E-03 28.646E-03 4.145E-03 1.850ns 9.702E-03 25.579E-03 3.761E-03 1.900ns 8.816E-03 22.948E-03 3.416E-03 1.950ns 8.028E-03 20.712E-03 3.106E-03 2.000ns 7.324E-03 18.777E-03 2.825E-03 2.050ns 6.693E-03 17.071E-03 2.572E-03 2.100ns 6.125E-03 15.574E-03 2.342E-03 2.150ns 5.612E-03 14.260E-03 2.133E-03 2.200ns 5.147E-03 13.094E-03 1.944E-03 2.250ns 4.724E-03 12.051E-03 1.772E-03 2.300ns 4.339E-03 11.115E-03 1.616E-03 2.350ns 3.988E-03 10.272E-03 1.474E-03 2.400ns 3.667E-03 9.508E-03 1.345E-03 2.450ns 3.374E-03 8.811E-03 1.227E-03 2.500ns 3.105E-03 8.174E-03 1.119E-03 2.550ns 2.859E-03 7.589E-03 1.022E-03 2.600ns 2.634E-03 7.051E-03 932.458E-06 2.650ns 2.427E-03 6.556E-03 851.144E-06 2.700ns 2.237E-03 6.100E-03 776.988E-06 2.750ns 2.062E-03 5.678E-03 709.345E-06 2.800ns 1.902E-03 5.288E-03 647.634E-06 2.850ns 1.754E-03 4.926E-03 591.328E-06 2.900ns 1.618E-03 4.591E-03 539.945E-06 2.950ns 1.493E-03 4.281E-03 493.050E-06 3.000ns 1.378E-03 3.992E-03 450.248E-06 3.100ns 1.174E-03 3.476E-03 375.508E-06 3.200ns 1.001E-03 3.029E-03 313.214E-06 3.300ns 853.397E-06 2.643E-03 261.281E-06 3.400ns 728.072E-06 2.308E-03 217.976E-06 3.500ns 621.347E-06 2.017E-03 181.861E-06 3.600ns 530.410E-06 1.765E-03 151.738E-06 3.700ns 452.887E-06 1.545E-03 126.610E-06 3.800ns 386.771E-06 1.354E-03 105.647E-06 3.900ns 330.361E-06 1.187E-03 88.157E-06 4.000ns 282.219E-06 1.042E-03 73.565E-06 4.100ns 241.121E-06 917.705E-06 61.389E-06 4.200ns 206.029E-06 817.341E-06 51.230E-06 4.300ns 176.060E-06 726.856E-06 42.752E-06 4.400ns 150.460E-06 647.645E-06 35.678E-06 4.500ns 128.591E-06 577.855E-06 29.774E-06 4.600ns 109.907E-06 516.018E-06 24.848E-06 4.700ns 93.941E-06 461.250E-06 20.737E-06 4.800ns 80.298E-06 412.329E-06 17.306E-06 4.900ns 68.638E-06 368.477E-06 14.443E-06 5.000ns 58.673E-06 329.344E-06 12.053E-06 5.250ns 39.643E-06 249.068E-06 7.670E-06 5.500ns 26.788E-06 188.520E-06 4.880E-06 5.750ns 18.103E-06 142.723E-06 3.105E-06 6.000ns 12.234E-06 108.057E-06 1.975E-06 6.250ns 8.268E-06 81.816E-06 1.256E-06 6.500ns 5.588E-06 61.956E-06 799.428E-09 6.750ns 3.777E-06 46.920E-06 508.709E-09 7.000ns 2.553E-06 35.535E-06 323.671E-09 7.250ns 1.725E-06 26.915E-06 205.888E-09 7.500ns 1.166E-06 20.387E-06 130.959E-09 7.750ns 788.008E-09 15.444E-06 83.326E-09 8.000ns 532.716E-09 11.700E-06 53.025E-09 8.250ns 360.166E-09 8.865E-06 33.737E-09 8.500ns 243.556E-09 6.718E-06 21.461E-09 8.750ns 164.737E-09 5.092E-06 13.651E-09 9.000ns 111.450E-09 3.861E-06 8.686E-09 9.250ns 75.441E-09 2.928E-06 5.527E-09 9.500ns 51.116E-09 2.222E-06 3.517E-09 9.750ns 51.116E-09 2.222E-06 3.517E-09 | [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 50.000ps 4.982E+00 4.482E+00 5.488E+00 100.000ps 4.984E+00 4.468E+00 5.517E+00 150.000ps 5.053E+00 4.504E+00 5.608E+00 200.000ps 5.107E+00 4.548E+00 5.617E+00 250.000ps 5.128E+00 4.577E+00 5.549E+00 300.000ps 5.122E+00 4.592E+00 5.455E+00 350.000ps 5.095E+00 4.601E+00 5.339E+00 400.000ps 5.056E+00 4.604E+00 5.192E+00 450.000ps 5.005E+00 4.603E+00 5.005E+00 500.000ps 4.939E+00 4.596E+00 4.763E+00 550.000ps 4.859E+00 4.585E+00 4.416E+00 600.000ps 4.762E+00 4.570E+00 3.938E+00 650.000ps 4.648E+00 4.549E+00 3.398E+00 700.000ps 4.515E+00 4.522E+00 2.862E+00 750.000ps 4.357E+00 4.488E+00 2.381E+00 800.000ps 4.157E+00 4.449E+00 1.991E+00 850.000ps 3.902E+00 4.403E+00 1.703E+00 900.000ps 3.622E+00 4.351E+00 1.513E+00 950.000ps 3.332E+00 4.293E+00 1.394E+00 1.000ns 3.047E+00 4.228E+00 1.313E+00 1.050ns 2.774E+00 4.156E+00 1.254E+00 1.100ns 2.523E+00 4.077E+00 1.211E+00 1.150ns 2.300E+00 3.989E+00 1.179E+00 1.200ns 2.113E+00 3.885E+00 1.155E+00 1.250ns 1.966E+00 3.761E+00 1.136E+00 1.300ns 1.857E+00 3.630E+00 1.119E+00 1.350ns 1.779E+00 3.495E+00 1.105E+00 1.400ns 1.722E+00 3.360E+00 1.093E+00 1.450ns 1.677E+00 3.229E+00 1.083E+00 1.500ns 1.641E+00 3.102E+00 1.075E+00 1.550ns 1.611E+00 2.979E+00 1.067E+00 1.600ns 1.585E+00 2.861E+00 1.060E+00 1.650ns 1.563E+00 2.749E+00 1.054E+00 1.700ns 1.544E+00 2.641E+00 1.049E+00 1.750ns 1.527E+00 2.539E+00 1.045E+00 1.800ns 1.512E+00 2.445E+00 1.041E+00 1.850ns 1.498E+00 2.358E+00 1.037E+00 1.900ns 1.487E+00 2.280E+00 1.034E+00 1.950ns 1.476E+00 2.213E+00 1.031E+00 2.000ns 1.467E+00 2.155E+00 1.028E+00 2.050ns 1.459E+00 2.106E+00 1.026E+00 2.100ns 1.451E+00 2.066E+00 1.024E+00 2.150ns 1.444E+00 2.032E+00 1.022E+00 2.200ns 1.438E+00 2.003E+00 1.020E+00 2.250ns 1.432E+00 1.978E+00 1.019E+00 2.300ns 1.427E+00 1.956E+00 1.017E+00 2.350ns 1.423E+00 1.937E+00 1.016E+00 2.400ns 1.419E+00 1.920E+00 1.015E+00 2.450ns 1.415E+00 1.905E+00 1.014E+00 2.500ns 1.411E+00 1.891E+00 1.013E+00 2.550ns 1.408E+00 1.879E+00 1.012E+00 2.600ns 1.405E+00 1.868E+00 1.011E+00 2.650ns 1.403E+00 1.858E+00 1.010E+00 2.700ns 1.400E+00 1.848E+00 1.010E+00 2.750ns 1.398E+00 1.840E+00 1.009E+00 2.800ns 1.396E+00 1.832E+00 1.008E+00 2.850ns 1.394E+00 1.825E+00 1.008E+00 2.900ns 1.392E+00 1.818E+00 1.008E+00 2.950ns 1.391E+00 1.812E+00 1.007E+00 3.000ns 1.389E+00 1.806E+00 1.007E+00 3.100ns 1.387E+00 1.796E+00 1.006E+00 3.200ns 1.384E+00 1.787E+00 1.006E+00 3.300ns 1.382E+00 1.780E+00 1.005E+00 3.400ns 1.381E+00 1.773E+00 1.005E+00 3.500ns 1.379E+00 1.768E+00 1.004E+00 3.600ns 1.378E+00 1.763E+00 1.004E+00 3.700ns 1.377E+00 1.759E+00 1.004E+00 3.800ns 1.376E+00 1.755E+00 1.004E+00 3.900ns 1.376E+00 1.752E+00 1.003E+00 4.000ns 1.375E+00 1.749E+00 1.003E+00 4.100ns 1.374E+00 1.746E+00 1.003E+00 4.200ns 1.374E+00 1.744E+00 1.003E+00 4.300ns 1.374E+00 1.742E+00 1.003E+00 4.400ns 1.373E+00 1.741E+00 1.003E+00 4.500ns 1.373E+00 1.739E+00 1.003E+00 4.600ns 1.373E+00 1.738E+00 1.003E+00 4.700ns 1.372E+00 1.737E+00 1.003E+00 4.800ns 1.372E+00 1.735E+00 1.003E+00 4.900ns 1.372E+00 1.735E+00 1.003E+00 5.000ns 1.372E+00 1.734E+00 1.003E+00 5.250ns 1.372E+00 1.732E+00 1.003E+00 5.500ns 1.372E+00 1.731E+00 1.003E+00 5.750ns 1.371E+00 1.729E+00 1.003E+00 6.000ns 1.371E+00 1.729E+00 1.003E+00 6.250ns 1.371E+00 1.728E+00 1.003E+00 6.500ns 1.371E+00 1.728E+00 1.003E+00 6.750ns 1.371E+00 1.727E+00 1.003E+00 7.000ns 1.371E+00 1.727E+00 1.003E+00 7.250ns 1.371E+00 1.727E+00 1.003E+00 7.500ns 1.371E+00 1.727E+00 1.003E+00 7.750ns 1.371E+00 1.726E+00 1.003E+00 8.000ns 1.371E+00 1.726E+00 1.003E+00 8.250ns 1.371E+00 1.726E+00 1.003E+00 8.500ns 1.371E+00 1.726E+00 1.003E+00 8.750ns 1.371E+00 1.726E+00 1.003E+00 9.000ns 1.371E+00 1.726E+00 1.003E+00 9.250ns 1.371E+00 1.726E+00 1.003E+00 9.500ns 1.371E+00 1.726E+00 1.003E+00 9.750ns 1.371E+00 1.726E+00 1.003E+00 | | End [Model] AHC_OUTN_50 | | [END]