manualshive.com logo in svg
background image

 

 

For safety, instruments and accessories must be used in accordance with the operating instructions. If the instruments or 
accessories are used in a manner not specified in the operating instructions, the protection provided by the equipment may be 
impaired. 

Do not exceed the maximum signal levels of the instruments and accessories, as defined in the specifications and operating 
information, and as shown on the instrument or test fixture panels, or switching card. 

When fuses are used in a product, replace with the same type and rating for continued protection against fire hazard. 

Chassis connections must only be used as shield connections for measuring circuits, NOT as protective earth (safety ground) 
connections. 

If you are using a test fixture, keep the lid closed while power is applied to the device under test. Safe operation requires the use 
of a lid interlock. 

If a 

 screw is present, connect it to protective earth (safety ground) using the wire recommended in the user documentation. 

The 

 symbol on an instrument means caution, risk of danger. The user must refer to the operating instructions located in the 

user documentation in all cases where the symbol is marked on the instrument. 

The 

 symbol on an instrument means caution, risk of electric shock. Use standard safety precautions to avoid personal 

contact with these voltages. 

The 

  symbol on an instrument shows that the surface may be hot. Avoid personal contact to prevent burns. 

The 

 symbol indicates a connection terminal to the equipment frame. 

If this 

 symbol is on a product, it indicates that mercury is present in the display lamp. Please note that the lamp must be 

properly disposed of according to federal, state, and local laws. 

The 

WARNING

 heading in the user documentation explains dangers that might result in personal injury or death. Always read 

the associated information very carefully before performing the indicated procedure. 

The 

CAUTION

 heading in the user documentation explains hazards that could damage the instrument. Such damage may 

invalidate the warranty. 

Instrumentation and accessories shall not be connected to humans. 

Before performing any maintenance, disconnect the line cord and all test cables. 

To maintain protection from electric shock and fire, replacement components in mains circuits — including the power 
transformer, test leads, and input jacks — must be purchased from Keithley Instruments. Standard fuses with applicable national 
safety approvals may be used if the rating and type are the same. Other components that are not safety-related may be 
purchased from other suppliers as long as they are equivalent to the original component (note that selected parts should be 
purchased only through Keithley Instruments to maintain accuracy and functionality of the product). If you are unsure about the 
applicability of a replacement component, call a Keithley Instruments office for information. 

To clean an instrument, use a damp cloth or mild, water-based cleaner. Clean the exterior of the instrument only. Do not apply 
cleaner directly to the instrument or allow liquids to enter or spill on the instrument. Products that consist of a circuit board with 
no case or chassis (e.g., a data acquisition board for installation into a computer) should never require cleaning if handled 
according to instructions. If the board becomes contaminated and operation is affected, the board should be returned to the 
factory for proper cleaning/servicing. 

Safety precaution revision as of January 2013. 

 

Содержание S530

Страница 1: ...www keithley com S530 Parametric Test System Frequency Analysis Option Manual S530 923 01 Rev A January 2014 PS53092301A S530 923 01 A Tektronix Company A Greater Mesure of Confidence...

Страница 2: ...in whole or in part without the prior written approval of Keithley Instruments Inc is strictly prohibited All Keithley Instruments product names are trademarks or registered trademarks of Keithley In...

Страница 3: ...be connected to mains These instruments will be marked as category II or higher Unless explicitly allowed in the specifications operating manual and instrument labels do not connect any instrument to...

Страница 4: ...y disposed of according to federal state and local laws The WARNING heading in the user documentation explains dangers that might result in personal injury or death Always read the associated informat...

Страница 5: ...Software description 2 1 Making a measurement 2 2 Create a KITT macro S530 2 3 Software Reference 3 1 Measurement routines 3 1 ring_lcc 3 2 ring_max 3 3 ring_meas 3 4 ring_ref 3 6 Control routines 3...

Страница 6: ...is field installable by a Keithley field service engineer FSE Package contents The frequency analysis option includes the following content Model 4200 SCP2HR scope card Customer documentation KTE Use...

Страница 7: ...nalyzer instead of a frequency counter is necessary because the signal frequency of the ring oscillator is often in excess of several hundred mega hertz This signal frequency is well beyond the measur...

Страница 8: ...take a measurement using the basic sequence of required events To use the scope card when composing a Keithley Interactive Test Tool KITT macro open the scope card user library using the KITT librarie...

Страница 9: ...2 3 Create a KITT macro S530 The following code creates a KITT macro S530 that you can use to make a scope card measurement double vcc 5 0 conpin SMU1 vcc_pin vccb_pin 0 conpin vss_pin GND 0 conpin SC...

Страница 10: ...re the following signal characteristics Inverter chain CMOS ring oscillators see next figure Differential ring oscillators supported types only Figure 3 Generalized inverter chain ring The following m...

Страница 11: ...utput pin vcc double Voltage of Vcc vccb double Voltage of Vccb stages int Number of stages to the signal output min_freq double Beginning frequency of the scan spectrum max_freq double Ending frequen...

Страница 12: ...Purpose This algorithm detects frequency at maximum amplitude The next figure shows an example of a detected maximum amplitude Parameters Inputs Type Description vcc_pin int Pin number of Vcc pin vcc...

Страница 13: ...until it finds the frequency peak in the desired frequency range Input parameters freq_expected and tolerance define the desired frequency range A failure is returned if the frequency cannot be found...

Страница 14: ...1e30 if fails level_freq double Signal level dB 1e30 if fails status double Measure status 1 valid measurement in the first try n 0 valid measurement in n th iteration 2 level in the first measuremen...

Страница 15: ...to 1 35 target_freq Parameters Inputs Type Description vcc_pin int Pin number of Vcc pin vccb_pin int Pin number of Vccb pin vss_pin int Pin number of Vss pin out_pin int Pin number of signal output p...

Страница 16: ...mands for instrument setup and acquisition of data are provided in the control library freq_init freq_setup freq_measure freq_measure_next freq_detect_peaks freq_selftest freq_close freq_init Purpose...

Страница 17: ...max_freq Stop frequency of the scan in Hz res_bandwidth Step size scan resolution in Hz can only be 1e6 3e5 1e5 3e4 1e4 3e3 or 1000 Relation of res_bandwidth and span Frequency span RBW 60 MHz Span 1...

Страница 18: ...uble freq_result double amp_result Parameters None Returns This command returns a 1 if executed without error otherwise a negative number is returned to indicate an error freq_result measured frequenc...

Страница 19: ...amp_result Parameters None Returns This command returns a 1 if executed without error otherwise a negative number is returned to indicate an error freq_result measured frequency in Hz amp_result measu...

Страница 20: ...o choose the total number of peaks If a given peak detected is not greater than the minimum level min_level that peak will be dropped and the frequency will be returned as zero If the peak detected is...

Страница 21: ...cies to be returned zero will be returned to fill up the output array when the number of detected peaks is less than nPeaks nPeak1 Must be the same as nPeaks Returns freq_array array output of measure...

Страница 22: ...Reference S530 923 01 Rev A January 2014 3 13 freq_close Purpose This routine disconnects communications to the scope card Format int freq_close Parameters None Returns This command returns a 1 if exe...

Страница 23: ...eithley Instruments Inc All other trademarks and trade names are the property of their respective companies Keithley Instruments Inc Corporate Headquarters 28775 Aurora Road Cleveland Ohio 44139 440 2...

Отзывы: