lager_pcb.keithley
Module Contents
Classes
Functions
|
- class lager_pcb.keithley.Keithley2281S(instr)
- check_instrument()
- reset_instrument()
- clear_protection_errors()
- get_identification()
Query the ID string of the instrument.
- clear_errors()
This function removes all messages from the error queue.
- get_next_error()
- As errors occur, they are placed in the error queue. The error queue is a first-in, first-out (FIFO)
register that can hold up to 64 messages.
This command returns the next entry from the error queue. Errors are cleared after you read them. If there are no entries in the error queue, the following message is returned: 0,"No error"
- set_lager_safety()
- set_voltage(vlevel)
- get_voltage()
- set_overvoltage_protection(vlimit)
- set_current(ilevel)
- get_current()
- set_overcurrent_protection(ilimit)
- measure_voltage()
- measure_current()
- enable_output()
- disable_output()
- is_enabled()
- set_mode(mode)
- get_mode()
- get_battery_status()
- set_sim_model(num)
- set_sim_method(method)
- get_sim_method()
- set_sim_voltage(vlevel)
- get_sim_voltage()
- set_sim_voltage_full(vlevel)
- get_sim_voltage_full()
- set_sim_voltage_empty(vlevel)
- get_sim_voltage_empty()
- set_sim_current_limit(ilevel)
- get_sim_current_limit()
- get_sim_current()
- get_sim_tvoltage()
- set_sim_overvoltage_protection(vlevel)
- get_sim_overvoltage_protection()
- set_sim_overcurrent_protection(ilevel)
- get_sim_overcurrent_protection()
- set_sim_state_of_charge(level)
- get_sim_state_of_charge()
- get_sim_capacity()
- set_sim_capacity(ilevel)
- get_sim_capacity_limit()
- enable_sim_output()
- disable_sim_output()
- get_sim_resistance()
- get_state()
- get_event_register()
- get_questionable_instrument_event_register()
- get_qie_errors()
- lager_pcb.keithley.main()