zaber-motion 7.8.3__tar.gz → 7.9.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {zaber_motion-7.8.3/zaber_motion.egg-info → zaber_motion-7.9.0}/PKG-INFO +1 -1
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/pyproject.toml +1 -1
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/connection.py +63 -3
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/binary/connection.py +26 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/alert_event_wrapper.py +17 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/binary_reply_only_event_wrapper.py +17 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/disconnected_event.py +17 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/unknown_binary_response_event_wrapper.py +17 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/unknown_response_event_wrapper.py +17 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/library.py +1 -1
- zaber_motion-7.9.0/zaber_motion/version.py +1 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0/zaber_motion.egg-info}/PKG-INFO +1 -1
- zaber_motion-7.8.3/zaber_motion/version.py +0 -1
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/LICENSE.txt +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/MANIFEST.in +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/README.md +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/setup.cfg +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/setup.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_bson/LICENSE +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_bson/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_bson/codec.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_bson/types.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/all_axes.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/axis.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/axis_group.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/axis_settings.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/device.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/device_io.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/device_settings.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/lockstep.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/oscilloscope.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/oscilloscope_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/pvt.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/pvt_buffer.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/pvt_io.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/pvt_sequence.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/servo_tuner.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/setting_constants.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/storage.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/stream.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/stream_buffer.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/stream_io.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/streams.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/transport.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/trigger.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/triggers.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/warning_flags.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/ascii/warnings.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/async_utils.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/binary/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/binary/device.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/binary/device_settings.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/bindings.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/call.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/convert_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/alert_event.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/axis_identity.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/axis_type.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/can_set_state_axis_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/can_set_state_device_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/conversion_factor.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/device_identity.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/device_io_info.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/digital_output_action.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/get_axis_setting.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/get_axis_setting_result.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/get_setting.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/get_setting_result.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/io_port_label.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/io_port_type.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/lockstep_axes.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/measurement_sequence.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/message_type.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/optional_measurement_sequence.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/oscilloscope_capture_properties.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/oscilloscope_data_source.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/paramset_info.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/pid_tuning.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/pvt_axis_definition.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/pvt_axis_type.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/pvt_csv_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/pvt_mode.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/pvt_sequence_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/servo_tuning_param.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/servo_tuning_paramset.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/set_state_axis_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/set_state_device_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/simple_tuning.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/simple_tuning_param_definition.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/stream_axis_definition.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/stream_axis_type.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/stream_mode.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/trigger_action.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/trigger_condition.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/trigger_enabled_state.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/trigger_operation.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/trigger_state.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/unknown_response_event.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/axis_address.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/binary/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/binary/binary_settings.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/binary/command_code.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/binary/device_identity.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/binary/device_type.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/binary/error_code.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/binary/message.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/binary/reply_code.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/binary/reply_only_event.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/binary/unknown_response_event.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/channel_address.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/device_db_source_type.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/binary_command_failed_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/command_failed_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/command_too_long_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/device_address_conflict_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/device_db_failed_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/g_code_execution_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/g_code_syntax_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/invalid_packet_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/invalid_pvt_point.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/invalid_response_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/movement_failed_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/movement_interrupted_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/operation_failed_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/pvt_execution_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/pvt_movement_failed_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/pvt_movement_interrupted_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/set_device_state_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/set_peripheral_state_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/stream_execution_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/stream_movement_failed_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/exceptions/stream_movement_interrupted_exception_data.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/firmware_version.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/gcode/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/gcode/axis_definition.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/gcode/axis_mapping.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/gcode/axis_transformation.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/gcode/device_definition.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/gcode/translate_message.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/gcode/translate_result.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/gcode/translator_config.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/log_output_mode.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/measurement.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/microscopy/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/microscopy/autofocus_status.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/microscopy/microscope_config.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/microscopy/third_party_components.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/microscopy/wdi_autofocus_provider_status.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/named_parameter.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/product/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/product/process_controller_mode.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/product/process_controller_source.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/product/process_controller_source_sensor.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/autofocus_focus_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/autofocus_get_objective_params_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/autofocus_get_objective_params_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/autofocus_get_status_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/autofocus_set_objective_params_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/axes_empty_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/axes_get_setting_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/axes_move_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/axis_empty_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/axis_move_type.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/axis_to_string_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/binary_device_detect_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/binary_device_detect_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/binary_device_get_setting_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/binary_device_home_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/binary_device_move_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/binary_device_set_setting_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/binary_device_stop_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/binary_generic_with_units_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/binary_message_collection.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/bool_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/can_set_state_axis_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/can_set_state_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/channel_on.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/channel_set_intensity.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/check_version_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/custom_interface_close_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/custom_interface_open_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/custom_interface_read_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/custom_interface_write_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_cancel_all_outputs_schedule_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_cancel_output_schedule_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_convert_setting_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_detect_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_detect_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_empty_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_get_all_analog_io_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_get_all_analog_io_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_get_all_digital_io_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_get_all_digital_io_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_get_analog_io_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_get_digital_io_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_get_setting_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_get_storage_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_get_warnings_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_get_warnings_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_home_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_identify_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_move_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_move_sin_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_multi_get_setting_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_on_all_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_on_all_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_restore_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_all_analog_outputs_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_all_analog_outputs_schedule_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_all_digital_outputs_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_all_digital_outputs_schedule_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_analog_output_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_analog_output_schedule_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_digital_output_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_digital_output_schedule_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_lowpass_filter_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_setting_bool_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_setting_int_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_setting_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_setting_str_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_storage_bool_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_storage_number_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_storage_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_set_unit_conversions_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_stop_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_storage_list_keys_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_storage_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_type.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/device_wait_until_idle_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/double_array_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/double_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/driver_enable_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/empty_autofocus_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/empty_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/errors.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/find_device_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/find_device_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/forget_devices_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/gateway_event.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/gateway_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/gateway_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/generic_binary_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/generic_command_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/generic_command_response_collection.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/get_all_io_port_labels_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/get_axis_setting_results.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/get_io_port_label_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/get_setting_results.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/get_simple_tuning_param_definition_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/int_64_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/int_array_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/int_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/int_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/interface_empty_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/interface_type.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/load_paramset.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/lockstep_disable_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/lockstep_empty_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/lockstep_enable_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/lockstep_get_axis_numbers_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/lockstep_get_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/lockstep_home_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/lockstep_move_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/lockstep_move_sin_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/lockstep_set_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/lockstep_stop_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/lockstep_wait_until_idle_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/microscope_config_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/microscope_empty_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/microscope_find_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/microscope_init_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/microscope_trigger_camera_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/objective_changer_change_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/objective_changer_create_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/objective_changer_get_current_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/objective_changer_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/objective_changer_set_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/open_binary_interface_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/open_interface_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/open_interface_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/oscilloscope_add_io_channel_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/oscilloscope_add_setting_channel_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/oscilloscope_data_get_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/oscilloscope_data_get_sample_time_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/oscilloscope_data_get_samples_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/oscilloscope_data_identifier.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/oscilloscope_read_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/oscilloscope_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/oscilloscope_start_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/prepare_command_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/process_on.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/pvt_csv_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/pvt_generate_positions_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/pvt_generate_velocities_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/pvt_load_csv_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/pvt_point_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/pvt_points_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/pvt_save_csv_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/renumber_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/response_type.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/servo_tuning_paramset_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/servo_tuning_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/set_device_db_source_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/set_interface_checksum_enabled_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/set_interface_timeout_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/set_internal_mode_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/set_io_port_label_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/set_log_output_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/set_process_controller_source.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/set_servo_tuning_pid_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/set_servo_tuning_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/set_simple_tuning.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/set_state_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_arc_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_buffer_erase_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_buffer_get_content_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_buffer_get_content_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_buffer_list.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_call_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_cancel_all_outputs_schedule_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_cancel_output_schedule_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_circle_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_empty_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_generic_command_batch_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_generic_command_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_get_axes_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_get_max_centripetal_acceleration_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_get_max_speed_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_get_max_tangential_acceleration_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_line_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_mode_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_segment_type.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_set_all_analog_outputs_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_set_all_analog_outputs_schedule_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_set_all_digital_outputs_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_set_all_digital_outputs_schedule_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_set_analog_output_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_set_analog_output_schedule_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_set_digital_output_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_set_digital_output_schedule_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_set_hold_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_set_max_centripetal_acceleration_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_set_max_speed_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_set_max_tangential_acceleration_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_setup_live_composite_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_setup_live_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_setup_store_arbitrary_axes_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_setup_store_composite_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_setup_store_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_wait_analog_input_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_wait_digital_input_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_wait_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/stream_wait_until_idle_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/string_array_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/string_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/test_event.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/test_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/test_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/test_response_long.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/toggle_device_db_store_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/tools_list_serial_ports_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_create_from_device_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_create_live_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_create_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_create_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_empty_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_flush_live_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_flush_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_get_axis_offset_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_get_axis_position_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_set_axis_position_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_set_feed_rate_override_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_set_traverse_rate_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/translator_translate_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_clear_action_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_empty_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_enable_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_enabled_states.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_fire_at_interval_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_fire_when_distance_travelled_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_fire_when_io_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_fire_when_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_fire_when_setting_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_on_fire_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_on_fire_set_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_on_fire_set_to_setting_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_set_label_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/trigger_states.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/unit_convert_unit_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/unit_get_enum_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/unit_get_enum_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/unit_get_symbol_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/unit_get_symbol_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/wait_to_clear_warnings_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/wait_to_respond_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/wdi_generic_request.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/requests/wdi_get_status_response.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/rotation_direction.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto_object.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/events.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/bad_command_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/bad_data_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/binary_command_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/command_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/command_preempted_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/command_too_long_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/connection_closed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/connection_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/conversion_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/device_address_conflict_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/device_busy_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/device_db_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/device_detection_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/device_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/device_not_identified_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/driver_disabled_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/g_code_execution_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/g_code_syntax_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/incompatible_shared_library_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/internal_error_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/invalid_argument_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/invalid_csv_data_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/invalid_data_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/invalid_operation_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/invalid_packet_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/invalid_park_state_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/invalid_request_data_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/invalid_response_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/io_channel_out_of_range_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/io_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/lockstep_enabled_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/lockstep_not_enabled_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/motion_lib_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/movement_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/movement_interrupted_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/no_device_found_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/no_value_for_key_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/not_supported_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/operation_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/os_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/out_of_request_ids_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/pvt_discontinuity_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/pvt_execution_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/pvt_mode_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/pvt_movement_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/pvt_movement_interrupted_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/pvt_sequence_generation_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/pvt_setup_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/remote_mode_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/request_timeout_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/serial_port_busy_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/set_device_state_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/set_peripheral_state_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/setting_not_found_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/stream_discontinuity_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/stream_execution_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/stream_mode_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/stream_movement_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/stream_movement_interrupted_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/stream_setup_failed_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/timeout_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/transport_already_used_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/exceptions/unknown_request_exception.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/gcode/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/gcode/offline_translator.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/gcode/translator.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/microscopy/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/microscopy/autofocus.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/microscopy/camera_trigger.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/microscopy/filter_changer.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/microscopy/illuminator.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/microscopy/illuminator_channel.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/microscopy/microscope.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/microscopy/objective_changer.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/microscopy/wdi_autofocus_provider.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/product/__init__.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/product/process.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/product/process_controller.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/py.typed +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/serialization.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/tools.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/unit_table.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/units.py +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion.egg-info/SOURCES.txt +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion.egg-info/dependency_links.txt +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion.egg-info/requires.txt +0 -0
- {zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion.egg-info/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "zaber_motion"
|
|
7
|
-
version = "7.
|
|
7
|
+
version = "7.9.0"
|
|
8
8
|
description = "An official library for communicating with Zaber devices."
|
|
9
9
|
authors = [{ name = "Zaber Technologies Inc.", email = "contact@zaber.com" }]
|
|
10
10
|
license = { file = "LICENSE.txt" }
|
|
@@ -114,9 +114,17 @@ class Connection:
|
|
|
114
114
|
"""
|
|
115
115
|
self.__change_checksum_enabled(value)
|
|
116
116
|
|
|
117
|
+
@property
|
|
118
|
+
def is_open(self) -> bool:
|
|
119
|
+
"""
|
|
120
|
+
Returns whether the connection is open.
|
|
121
|
+
Does not guarantee that subsequent requests will succeed.
|
|
122
|
+
"""
|
|
123
|
+
return self.__retrieve_is_open()
|
|
124
|
+
|
|
117
125
|
def __init__(self, interface_id: int):
|
|
118
126
|
self._interface_id = interface_id
|
|
119
|
-
self.__setup_events()
|
|
127
|
+
self.__setup_events(0)
|
|
120
128
|
|
|
121
129
|
@staticmethod
|
|
122
130
|
def open_serial_port(
|
|
@@ -402,6 +410,40 @@ class Connection:
|
|
|
402
410
|
)
|
|
403
411
|
return AsyncConnectionOpener(request)
|
|
404
412
|
|
|
413
|
+
def reopen(
|
|
414
|
+
self
|
|
415
|
+
) -> None:
|
|
416
|
+
"""
|
|
417
|
+
Reopens the connection.
|
|
418
|
+
To continue using events on the connection, you must resubscribe to event observables.
|
|
419
|
+
Throws an exception if the connection is already open.
|
|
420
|
+
"""
|
|
421
|
+
request = dto.InterfaceEmptyRequest(
|
|
422
|
+
interface_id=self.interface_id,
|
|
423
|
+
)
|
|
424
|
+
response = call(
|
|
425
|
+
"interface/reopen",
|
|
426
|
+
request,
|
|
427
|
+
dto.IntResponse.from_binary)
|
|
428
|
+
self.__setup_events(response.value)
|
|
429
|
+
|
|
430
|
+
async def reopen_async(
|
|
431
|
+
self
|
|
432
|
+
) -> None:
|
|
433
|
+
"""
|
|
434
|
+
Reopens the connection.
|
|
435
|
+
To continue using events on the connection, you must resubscribe to event observables.
|
|
436
|
+
Throws an exception if the connection is already open.
|
|
437
|
+
"""
|
|
438
|
+
request = dto.InterfaceEmptyRequest(
|
|
439
|
+
interface_id=self.interface_id,
|
|
440
|
+
)
|
|
441
|
+
response = await call_async(
|
|
442
|
+
"interface/reopen",
|
|
443
|
+
request,
|
|
444
|
+
dto.IntResponse.from_binary)
|
|
445
|
+
self.__setup_events(response.value)
|
|
446
|
+
|
|
405
447
|
def generic_command(
|
|
406
448
|
self,
|
|
407
449
|
command: str,
|
|
@@ -1007,6 +1049,24 @@ class Connection:
|
|
|
1007
1049
|
)
|
|
1008
1050
|
call_sync("interface/set_checksum_enabled", request)
|
|
1009
1051
|
|
|
1052
|
+
def __retrieve_is_open(
|
|
1053
|
+
self
|
|
1054
|
+
) -> bool:
|
|
1055
|
+
"""
|
|
1056
|
+
Returns is open.
|
|
1057
|
+
|
|
1058
|
+
Returns:
|
|
1059
|
+
Is open.
|
|
1060
|
+
"""
|
|
1061
|
+
request = dto.InterfaceEmptyRequest(
|
|
1062
|
+
interface_id=self.interface_id,
|
|
1063
|
+
)
|
|
1064
|
+
response = call_sync(
|
|
1065
|
+
"interface/get_is_open",
|
|
1066
|
+
request,
|
|
1067
|
+
dto.BoolResponse.from_binary)
|
|
1068
|
+
return response.value
|
|
1069
|
+
|
|
1010
1070
|
@staticmethod
|
|
1011
1071
|
def __free(
|
|
1012
1072
|
interface_id: int
|
|
@@ -1030,11 +1090,11 @@ class Connection:
|
|
|
1030
1090
|
""" __exit__ """
|
|
1031
1091
|
self.close()
|
|
1032
1092
|
|
|
1033
|
-
def __setup_events(self) -> None:
|
|
1093
|
+
def __setup_events(self, session_id: int) -> None:
|
|
1034
1094
|
def filter_connection_event(
|
|
1035
1095
|
data: TConnectionEvents,
|
|
1036
1096
|
) -> bool:
|
|
1037
|
-
return data.interface_id == self._interface_id
|
|
1097
|
+
return data.interface_id == self._interface_id and data.session_id == session_id
|
|
1038
1098
|
|
|
1039
1099
|
self._disconnected = ReplaySubject[MotionLibException]() # terminates all the events
|
|
1040
1100
|
|
|
@@ -66,6 +66,14 @@ class Connection:
|
|
|
66
66
|
"""
|
|
67
67
|
return self._interface_id
|
|
68
68
|
|
|
69
|
+
@property
|
|
70
|
+
def is_open(self) -> bool:
|
|
71
|
+
"""
|
|
72
|
+
Returns whether the connection is open.
|
|
73
|
+
Does not guarantee that the subsequent requests will succeed.
|
|
74
|
+
"""
|
|
75
|
+
return self.__retrieve_is_open()
|
|
76
|
+
|
|
69
77
|
def __init__(self, interface_id: int):
|
|
70
78
|
self._interface_id = interface_id
|
|
71
79
|
self.__setup_events()
|
|
@@ -497,6 +505,24 @@ class Connection:
|
|
|
497
505
|
|
|
498
506
|
return Device(self, device_address)
|
|
499
507
|
|
|
508
|
+
def __retrieve_is_open(
|
|
509
|
+
self
|
|
510
|
+
) -> bool:
|
|
511
|
+
"""
|
|
512
|
+
Returns is open.
|
|
513
|
+
|
|
514
|
+
Returns:
|
|
515
|
+
Is open.
|
|
516
|
+
"""
|
|
517
|
+
request = dto.InterfaceEmptyRequest(
|
|
518
|
+
interface_id=self.interface_id,
|
|
519
|
+
)
|
|
520
|
+
response = call_sync(
|
|
521
|
+
"interface/get_is_open",
|
|
522
|
+
request,
|
|
523
|
+
dto.BoolResponse.from_binary)
|
|
524
|
+
return response.value
|
|
525
|
+
|
|
500
526
|
def __repr__(
|
|
501
527
|
self
|
|
502
528
|
) -> str:
|
|
@@ -12,12 +12,18 @@ class AlertEventWrapper:
|
|
|
12
12
|
|
|
13
13
|
interface_id: int = 0
|
|
14
14
|
|
|
15
|
+
session_id: int = 0
|
|
16
|
+
"""
|
|
17
|
+
The id of the connection session.
|
|
18
|
+
"""
|
|
19
|
+
|
|
15
20
|
alert: AlertEvent = field(default_factory=AlertEvent.zero_values)
|
|
16
21
|
|
|
17
22
|
@staticmethod
|
|
18
23
|
def zero_values() -> 'AlertEventWrapper':
|
|
19
24
|
return AlertEventWrapper(
|
|
20
25
|
interface_id=0,
|
|
26
|
+
session_id=0,
|
|
21
27
|
alert=AlertEvent.zero_values(),
|
|
22
28
|
)
|
|
23
29
|
|
|
@@ -35,6 +41,7 @@ class AlertEventWrapper:
|
|
|
35
41
|
def to_dict(self) -> Dict[str, Any]:
|
|
36
42
|
return {
|
|
37
43
|
'interfaceId': int(self.interface_id),
|
|
44
|
+
'sessionId': int(self.session_id),
|
|
38
45
|
'alert': self.alert.to_dict(),
|
|
39
46
|
}
|
|
40
47
|
|
|
@@ -42,6 +49,7 @@ class AlertEventWrapper:
|
|
|
42
49
|
def from_dict(data: Dict[str, Any]) -> 'AlertEventWrapper':
|
|
43
50
|
return AlertEventWrapper(
|
|
44
51
|
interface_id=data.get('interfaceId'), # type: ignore
|
|
52
|
+
session_id=data.get('sessionId'), # type: ignore
|
|
45
53
|
alert=AlertEvent.from_dict(data.get('alert')), # type: ignore
|
|
46
54
|
)
|
|
47
55
|
|
|
@@ -56,6 +64,15 @@ class AlertEventWrapper:
|
|
|
56
64
|
if int(self.interface_id) != self.interface_id:
|
|
57
65
|
raise ValueError(f'Property "InterfaceId" of "AlertEventWrapper" is not integer value.')
|
|
58
66
|
|
|
67
|
+
if self.session_id is None:
|
|
68
|
+
raise ValueError(f'Property "SessionId" of "AlertEventWrapper" is None.')
|
|
69
|
+
|
|
70
|
+
if not isinstance(self.session_id, (int, float, decimal.Decimal)):
|
|
71
|
+
raise ValueError(f'Property "SessionId" of "AlertEventWrapper" is not a number.')
|
|
72
|
+
|
|
73
|
+
if int(self.session_id) != self.session_id:
|
|
74
|
+
raise ValueError(f'Property "SessionId" of "AlertEventWrapper" is not integer value.')
|
|
75
|
+
|
|
59
76
|
if self.alert is None:
|
|
60
77
|
raise ValueError(f'Property "Alert" of "AlertEventWrapper" is None.')
|
|
61
78
|
|
|
@@ -12,12 +12,18 @@ class BinaryReplyOnlyEventWrapper:
|
|
|
12
12
|
|
|
13
13
|
interface_id: int = 0
|
|
14
14
|
|
|
15
|
+
session_id: int = 0
|
|
16
|
+
"""
|
|
17
|
+
The id of the connection session.
|
|
18
|
+
"""
|
|
19
|
+
|
|
15
20
|
reply: ReplyOnlyEvent = field(default_factory=ReplyOnlyEvent.zero_values)
|
|
16
21
|
|
|
17
22
|
@staticmethod
|
|
18
23
|
def zero_values() -> 'BinaryReplyOnlyEventWrapper':
|
|
19
24
|
return BinaryReplyOnlyEventWrapper(
|
|
20
25
|
interface_id=0,
|
|
26
|
+
session_id=0,
|
|
21
27
|
reply=ReplyOnlyEvent.zero_values(),
|
|
22
28
|
)
|
|
23
29
|
|
|
@@ -35,6 +41,7 @@ class BinaryReplyOnlyEventWrapper:
|
|
|
35
41
|
def to_dict(self) -> Dict[str, Any]:
|
|
36
42
|
return {
|
|
37
43
|
'interfaceId': int(self.interface_id),
|
|
44
|
+
'sessionId': int(self.session_id),
|
|
38
45
|
'reply': self.reply.to_dict(),
|
|
39
46
|
}
|
|
40
47
|
|
|
@@ -42,6 +49,7 @@ class BinaryReplyOnlyEventWrapper:
|
|
|
42
49
|
def from_dict(data: Dict[str, Any]) -> 'BinaryReplyOnlyEventWrapper':
|
|
43
50
|
return BinaryReplyOnlyEventWrapper(
|
|
44
51
|
interface_id=data.get('interfaceId'), # type: ignore
|
|
52
|
+
session_id=data.get('sessionId'), # type: ignore
|
|
45
53
|
reply=ReplyOnlyEvent.from_dict(data.get('reply')), # type: ignore
|
|
46
54
|
)
|
|
47
55
|
|
|
@@ -56,6 +64,15 @@ class BinaryReplyOnlyEventWrapper:
|
|
|
56
64
|
if int(self.interface_id) != self.interface_id:
|
|
57
65
|
raise ValueError(f'Property "InterfaceId" of "BinaryReplyOnlyEventWrapper" is not integer value.')
|
|
58
66
|
|
|
67
|
+
if self.session_id is None:
|
|
68
|
+
raise ValueError(f'Property "SessionId" of "BinaryReplyOnlyEventWrapper" is None.')
|
|
69
|
+
|
|
70
|
+
if not isinstance(self.session_id, (int, float, decimal.Decimal)):
|
|
71
|
+
raise ValueError(f'Property "SessionId" of "BinaryReplyOnlyEventWrapper" is not a number.')
|
|
72
|
+
|
|
73
|
+
if int(self.session_id) != self.session_id:
|
|
74
|
+
raise ValueError(f'Property "SessionId" of "BinaryReplyOnlyEventWrapper" is not integer value.')
|
|
75
|
+
|
|
59
76
|
if self.reply is None:
|
|
60
77
|
raise ValueError(f'Property "Reply" of "BinaryReplyOnlyEventWrapper" is None.')
|
|
61
78
|
|
|
@@ -18,6 +18,11 @@ class DisconnectedEvent:
|
|
|
18
18
|
The id of the interface that was disconnected.
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
|
+
session_id: int = 0
|
|
22
|
+
"""
|
|
23
|
+
The id of the connection session.
|
|
24
|
+
"""
|
|
25
|
+
|
|
21
26
|
error_type: Errors = next(first for first in Errors)
|
|
22
27
|
"""
|
|
23
28
|
The type of error that caused the disconnection.
|
|
@@ -32,6 +37,7 @@ class DisconnectedEvent:
|
|
|
32
37
|
def zero_values() -> 'DisconnectedEvent':
|
|
33
38
|
return DisconnectedEvent(
|
|
34
39
|
interface_id=0,
|
|
40
|
+
session_id=0,
|
|
35
41
|
error_type=next(first for first in Errors),
|
|
36
42
|
error_message="",
|
|
37
43
|
)
|
|
@@ -50,6 +56,7 @@ class DisconnectedEvent:
|
|
|
50
56
|
def to_dict(self) -> Dict[str, Any]:
|
|
51
57
|
return {
|
|
52
58
|
'interfaceId': int(self.interface_id),
|
|
59
|
+
'sessionId': int(self.session_id),
|
|
53
60
|
'errorType': self.error_type.value,
|
|
54
61
|
'errorMessage': str(self.error_message or ''),
|
|
55
62
|
}
|
|
@@ -58,6 +65,7 @@ class DisconnectedEvent:
|
|
|
58
65
|
def from_dict(data: Dict[str, Any]) -> 'DisconnectedEvent':
|
|
59
66
|
return DisconnectedEvent(
|
|
60
67
|
interface_id=data.get('interfaceId'), # type: ignore
|
|
68
|
+
session_id=data.get('sessionId'), # type: ignore
|
|
61
69
|
error_type=Errors(data.get('errorType')), # type: ignore
|
|
62
70
|
error_message=data.get('errorMessage'), # type: ignore
|
|
63
71
|
)
|
|
@@ -73,6 +81,15 @@ class DisconnectedEvent:
|
|
|
73
81
|
if int(self.interface_id) != self.interface_id:
|
|
74
82
|
raise ValueError(f'Property "InterfaceId" of "DisconnectedEvent" is not integer value.')
|
|
75
83
|
|
|
84
|
+
if self.session_id is None:
|
|
85
|
+
raise ValueError(f'Property "SessionId" of "DisconnectedEvent" is None.')
|
|
86
|
+
|
|
87
|
+
if not isinstance(self.session_id, (int, float, decimal.Decimal)):
|
|
88
|
+
raise ValueError(f'Property "SessionId" of "DisconnectedEvent" is not a number.')
|
|
89
|
+
|
|
90
|
+
if int(self.session_id) != self.session_id:
|
|
91
|
+
raise ValueError(f'Property "SessionId" of "DisconnectedEvent" is not integer value.')
|
|
92
|
+
|
|
76
93
|
if self.error_type is None:
|
|
77
94
|
raise ValueError(f'Property "ErrorType" of "DisconnectedEvent" is None.')
|
|
78
95
|
|
|
@@ -12,12 +12,18 @@ class UnknownBinaryResponseEventWrapper:
|
|
|
12
12
|
|
|
13
13
|
interface_id: int = 0
|
|
14
14
|
|
|
15
|
+
session_id: int = 0
|
|
16
|
+
"""
|
|
17
|
+
The id of the connection session.
|
|
18
|
+
"""
|
|
19
|
+
|
|
15
20
|
unknown_response: UnknownResponseEvent = field(default_factory=UnknownResponseEvent.zero_values)
|
|
16
21
|
|
|
17
22
|
@staticmethod
|
|
18
23
|
def zero_values() -> 'UnknownBinaryResponseEventWrapper':
|
|
19
24
|
return UnknownBinaryResponseEventWrapper(
|
|
20
25
|
interface_id=0,
|
|
26
|
+
session_id=0,
|
|
21
27
|
unknown_response=UnknownResponseEvent.zero_values(),
|
|
22
28
|
)
|
|
23
29
|
|
|
@@ -35,6 +41,7 @@ class UnknownBinaryResponseEventWrapper:
|
|
|
35
41
|
def to_dict(self) -> Dict[str, Any]:
|
|
36
42
|
return {
|
|
37
43
|
'interfaceId': int(self.interface_id),
|
|
44
|
+
'sessionId': int(self.session_id),
|
|
38
45
|
'unknownResponse': self.unknown_response.to_dict(),
|
|
39
46
|
}
|
|
40
47
|
|
|
@@ -42,6 +49,7 @@ class UnknownBinaryResponseEventWrapper:
|
|
|
42
49
|
def from_dict(data: Dict[str, Any]) -> 'UnknownBinaryResponseEventWrapper':
|
|
43
50
|
return UnknownBinaryResponseEventWrapper(
|
|
44
51
|
interface_id=data.get('interfaceId'), # type: ignore
|
|
52
|
+
session_id=data.get('sessionId'), # type: ignore
|
|
45
53
|
unknown_response=UnknownResponseEvent.from_dict(data.get('unknownResponse')), # type: ignore
|
|
46
54
|
)
|
|
47
55
|
|
|
@@ -56,6 +64,15 @@ class UnknownBinaryResponseEventWrapper:
|
|
|
56
64
|
if int(self.interface_id) != self.interface_id:
|
|
57
65
|
raise ValueError(f'Property "InterfaceId" of "UnknownBinaryResponseEventWrapper" is not integer value.')
|
|
58
66
|
|
|
67
|
+
if self.session_id is None:
|
|
68
|
+
raise ValueError(f'Property "SessionId" of "UnknownBinaryResponseEventWrapper" is None.')
|
|
69
|
+
|
|
70
|
+
if not isinstance(self.session_id, (int, float, decimal.Decimal)):
|
|
71
|
+
raise ValueError(f'Property "SessionId" of "UnknownBinaryResponseEventWrapper" is not a number.')
|
|
72
|
+
|
|
73
|
+
if int(self.session_id) != self.session_id:
|
|
74
|
+
raise ValueError(f'Property "SessionId" of "UnknownBinaryResponseEventWrapper" is not integer value.')
|
|
75
|
+
|
|
59
76
|
if self.unknown_response is None:
|
|
60
77
|
raise ValueError(f'Property "UnknownResponse" of "UnknownBinaryResponseEventWrapper" is None.')
|
|
61
78
|
|
|
@@ -12,12 +12,18 @@ class UnknownResponseEventWrapper:
|
|
|
12
12
|
|
|
13
13
|
interface_id: int = 0
|
|
14
14
|
|
|
15
|
+
session_id: int = 0
|
|
16
|
+
"""
|
|
17
|
+
The id of the connection session.
|
|
18
|
+
"""
|
|
19
|
+
|
|
15
20
|
unknown_response: UnknownResponseEvent = field(default_factory=UnknownResponseEvent.zero_values)
|
|
16
21
|
|
|
17
22
|
@staticmethod
|
|
18
23
|
def zero_values() -> 'UnknownResponseEventWrapper':
|
|
19
24
|
return UnknownResponseEventWrapper(
|
|
20
25
|
interface_id=0,
|
|
26
|
+
session_id=0,
|
|
21
27
|
unknown_response=UnknownResponseEvent.zero_values(),
|
|
22
28
|
)
|
|
23
29
|
|
|
@@ -35,6 +41,7 @@ class UnknownResponseEventWrapper:
|
|
|
35
41
|
def to_dict(self) -> Dict[str, Any]:
|
|
36
42
|
return {
|
|
37
43
|
'interfaceId': int(self.interface_id),
|
|
44
|
+
'sessionId': int(self.session_id),
|
|
38
45
|
'unknownResponse': self.unknown_response.to_dict(),
|
|
39
46
|
}
|
|
40
47
|
|
|
@@ -42,6 +49,7 @@ class UnknownResponseEventWrapper:
|
|
|
42
49
|
def from_dict(data: Dict[str, Any]) -> 'UnknownResponseEventWrapper':
|
|
43
50
|
return UnknownResponseEventWrapper(
|
|
44
51
|
interface_id=data.get('interfaceId'), # type: ignore
|
|
52
|
+
session_id=data.get('sessionId'), # type: ignore
|
|
45
53
|
unknown_response=UnknownResponseEvent.from_dict(data.get('unknownResponse')), # type: ignore
|
|
46
54
|
)
|
|
47
55
|
|
|
@@ -56,6 +64,15 @@ class UnknownResponseEventWrapper:
|
|
|
56
64
|
if int(self.interface_id) != self.interface_id:
|
|
57
65
|
raise ValueError(f'Property "InterfaceId" of "UnknownResponseEventWrapper" is not integer value.')
|
|
58
66
|
|
|
67
|
+
if self.session_id is None:
|
|
68
|
+
raise ValueError(f'Property "SessionId" of "UnknownResponseEventWrapper" is None.')
|
|
69
|
+
|
|
70
|
+
if not isinstance(self.session_id, (int, float, decimal.Decimal)):
|
|
71
|
+
raise ValueError(f'Property "SessionId" of "UnknownResponseEventWrapper" is not a number.')
|
|
72
|
+
|
|
73
|
+
if int(self.session_id) != self.session_id:
|
|
74
|
+
raise ValueError(f'Property "SessionId" of "UnknownResponseEventWrapper" is not integer value.')
|
|
75
|
+
|
|
59
76
|
if self.unknown_response is None:
|
|
60
77
|
raise ValueError(f'Property "UnknownResponse" of "UnknownResponseEventWrapper" is None.')
|
|
61
78
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "7.9.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "7.8.3"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/can_set_state_axis_response.py
RENAMED
|
File without changes
|
{zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/can_set_state_device_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/optional_measurement_sequence.py
RENAMED
|
File without changes
|
{zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/oscilloscope_capture_properties.py
RENAMED
|
File without changes
|
{zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/oscilloscope_data_source.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zaber_motion-7.8.3 → zaber_motion-7.9.0}/zaber_motion/dto/ascii/set_state_device_response.py
RENAMED
|
File without changes
|
|
File without changes
|