xray_commands

Functions

baud_rate()

change_tube(xray, tube)

clear_errors(xray)

close_shutter(xray, shutter)

disable_input_via_control_module(xray)

enable_input_via_control_module(xray)

get_actual_current(xray)

get_actual_exposure_timer(xray, timer)

get_actual_voltage(xray)

get_anode_material(xray)

get_anode_material_ascii(xray)

get_buffer_battery_fault(xray)

get_code(xray)

get_cooling_circuit_fault(xray)

get_current_fault(xray)

get_datetime(xray)

get_ext_computer_control(xray)

get_focus(xray)

get_focus_ascii(xray)

get_hv(xray)

get_minimum_water_flow_rate(xray)

get_nominal_current(xray)

get_nominal_exposure_timer(xray, timer)

get_nominal_voltage(xray)

get_operating_history(xray, dataset)

get_power(xray)

get_readings(xray)

get_setpoints(xray)

get_shutter_1_command(xray)

get_shutter_1_computer_control_enabled(xray)

get_shutter_1_disconnected(xray)

get_shutter_1_nonsystematic_closure(xray)

get_shutter_1_status(xray)

get_shutter_2_command(xray)

get_shutter_2_computer_control_enabled(xray)

get_shutter_2_disconnected(xray)

get_shutter_2_nonsystematic_closure(xray)

get_shutter_2_status(xray)

get_shutter_3_command(xray)

get_shutter_3_computer_control_enabled(xray)

get_shutter_3_disconnected(xray)

get_shutter_3_nonsystematic_closure(xray)

get_shutter_3_status(xray)

get_shutter_4_command(xray)

get_shutter_4_computer_control_enabled(xray)

get_shutter_4_disconnected(xray)

get_shutter_4_nonsystematic_closure(xray)

get_shutter_4_status(xray)

get_shutter_fault(xray)

get_status_word(xray, n)

get_timer_1_enabled(xray)

get_timer_2_enabled(xray)

get_timer_3_enabled(xray)

get_timer_4_enabled(xray)

get_tube_number(xray)

get_voltage_fault(xray)

get_warmup_history(xray, dataset)

get_warmup_program_aborted(xray)

get_warmup_program_active(xray)

get_warmup_time_left(xray)

get_warmup_via_external_computer_enabled(xray)

get_warmup_via_keyboard_enabled(xray)

get_water_flow_rate(xray)

identify_device(xray)

open_shutter(xray, shutter)

read_current_message(xray)

read_message_table(xray, number)

read_operating_hours(xray)

resource_name()

set_anode_material(xray, anode)

set_current(xray, current)

set_datetime(xray, DD, MM, YY, hh, mm, ss)

set_datetime_string(xray, datetime_string)

set_exposure_timer(xray, timer, hours, ...)

set_exposure_timer_off(xray, timer)

set_exposure_timer_on(xray, timer)

set_focus(xray, focus)

set_hv_off(xray)

set_hv_on(xray)

set_language(xray, language_option)

set_minimum_water_flow_rate(xray, flow)

set_power(xray, power)

set_voltage(xray, voltage)

set_voltage_and_current(xray, voltage, current)

termination()

timeout()

warmup(xray, program, test_voltage)

write_status_word_binary(xray, n, ...)

write_status_word_decimal(xray, n, ...)

baud_rate

module_testing.legacy.control_xray.commands.xray_commands.baud_rate()

change_tube

module_testing.legacy.control_xray.commands.xray_commands.change_tube(xray, tube)

clear_errors

module_testing.legacy.control_xray.commands.xray_commands.clear_errors(xray)

close_shutter

module_testing.legacy.control_xray.commands.xray_commands.close_shutter(xray, shutter)

disable_input_via_control_module

module_testing.legacy.control_xray.commands.xray_commands.disable_input_via_control_module(xray)

enable_input_via_control_module

module_testing.legacy.control_xray.commands.xray_commands.enable_input_via_control_module(xray)

get_actual_current

module_testing.legacy.control_xray.commands.xray_commands.get_actual_current(xray)

get_actual_exposure_timer

module_testing.legacy.control_xray.commands.xray_commands.get_actual_exposure_timer(xray, timer)

get_actual_voltage

module_testing.legacy.control_xray.commands.xray_commands.get_actual_voltage(xray)

get_anode_material

module_testing.legacy.control_xray.commands.xray_commands.get_anode_material(xray)

get_anode_material_ascii

module_testing.legacy.control_xray.commands.xray_commands.get_anode_material_ascii(xray)

get_buffer_battery_fault

module_testing.legacy.control_xray.commands.xray_commands.get_buffer_battery_fault(xray)

get_code

module_testing.legacy.control_xray.commands.xray_commands.get_code(xray)

get_cooling_circuit_fault

module_testing.legacy.control_xray.commands.xray_commands.get_cooling_circuit_fault(xray)

get_current_fault

module_testing.legacy.control_xray.commands.xray_commands.get_current_fault(xray)

get_datetime

module_testing.legacy.control_xray.commands.xray_commands.get_datetime(xray)

get_ext_computer_control

module_testing.legacy.control_xray.commands.xray_commands.get_ext_computer_control(xray)

get_focus

module_testing.legacy.control_xray.commands.xray_commands.get_focus(xray)

get_focus_ascii

module_testing.legacy.control_xray.commands.xray_commands.get_focus_ascii(xray)

get_hv

module_testing.legacy.control_xray.commands.xray_commands.get_hv(xray)

get_minimum_water_flow_rate

module_testing.legacy.control_xray.commands.xray_commands.get_minimum_water_flow_rate(xray)

get_nominal_current

module_testing.legacy.control_xray.commands.xray_commands.get_nominal_current(xray)

get_nominal_exposure_timer

module_testing.legacy.control_xray.commands.xray_commands.get_nominal_exposure_timer(xray, timer)

get_nominal_voltage

module_testing.legacy.control_xray.commands.xray_commands.get_nominal_voltage(xray)

get_operating_history

module_testing.legacy.control_xray.commands.xray_commands.get_operating_history(xray, dataset)

get_power

module_testing.legacy.control_xray.commands.xray_commands.get_power(xray)

get_readings

module_testing.legacy.control_xray.commands.xray_commands.get_readings(xray)

get_setpoints

module_testing.legacy.control_xray.commands.xray_commands.get_setpoints(xray)

get_shutter_1_command

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_1_command(xray)

get_shutter_1_computer_control_enabled

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_1_computer_control_enabled(xray)

get_shutter_1_disconnected

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_1_disconnected(xray)

get_shutter_1_nonsystematic_closure

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_1_nonsystematic_closure(xray)

get_shutter_1_status

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_1_status(xray)

get_shutter_2_command

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_2_command(xray)

get_shutter_2_computer_control_enabled

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_2_computer_control_enabled(xray)

get_shutter_2_disconnected

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_2_disconnected(xray)

get_shutter_2_nonsystematic_closure

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_2_nonsystematic_closure(xray)

get_shutter_2_status

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_2_status(xray)

get_shutter_3_command

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_3_command(xray)

get_shutter_3_computer_control_enabled

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_3_computer_control_enabled(xray)

get_shutter_3_disconnected

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_3_disconnected(xray)

get_shutter_3_nonsystematic_closure

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_3_nonsystematic_closure(xray)

get_shutter_3_status

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_3_status(xray)

get_shutter_4_command

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_4_command(xray)

get_shutter_4_computer_control_enabled

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_4_computer_control_enabled(xray)

get_shutter_4_disconnected

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_4_disconnected(xray)

get_shutter_4_nonsystematic_closure

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_4_nonsystematic_closure(xray)

get_shutter_4_status

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_4_status(xray)

get_shutter_fault

module_testing.legacy.control_xray.commands.xray_commands.get_shutter_fault(xray)

get_status_word

module_testing.legacy.control_xray.commands.xray_commands.get_status_word(xray, n)

get_timer_1_enabled

module_testing.legacy.control_xray.commands.xray_commands.get_timer_1_enabled(xray)

get_timer_2_enabled

module_testing.legacy.control_xray.commands.xray_commands.get_timer_2_enabled(xray)

get_timer_3_enabled

module_testing.legacy.control_xray.commands.xray_commands.get_timer_3_enabled(xray)

