Agilent Technologies n3302a, n3305a, n3304a, n3301a, n3303a, n3306a Performance Test and Calibration

Page 89

B - Performance Test and Calibration

540INPUT "Enter value of high range current shunt in ohms",Rshunt

550DISP "You have entered ";Rshunt;" ohms"

560INPUT "If correct enter 'Y' or press CONT, if wrong enter 'N' or 'n'",Y$

570IF UPC$(Y$)="Y" OR Y$="" THEN 590

580IF UPC$(Y$)="N" OR Y$="n" THEN 520

590CLEAR SCREEN

600!

610OUTPUT @Ld;"CAL:IPR:LEV P1"

620PRINT TABXY(20,20),"Calibrating IMON & IPROG P1 - 30 SECOND WAIT"

630WAIT 30

640CLEAR SCREEN

650!

660INPUT "Measure voltage across current shunt and enter in volts",Ip1

670!

680INPUT "Measure Imon voltage and enter in volts",Vimonp1

690!

700INPUT "Measure Iprog voltage and enter in volts",Viprogp1

710!

720Ip1=Ip1/Rshunt

730!

740OUTPUT @Ld;"CAL:DATA ";Ip1,Vimonp1,Viprogp1

750!

760OUTPUT @Ld;"CAL:IPR:LEV P2"

770!

780PRINT TABXY(20,20),"Calibrating IMON & IPROG P2 - 30 SECOND WAIT"

790WAIT 30

800CLEAR SCREEN

810!

820INPUT "Measure voltage across current shunt and enter in volts",Ip2

830!

840INPUT "Measure Imon voltage and enter in volts",Vimonp2

850!

860INPUT "Measure Iprog voltage and enter in volts",Viprogp2

870!

880Ip2=Ip2/Rshunt

890!

900OUTPUT @Ld;"CAL:DATA ";Ip2,Vimonp2,Viprogp2

910!

920PRINT "Set IPROG power source to 8.5 volts"

930DISP "Press CONT when ready"

940PAUSE

950CLEAR SCREEN

960!

970OUTPUT @Ld;"CAL:IPR:LEV P3"

980PRINT TABXY(20,20),"Calibrating IMON & IPROG P3 - 30 SECOND WAIT"

990WAIT 30

1000 CLEAR SCREEN

1010 !

1020 INPUT "Measure voltage across current shunt and enter in volts",Ip3 1030 !

1040 INPUT "Measure Imon voltage and enter in volts",Vimonp3

1050 !

1060 INPUT "Measure Iprog voltage and enter in volts",Viprogp3

1070 !

1080 Ip3=Ip3/Rshunt

1090 !

1100 OUTPUT @Ld;"CAL:DATA ";Ip3,Vimonp3,Viprogp3

92

Image 89
Contents USER’S Guide Certification Warranty InformationGeneral Safety SummarySafety Symbols Declaration of Conformity DeclarationPrinting History Acoustic Noise InformationTable of Contents TURN-ON Checkout 101 Front Panel -At a Glance Quick ReferenceQuick Reference Instrument ConfigurationRear Panel At a Glance Use the Function keys and Entry keys to enter a new value Front Panel Number EntryImmediate Action Keys Front Panel AnnunciatorsFront Panel Menus At a Glance Voltage Quick Reference Front Panel MenusComplete description of all programming commands Scpi Programming Commands At a GlanceQuick Reference Scpi Commands Getting Started Map Task Where to find informationDocument Orientation Description Safety ConsiderationsOptions and Accessories Remote Programming Features and CapabilitiesFront Panel Controls Immediate Current Level Constant Current CC ModeOperating Modes General Information Triggered Current Level Constant Resistance CR ModeTransient Current Level Software Current LimitTransient Resistance Level Constant Voltage CV ModeTriggered Resistance Level Transient Voltage Level Triggered Voltage LevelContinuous Transient Operation Transient OperationPulsed Transient Operation Toggled Transient OperationList Operation Triggering a preset levelTriggered Operation Triggering a transient pulseRisetime Transition Limitation Slew Rate and Minimum Transition TimeTransition Time Slew Rate Examples Resetting Latched Protection Protection FeaturesInput Control Short On/OffOvertemperature OverpowerGeneral Information Overvoltage OvercurrentStatus Reporting Reading Remote Programming ErrorsReverse Voltage External Control Signals Saving and Recalling SettingsRemote Sensing Monitor OutputsPort On/Off FaultInput Measurements DC Measurements Power MeasurementsRMS Measurements Minimum and Maximum MeasurementsInspection CleaningDamage Packaging Material Items SuppliedInstallation Installing the ModulesProcedure Channel Number Location3A. N3300A Outline Diagram Do not block the fan exhaust at the rear of the unit Bench OperationRack Mounting Input Connections Power CordManually-Tightened Connectors 6a. Manual Connector 8mm Screw Terminal Connector option UJ1Wire Considerations Maximum Wire Lengths to Limit Voltage Drops Stranded Copper Wire Ampere CapacityWire Size Ampacity A1-A3 Control ConnectorA11 and A10 +S and -STrigger and Digital Connections Sense SwitchRS-232 Interface Computer ConnectionsGpib Interface Local Sense Connections Application ConnectionsRemote Sense Connections Parallel Connections11. Remote Sensing 13. Zero Volt Loading Low Voltage OperationCheckout Programming Values Checkout ProcedureIntroduction Selftest Errors Error MessagesSelftest Error Codes Case of TroubleFront Panel, Overall View Front Panel DescriptionFront Panel Operation System Keys Display Command FunctionImmediate Action Keys Function keysDisplay Measurement Scrolling KeysMetering Keys Inpshor Input Control KeysList Control Keys Transient Control KeysTrigger Control Keys Entry Keys Entry KeysSet the constant current mode input Using the Front Panel DisplayExamples of Front Panel Programming Programming Constant Current, Voltage and Resistance ModesSet the constant voltage mode input Set the constant resistance mode inputProgramming Transient Operation Set transient operation for Continuous modeSet transient operation for Toggled mode Set transient operation for Pulse modeTmode Togg Programming ListsList Sequence Query and Clear Errors as follows Querying and Clearing Output Protection and ErrorsMaking Basic Front Panel Measurements Use the Meter menu for making front panel measurementsStoring and Recalling Instrument States Setting the Gpib AddressSet the Gpib address as follows Save an instrument state in location 0 as followsSpecifications Specifications Table A-2. Supplemental Characteristics Specifications aN3302A N3303A N3304A N3305A N3306A SpecificationsEquipment Required Performance Test and Calibration ProceduresPerformance Tests CC Mode TestsImon Zero Verification Performance Test and CalibrationCC Mode Regulation Test CV Mode TestsPerformance Test and Calibration B Voltage Programming and Measurement Accuracy TestCV Mode Regulation Test Resistance Range 2 Programming Accuracy CR Mode TestsResistance Range 1 Programming Accuracy Resistance Range 4 Programming Accuracy Resistance Range 3 Programming AccuracyFrequency and Duty Cycle Accuracy Transient Generator Mode TestsOutput 705TRAN on Output 705TRIGIMM Performance Test and Calibration Pulse Width AccuracyAgilent N3302A Verification Test Record Agilent N3303A Verification Test Record Agilent N3304A Verification Test Record Agilent N3305A Verification Test Record Agilent N3306A Verification Test Record Calibration Figure B-3. Voltage Calibration Parameters Calibrated Table B-2 Variables and Power Source SettingsCalibration IMON, Iprog and Current Calibration Program Performance Test and Calibration Wait Performance Test and Calibration Print TABXY9,15CALIBRATING High Voltage Range Voltage Calibration ProgramPerformance Test and Calibration Resistance Calibration Program Calibrating Range Performance Test and Calibration B 100 101 Index102 Index103 Canada Australia/New Zealand United States Latin AmericaEurope Asia Pacific JapanManual Updates