Development status:
    Released,
            Release: Release_1_11
        
    
    Information status: Updated
    
        
    
    
    
    Repository:
    
    
        http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/Keithley/Keithley6517a
    
    
    
    
    Contact:
    
        
    
Class Description
Class for controlling the Keithley6517a electrometer
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Keithley
Product:
6517a
Bus: GPIB
Class interface
Attributes:
| Name | Description | 
|---|---|
| CharIntegrationPeriodScalar: DevDouble | Integration period for charge measurements. | 
| VoltRangeScalar: DevDouble | Measurement range for Volts | 
| CurrentScalar: DevDouble | Measured current | 
| RangeScalar: DevDouble | — | 
| MeasurementFunctionScalar: DevString | Set/get measurement function. Valid values: VOLT, CURR, RES, CHAR | 
| VoltIntegrationPeriodScalar: DevDouble | Integration period for voltage measurements. | 
| CurrIntegrationPeriodScalar: DevDouble | Integration period for current measurements. | 
| CurrRangeScalar: DevDouble | Measurement range for Amps | 
| CharRangeScalar: DevDouble | Measurement range for Coulombs | 
| VSourceScalar: DevDouble | V-Source level for manual V-source Ohms. | 
| ResIntegrationPeriodScalar: DevDouble | Integration period for resistance measurements. | 
| VSourceOffOnScalar: DevLong | Enable/disable (1/0) V-Source level for manual V-source Ohms. | 
| CurrAutoRangeScalar: DevLong | 1 -> ON, 0 -> OFF | 
| VoltAutoRangeScalar: DevLong | 1 -> ON, 0 -> OFF | 
| CharAutoRangeScalar: DevLong | 1 -> ON, 0 -> OFF | 
| CurrRange20mAScalar: DevLong | 1 if current range 20 mA | 
| CurrRange2mAScalar: DevLong | 1 if current range 2 mA | 
| CurrRange200microAScalar: DevLong | 1 if current range 200 microA | 
| CurrRange20microAScalar: DevLong | 1 if current range 20 microA | 
| CurrRange2microAScalar: DevLong | 1 if current range 2 microA | 
| CurrRange200nAScalar: DevLong | 1 if current range 200 nA | 
| CurrRange20nAScalar: DevLong | 1 if current range 20 nA | 
| CurrRange2nAScalar: DevLong | 1 if current range 2 nA | 
| CurrRange200pAScalar: DevLong | 1 if current range 200 pA | 
| CurrRange20pAScalar: DevLong | 1 if current range 20 pA | 
| ZeroCheckScalar: DevLong | 0 -> off, 1 -> on | 
| CurrentWithTimestampSpectrum: DevDouble | — | 
Commands:
| Name | Description | 
|---|---|
| StateInput: DevVoid Output: State State Code  | 
                        
                            This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller. | 
| StatusInput: DevVoid Output: ConstDevString Status description  | 
                        
                            This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller. | 
| ResetTimestampInput: DevVoid Output: DevVoid  | 
                        
                            Reset timestamp to 0 | 
Pipes:
Properties:
| Name | Description | 
|---|---|
| GpibDeviceDevString | Name of the gpib device connected to the hardware. | 
Please log in to comment.