get_timer_4_enabled

module_testing.legacy.control_xray.commands.xray_commands.get_timer_4_enabled(xray)

get_tube_number

module_testing.legacy.control_xray.commands.xray_commands.get_tube_number(xray)

get_voltage_fault

module_testing.legacy.control_xray.commands.xray_commands.get_voltage_fault(xray)

get_warmup_history

module_testing.legacy.control_xray.commands.xray_commands.get_warmup_history(xray, dataset)

get_warmup_program_aborted

module_testing.legacy.control_xray.commands.xray_commands.get_warmup_program_aborted(xray)

get_warmup_program_active

module_testing.legacy.control_xray.commands.xray_commands.get_warmup_program_active(xray)

get_warmup_time_left

module_testing.legacy.control_xray.commands.xray_commands.get_warmup_time_left(xray)

get_warmup_via_external_computer_enabled

module_testing.legacy.control_xray.commands.xray_commands.get_warmup_via_external_computer_enabled(xray)

get_warmup_via_keyboard_enabled

module_testing.legacy.control_xray.commands.xray_commands.get_warmup_via_keyboard_enabled(xray)

get_water_flow_rate

module_testing.legacy.control_xray.commands.xray_commands.get_water_flow_rate(xray)

identify_device

module_testing.legacy.control_xray.commands.xray_commands.identify_device(xray)

open_shutter

module_testing.legacy.control_xray.commands.xray_commands.open_shutter(xray, shutter)

read_current_message

module_testing.legacy.control_xray.commands.xray_commands.read_current_message(xray)

read_message_table

module_testing.legacy.control_xray.commands.xray_commands.read_message_table(xray, number)

read_operating_hours

module_testing.legacy.control_xray.commands.xray_commands.read_operating_hours(xray)

resource_name

module_testing.legacy.control_xray.commands.xray_commands.resource_name()

set_anode_material

module_testing.legacy.control_xray.commands.xray_commands.set_anode_material(xray, anode)

set_current

module_testing.legacy.control_xray.commands.xray_commands.set_current(xray, current)

set_datetime

module_testing.legacy.control_xray.commands.xray_commands.set_datetime(xray, DD, MM, YY, hh, mm, ss)

set_datetime_string

module_testing.legacy.control_xray.commands.xray_commands.set_datetime_string(xray, datetime_string)

set_exposure_timer

module_testing.legacy.control_xray.commands.xray_commands.set_exposure_timer(xray, timer, hours, minutes, seconds)

set_exposure_timer_off

module_testing.legacy.control_xray.commands.xray_commands.set_exposure_timer_off(xray, timer)

set_exposure_timer_on

module_testing.legacy.control_xray.commands.xray_commands.set_exposure_timer_on(xray, timer)

set_focus

module_testing.legacy.control_xray.commands.xray_commands.set_focus(xray, focus)

set_hv_off

module_testing.legacy.control_xray.commands.xray_commands.set_hv_off(xray)

set_hv_on

module_testing.legacy.control_xray.commands.xray_commands.set_hv_on(xray)

set_language

module_testing.legacy.control_xray.commands.xray_commands.set_language(xray, language_option)

set_minimum_water_flow_rate

module_testing.legacy.control_xray.commands.xray_commands.set_minimum_water_flow_rate(xray, flow)

set_power

module_testing.legacy.control_xray.commands.xray_commands.set_power(xray, power)

set_voltage

module_testing.legacy.control_xray.commands.xray_commands.set_voltage(xray, voltage)

set_voltage_and_current

module_testing.legacy.control_xray.commands.xray_commands.set_voltage_and_current(xray, voltage, current)

termination

module_testing.legacy.control_xray.commands.xray_commands.termination()

timeout

module_testing.legacy.control_xray.commands.xray_commands.timeout()

warmup

module_testing.legacy.control_xray.commands.xray_commands.warmup(xray, program, test_voltage)

write_status_word_binary

module_testing.legacy.control_xray.commands.xray_commands.write_status_word_binary(xray, n, status_word_binary)

write_status_word_decimal

module_testing.legacy.control_xray.commands.xray_commands.write_status_word_decimal(xray, n, status_word_decimal)