zaber-motion 7.12.0__tar.gz → 7.14.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.12.0/zaber_motion.egg-info → zaber_motion-7.14.0}/PKG-INFO +1 -1
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/pyproject.toml +1 -1
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/setup.py +5 -5
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/axis.py +7 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/axis_identity.py +17 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/optional_measurement_sequence.py +1 -1
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/simple_tuning.py +1 -1
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/__init__.py +2 -0
- zaber_motion-7.14.0/zaber_motion/dto/requests/test_request_complex.py +57 -0
- zaber_motion-7.14.0/zaber_motion/dto/requests/wdi_generic_float_request.py +119 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/library.py +1 -1
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/microscopy/wdi_autofocus_provider.py +140 -0
- zaber_motion-7.14.0/zaber_motion/version.py +1 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0/zaber_motion.egg-info}/PKG-INFO +1 -1
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion.egg-info/SOURCES.txt +2 -0
- zaber_motion-7.12.0/zaber_motion/version.py +0 -1
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/LICENSE.txt +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/MANIFEST.in +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/README.md +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/setup.cfg +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_bson/LICENSE +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_bson/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_bson/codec.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_bson/types.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/all_axes.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/axis_group.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/axis_settings.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/connection.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/device.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/device_io.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/device_settings.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/lockstep.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/oscilloscope.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/oscilloscope_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/pvt.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/pvt_buffer.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/pvt_io.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/pvt_sequence.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/servo_tuner.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/setting_constants.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/storage.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/stream.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/stream_buffer.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/stream_io.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/streams.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/transport.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/trigger.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/triggers.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/warning_flags.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/ascii/warnings.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/async_utils.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/binary/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/binary/connection.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/binary/device.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/binary/device_settings.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/bindings.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/call.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/convert_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/alert_event.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/axis_type.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/can_set_state_axis_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/can_set_state_device_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/conversion_factor.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/device_identity.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/device_io_info.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/digital_output_action.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/get_axis_setting.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/get_axis_setting_result.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/get_setting.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/get_setting_result.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/io_port_label.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/io_port_type.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/lockstep_axes.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/measurement_sequence.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/message_type.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/oscilloscope_capture_properties.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/oscilloscope_data_source.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/paramset_info.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/pid_tuning.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/pvt_axis_definition.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/pvt_axis_type.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/pvt_csv_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/pvt_mode.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/pvt_sequence_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/servo_tuning_param.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/servo_tuning_paramset.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/set_state_axis_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/set_state_device_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/simple_tuning_param_definition.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/stream_axis_definition.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/stream_axis_type.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/stream_mode.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/trigger_action.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/trigger_condition.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/trigger_enabled_state.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/trigger_operation.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/trigger_state.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/ascii/unknown_response_event.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/axis_address.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/binary/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/binary/binary_settings.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/binary/command_code.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/binary/device_identity.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/binary/device_type.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/binary/error_code.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/binary/message.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/binary/reply_code.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/binary/reply_only_event.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/binary/unknown_response_event.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/channel_address.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/device_db_source.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/device_db_source_type.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/binary_command_failed_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/command_failed_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/command_too_long_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/device_address_conflict_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/device_db_failed_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/device_db_inner_error.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/g_code_execution_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/g_code_syntax_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/invalid_packet_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/invalid_pvt_point.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/invalid_response_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/movement_failed_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/movement_interrupted_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/operation_failed_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/pvt_execution_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/pvt_movement_failed_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/pvt_movement_interrupted_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/set_device_state_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/set_peripheral_state_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/stream_execution_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/stream_movement_failed_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/exceptions/stream_movement_interrupted_exception_data.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/firmware_version.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/gcode/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/gcode/axis_definition.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/gcode/axis_mapping.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/gcode/axis_transformation.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/gcode/device_definition.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/gcode/translate_message.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/gcode/translate_result.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/gcode/translator_config.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/log_output_mode.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/measurement.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/microscopy/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/microscopy/autofocus_status.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/microscopy/microscope_config.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/microscopy/third_party_components.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/microscopy/wdi_autofocus_provider_status.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/named_parameter.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/product/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/product/process_controller_mode.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/product/process_controller_source.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/product/process_controller_source_sensor.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/alert_event_wrapper.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/autofocus_focus_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/autofocus_get_objective_params_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/autofocus_get_objective_params_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/autofocus_get_status_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/autofocus_set_objective_params_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/axes_empty_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/axes_get_setting_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/axes_move_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/axis_empty_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/axis_move_type.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/axis_to_string_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/binary_device_detect_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/binary_device_detect_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/binary_device_get_setting_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/binary_device_home_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/binary_device_move_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/binary_device_set_setting_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/binary_device_stop_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/binary_generic_with_units_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/binary_message_collection.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/binary_reply_only_event_wrapper.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/bool_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/can_set_state_axis_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/can_set_state_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/channel_on.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/channel_set_intensity.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/check_version_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/custom_interface_close_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/custom_interface_open_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/custom_interface_read_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/custom_interface_write_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_cancel_all_outputs_schedule_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_cancel_output_schedule_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_convert_setting_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_detect_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_detect_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_empty_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_get_all_analog_io_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_get_all_analog_io_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_get_all_digital_io_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_get_all_digital_io_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_get_analog_io_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_get_digital_io_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_get_setting_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_get_storage_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_get_warnings_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_get_warnings_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_home_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_identify_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_move_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_move_sin_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_multi_get_setting_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_on_all_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_on_all_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_restore_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_all_analog_outputs_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_all_analog_outputs_schedule_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_all_digital_outputs_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_all_digital_outputs_schedule_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_analog_output_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_analog_output_schedule_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_digital_output_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_digital_output_schedule_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_lowpass_filter_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_setting_bool_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_setting_int_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_setting_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_setting_str_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_storage_bool_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_storage_number_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_storage_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_set_unit_conversions_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_stop_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_storage_list_keys_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_storage_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_type.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/device_wait_until_idle_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/disconnected_event.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/double_array_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/double_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/driver_enable_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/empty_autofocus_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/empty_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/errors.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/find_device_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/find_device_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/forget_devices_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/gateway_event.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/gateway_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/gateway_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/generic_binary_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/generic_command_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/generic_command_response_collection.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/get_all_io_port_labels_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/get_axis_setting_results.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/get_io_port_label_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/get_setting_results.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/get_simple_tuning_param_definition_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/int_64_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/int_array_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/int_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/int_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/interface_empty_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/interface_type.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/load_paramset.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/lockstep_disable_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/lockstep_empty_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/lockstep_enable_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/lockstep_get_axis_numbers_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/lockstep_get_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/lockstep_home_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/lockstep_move_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/lockstep_move_sin_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/lockstep_set_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/lockstep_stop_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/lockstep_wait_until_idle_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/microscope_config_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/microscope_empty_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/microscope_find_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/microscope_init_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/microscope_trigger_camera_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/objective_changer_change_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/objective_changer_create_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/objective_changer_get_current_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/objective_changer_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/objective_changer_set_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/open_binary_interface_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/open_interface_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/open_interface_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/oscilloscope_add_io_channel_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/oscilloscope_add_setting_channel_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/oscilloscope_data_get_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/oscilloscope_data_get_sample_time_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/oscilloscope_data_get_samples_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/oscilloscope_data_identifier.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/oscilloscope_read_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/oscilloscope_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/oscilloscope_start_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/prepare_command_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/process_on.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/pvt_buffer_get_sequence_data_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/pvt_csv_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/pvt_generate_positions_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/pvt_generate_velocities_and_times_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/pvt_generate_velocities_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/pvt_load_csv_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/pvt_point_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/pvt_points_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/pvt_save_csv_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/pvt_submit_sequence_data_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/renumber_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/response_type.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/servo_tuning_paramset_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/servo_tuning_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/set_device_db_layered_sources_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/set_device_db_source_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/set_interface_checksum_enabled_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/set_interface_timeout_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/set_internal_mode_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/set_io_port_label_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/set_log_output_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/set_process_controller_source.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/set_servo_tuning_pid_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/set_servo_tuning_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/set_simple_tuning.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/set_state_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_arc_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_buffer_erase_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_buffer_get_content_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_buffer_get_content_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_buffer_list.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_call_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_cancel_all_outputs_schedule_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_cancel_output_schedule_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_circle_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_empty_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_generic_command_batch_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_generic_command_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_get_axes_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_get_max_centripetal_acceleration_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_get_max_speed_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_get_max_tangential_acceleration_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_line_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_mode_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_segment_type.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_set_all_analog_outputs_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_set_all_analog_outputs_schedule_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_set_all_digital_outputs_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_set_all_digital_outputs_schedule_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_set_analog_output_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_set_analog_output_schedule_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_set_digital_output_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_set_digital_output_schedule_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_set_hold_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_set_max_centripetal_acceleration_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_set_max_speed_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_set_max_tangential_acceleration_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_setup_live_composite_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_setup_live_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_setup_store_arbitrary_axes_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_setup_store_composite_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_setup_store_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_wait_analog_input_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_wait_digital_input_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_wait_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/stream_wait_until_idle_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/string_array_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/string_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/test_event.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/test_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/test_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/test_response_long.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/toggle_device_db_store_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/tools_list_serial_ports_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_create_from_device_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_create_live_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_create_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_create_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_empty_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_flush_live_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_flush_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_get_axis_offset_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_get_axis_position_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_set_axis_position_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_set_feed_rate_override_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_set_traverse_rate_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/translator_translate_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_clear_action_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_empty_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_enable_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_enabled_states.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_fire_at_interval_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_fire_when_distance_travelled_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_fire_when_io_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_fire_when_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_fire_when_setting_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_on_fire_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_on_fire_set_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_on_fire_set_to_setting_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_set_label_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/trigger_states.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/unit_convert_unit_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/unit_get_enum_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/unit_get_enum_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/unit_get_symbol_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/unit_get_symbol_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/unknown_binary_response_event_wrapper.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/unknown_response_event_wrapper.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/wait_to_clear_warnings_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/wait_to_respond_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/wdi_generic_request.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/requests/wdi_get_status_response.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto/rotation_direction.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/dto_object.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/events.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/bad_command_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/bad_data_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/binary_command_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/command_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/command_preempted_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/command_too_long_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/connection_closed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/connection_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/conversion_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/device_address_conflict_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/device_busy_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/device_db_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/device_detection_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/device_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/device_not_identified_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/driver_disabled_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/g_code_execution_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/g_code_syntax_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/incompatible_shared_library_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/internal_error_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/invalid_argument_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/invalid_csv_data_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/invalid_data_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/invalid_operation_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/invalid_packet_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/invalid_park_state_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/invalid_request_data_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/invalid_response_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/io_channel_out_of_range_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/io_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/lockstep_enabled_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/lockstep_not_enabled_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/motion_lib_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/movement_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/movement_interrupted_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/no_device_found_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/no_value_for_key_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/not_supported_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/operation_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/os_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/out_of_request_ids_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/pvt_discontinuity_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/pvt_execution_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/pvt_mode_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/pvt_movement_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/pvt_movement_interrupted_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/pvt_sequence_generation_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/pvt_setup_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/remote_mode_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/request_timeout_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/serial_port_busy_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/set_device_state_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/set_peripheral_state_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/setting_not_found_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/stream_discontinuity_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/stream_execution_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/stream_mode_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/stream_movement_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/stream_movement_interrupted_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/stream_setup_failed_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/timeout_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/transport_already_used_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/exceptions/unknown_request_exception.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/gcode/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/gcode/offline_translator.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/gcode/translator.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/microscopy/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/microscopy/autofocus.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/microscopy/camera_trigger.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/microscopy/filter_changer.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/microscopy/illuminator.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/microscopy/illuminator_channel.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/microscopy/microscope.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/microscopy/objective_changer.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/product/__init__.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/product/process.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/product/process_controller.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/py.typed +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/serialization.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/tools.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/unit_table.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/units.py +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion.egg-info/dependency_links.txt +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion.egg-info/requires.txt +0 -0
- {zaber_motion-7.12.0 → zaber_motion-7.14.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.14.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" }
|
|
@@ -19,13 +19,13 @@ def get_version():
|
|
|
19
19
|
|
|
20
20
|
def download_bindings(version):
|
|
21
21
|
url = f"https://api.zaber.io/downloads/software-downloads?product=zml_cpp_src&version={version}"
|
|
22
|
-
|
|
23
|
-
bindings_prefix = "ZaberMotionCppSource/build/zaber-motion-
|
|
22
|
+
archive_file = f"ZaberMotionCppSource-{version}.zip"
|
|
23
|
+
bindings_prefix = "ZaberMotionCppSource/build/zaber-motion-core"
|
|
24
24
|
|
|
25
|
-
with urllib.request.urlopen(url) as response, open(
|
|
25
|
+
with urllib.request.urlopen(url) as response, open(archive_file, 'wb') as out_file:
|
|
26
26
|
shutil.copyfileobj(response, out_file)
|
|
27
27
|
|
|
28
|
-
with zipfile.ZipFile(
|
|
28
|
+
with zipfile.ZipFile(archive_file, 'r') as archive:
|
|
29
29
|
files = archive.namelist()
|
|
30
30
|
bindings = [f for f in files if f.startswith(bindings_prefix)]
|
|
31
31
|
archive.extractall(".", bindings)
|
|
@@ -33,7 +33,7 @@ def download_bindings(version):
|
|
|
33
33
|
shutil.rmtree(BINDINGS_DIR, ignore_errors=True)
|
|
34
34
|
shutil.move("ZaberMotionCppSource/build", BINDINGS_DIR)
|
|
35
35
|
shutil.rmtree("ZaberMotionCppSource", ignore_errors=True)
|
|
36
|
-
os.remove(
|
|
36
|
+
os.remove(archive_file)
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
def setup():
|
|
@@ -104,6 +104,13 @@ class Axis:
|
|
|
104
104
|
"""
|
|
105
105
|
return self.identity.axis_type
|
|
106
106
|
|
|
107
|
+
@property
|
|
108
|
+
def resolution(self) -> int:
|
|
109
|
+
"""
|
|
110
|
+
The number of microsteps per full step for motion axes. Always equal to 0 for non-motion axes.
|
|
111
|
+
"""
|
|
112
|
+
return self.identity.resolution
|
|
113
|
+
|
|
107
114
|
@property
|
|
108
115
|
def label(self) -> str:
|
|
109
116
|
"""
|
|
@@ -43,6 +43,11 @@ class AxisIdentity:
|
|
|
43
43
|
The peripheral has hardware modifications.
|
|
44
44
|
"""
|
|
45
45
|
|
|
46
|
+
resolution: int
|
|
47
|
+
"""
|
|
48
|
+
The number of microsteps per full step for motion axes. Always equal to 0 for non-motion axes.
|
|
49
|
+
"""
|
|
50
|
+
|
|
46
51
|
@staticmethod
|
|
47
52
|
def zero_values() -> 'AxisIdentity':
|
|
48
53
|
return AxisIdentity(
|
|
@@ -52,6 +57,7 @@ class AxisIdentity:
|
|
|
52
57
|
is_peripheral=False,
|
|
53
58
|
axis_type=next(first for first in AxisType),
|
|
54
59
|
is_modified=False,
|
|
60
|
+
resolution=0,
|
|
55
61
|
)
|
|
56
62
|
|
|
57
63
|
@staticmethod
|
|
@@ -73,6 +79,7 @@ class AxisIdentity:
|
|
|
73
79
|
'isPeripheral': bool(self.is_peripheral),
|
|
74
80
|
'axisType': self.axis_type.value,
|
|
75
81
|
'isModified': bool(self.is_modified),
|
|
82
|
+
'resolution': int(self.resolution),
|
|
76
83
|
}
|
|
77
84
|
|
|
78
85
|
@staticmethod
|
|
@@ -84,6 +91,7 @@ class AxisIdentity:
|
|
|
84
91
|
is_peripheral=data.get('isPeripheral'), # type: ignore
|
|
85
92
|
axis_type=AxisType(data.get('axisType')), # type: ignore
|
|
86
93
|
is_modified=data.get('isModified'), # type: ignore
|
|
94
|
+
resolution=data.get('resolution'), # type: ignore
|
|
87
95
|
)
|
|
88
96
|
|
|
89
97
|
def validate(self) -> None:
|
|
@@ -115,3 +123,12 @@ class AxisIdentity:
|
|
|
115
123
|
|
|
116
124
|
if not isinstance(self.axis_type, AxisType):
|
|
117
125
|
raise ValueError(f'Property "AxisType" of "AxisIdentity" is not an instance of "AxisType".')
|
|
126
|
+
|
|
127
|
+
if self.resolution is None:
|
|
128
|
+
raise ValueError(f'Property "Resolution" of "AxisIdentity" is None.')
|
|
129
|
+
|
|
130
|
+
if not isinstance(self.resolution, (int, float, decimal.Decimal)):
|
|
131
|
+
raise ValueError(f'Property "Resolution" of "AxisIdentity" is not a number.')
|
|
132
|
+
|
|
133
|
+
if int(self.resolution) != self.resolution:
|
|
134
|
+
raise ValueError(f'Property "Resolution" of "AxisIdentity" is not integer value.')
|
|
@@ -210,6 +210,7 @@ from .string_array_response import StringArrayResponse as StringArrayResponse
|
|
|
210
210
|
from .string_response import StringResponse as StringResponse
|
|
211
211
|
from .test_event import TestEvent as TestEvent
|
|
212
212
|
from .test_request import TestRequest as TestRequest
|
|
213
|
+
from .test_request_complex import TestRequestComplex as TestRequestComplex
|
|
213
214
|
from .test_response import TestResponse as TestResponse
|
|
214
215
|
from .test_response_long import TestResponseLong as TestResponseLong
|
|
215
216
|
from .toggle_device_db_store_request import ToggleDeviceDbStoreRequest as ToggleDeviceDbStoreRequest
|
|
@@ -250,5 +251,6 @@ from .unknown_binary_response_event_wrapper import UnknownBinaryResponseEventWra
|
|
|
250
251
|
from .unknown_response_event_wrapper import UnknownResponseEventWrapper as UnknownResponseEventWrapper
|
|
251
252
|
from .wait_to_clear_warnings_request import WaitToClearWarningsRequest as WaitToClearWarningsRequest
|
|
252
253
|
from .wait_to_respond_request import WaitToRespondRequest as WaitToRespondRequest
|
|
254
|
+
from .wdi_generic_float_request import WdiGenericFloatRequest as WdiGenericFloatRequest
|
|
253
255
|
from .wdi_generic_request import WdiGenericRequest as WdiGenericRequest
|
|
254
256
|
from .wdi_get_status_response import WdiGetStatusResponse as WdiGetStatusResponse
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# This file is generated. Do not modify by hand.
|
|
2
|
+
# pylint: disable=line-too-long, unused-argument, f-string-without-interpolation, too-many-branches, too-many-statements, unnecessary-pass
|
|
3
|
+
from dataclasses import dataclass, field
|
|
4
|
+
from typing import Any, Dict, List
|
|
5
|
+
import decimal
|
|
6
|
+
from collections.abc import Iterable
|
|
7
|
+
import zaber_bson
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@dataclass
|
|
11
|
+
class TestRequestComplex:
|
|
12
|
+
|
|
13
|
+
int_array: List[int] = field(default_factory=list)
|
|
14
|
+
|
|
15
|
+
@staticmethod
|
|
16
|
+
def zero_values() -> 'TestRequestComplex':
|
|
17
|
+
return TestRequestComplex(
|
|
18
|
+
int_array=[],
|
|
19
|
+
)
|
|
20
|
+
|
|
21
|
+
@staticmethod
|
|
22
|
+
def from_binary(data_bytes: bytes) -> 'TestRequestComplex':
|
|
23
|
+
"""" Deserialize a binary representation of this class. """
|
|
24
|
+
data = zaber_bson.loads(data_bytes) # type: Dict[str, Any]
|
|
25
|
+
return TestRequestComplex.from_dict(data)
|
|
26
|
+
|
|
27
|
+
def to_binary(self) -> bytes:
|
|
28
|
+
"""" Serialize this class to a binary representation. """
|
|
29
|
+
self.validate()
|
|
30
|
+
return zaber_bson.dumps(self.to_dict()) # type: ignore
|
|
31
|
+
|
|
32
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
33
|
+
return {
|
|
34
|
+
'intArray': [int(item) for item in self.int_array] if self.int_array is not None else [],
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@staticmethod
|
|
38
|
+
def from_dict(data: Dict[str, Any]) -> 'TestRequestComplex':
|
|
39
|
+
return TestRequestComplex(
|
|
40
|
+
int_array=data.get('intArray'), # type: ignore
|
|
41
|
+
)
|
|
42
|
+
|
|
43
|
+
def validate(self) -> None:
|
|
44
|
+
"""" Validates the properties of the instance. """
|
|
45
|
+
if self.int_array is not None:
|
|
46
|
+
if not isinstance(self.int_array, Iterable):
|
|
47
|
+
raise ValueError('Property "IntArray" of "TestRequestComplex" is not iterable.')
|
|
48
|
+
|
|
49
|
+
for i, int_array_item in enumerate(self.int_array):
|
|
50
|
+
if int_array_item is None:
|
|
51
|
+
raise ValueError(f'Item {i} in property "IntArray" of "TestRequestComplex" is None.')
|
|
52
|
+
|
|
53
|
+
if not isinstance(int_array_item, (int, float, decimal.Decimal)):
|
|
54
|
+
raise ValueError(f'Item {i} in property "IntArray" of "TestRequestComplex" is not a number.')
|
|
55
|
+
|
|
56
|
+
if int(int_array_item) != int_array_item:
|
|
57
|
+
raise ValueError(f'Item {i} in property "IntArray" of "TestRequestComplex" is not integer value.')
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
# This file is generated. Do not modify by hand.
|
|
2
|
+
# pylint: disable=line-too-long, unused-argument, f-string-without-interpolation, too-many-branches, too-many-statements, unnecessary-pass
|
|
3
|
+
from dataclasses import dataclass, field
|
|
4
|
+
from typing import Any, Dict, List
|
|
5
|
+
import decimal
|
|
6
|
+
from collections.abc import Iterable
|
|
7
|
+
import zaber_bson
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@dataclass
|
|
11
|
+
class WdiGenericFloatRequest:
|
|
12
|
+
|
|
13
|
+
interface_id: int = 0
|
|
14
|
+
|
|
15
|
+
register_id: int = 0
|
|
16
|
+
|
|
17
|
+
count: int = 0
|
|
18
|
+
|
|
19
|
+
offset: int = 0
|
|
20
|
+
|
|
21
|
+
register_bank: str = ""
|
|
22
|
+
|
|
23
|
+
data: List[float] = field(default_factory=list)
|
|
24
|
+
|
|
25
|
+
@staticmethod
|
|
26
|
+
def zero_values() -> 'WdiGenericFloatRequest':
|
|
27
|
+
return WdiGenericFloatRequest(
|
|
28
|
+
interface_id=0,
|
|
29
|
+
register_id=0,
|
|
30
|
+
count=0,
|
|
31
|
+
offset=0,
|
|
32
|
+
register_bank="",
|
|
33
|
+
data=[],
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
@staticmethod
|
|
37
|
+
def from_binary(data_bytes: bytes) -> 'WdiGenericFloatRequest':
|
|
38
|
+
"""" Deserialize a binary representation of this class. """
|
|
39
|
+
data = zaber_bson.loads(data_bytes) # type: Dict[str, Any]
|
|
40
|
+
return WdiGenericFloatRequest.from_dict(data)
|
|
41
|
+
|
|
42
|
+
def to_binary(self) -> bytes:
|
|
43
|
+
"""" Serialize this class to a binary representation. """
|
|
44
|
+
self.validate()
|
|
45
|
+
return zaber_bson.dumps(self.to_dict()) # type: ignore
|
|
46
|
+
|
|
47
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
48
|
+
return {
|
|
49
|
+
'interfaceId': int(self.interface_id),
|
|
50
|
+
'registerId': int(self.register_id),
|
|
51
|
+
'count': int(self.count),
|
|
52
|
+
'offset': int(self.offset),
|
|
53
|
+
'registerBank': str(self.register_bank or ''),
|
|
54
|
+
'data': [float(item) for item in self.data] if self.data is not None else [],
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@staticmethod
|
|
58
|
+
def from_dict(data: Dict[str, Any]) -> 'WdiGenericFloatRequest':
|
|
59
|
+
return WdiGenericFloatRequest(
|
|
60
|
+
interface_id=data.get('interfaceId'), # type: ignore
|
|
61
|
+
register_id=data.get('registerId'), # type: ignore
|
|
62
|
+
count=data.get('count'), # type: ignore
|
|
63
|
+
offset=data.get('offset'), # type: ignore
|
|
64
|
+
register_bank=data.get('registerBank'), # type: ignore
|
|
65
|
+
data=data.get('data'), # type: ignore
|
|
66
|
+
)
|
|
67
|
+
|
|
68
|
+
def validate(self) -> None:
|
|
69
|
+
"""" Validates the properties of the instance. """
|
|
70
|
+
if self.interface_id is None:
|
|
71
|
+
raise ValueError(f'Property "InterfaceId" of "WdiGenericFloatRequest" is None.')
|
|
72
|
+
|
|
73
|
+
if not isinstance(self.interface_id, (int, float, decimal.Decimal)):
|
|
74
|
+
raise ValueError(f'Property "InterfaceId" of "WdiGenericFloatRequest" is not a number.')
|
|
75
|
+
|
|
76
|
+
if int(self.interface_id) != self.interface_id:
|
|
77
|
+
raise ValueError(f'Property "InterfaceId" of "WdiGenericFloatRequest" is not integer value.')
|
|
78
|
+
|
|
79
|
+
if self.register_id is None:
|
|
80
|
+
raise ValueError(f'Property "RegisterId" of "WdiGenericFloatRequest" is None.')
|
|
81
|
+
|
|
82
|
+
if not isinstance(self.register_id, (int, float, decimal.Decimal)):
|
|
83
|
+
raise ValueError(f'Property "RegisterId" of "WdiGenericFloatRequest" is not a number.')
|
|
84
|
+
|
|
85
|
+
if int(self.register_id) != self.register_id:
|
|
86
|
+
raise ValueError(f'Property "RegisterId" of "WdiGenericFloatRequest" is not integer value.')
|
|
87
|
+
|
|
88
|
+
if self.count is None:
|
|
89
|
+
raise ValueError(f'Property "Count" of "WdiGenericFloatRequest" is None.')
|
|
90
|
+
|
|
91
|
+
if not isinstance(self.count, (int, float, decimal.Decimal)):
|
|
92
|
+
raise ValueError(f'Property "Count" of "WdiGenericFloatRequest" is not a number.')
|
|
93
|
+
|
|
94
|
+
if int(self.count) != self.count:
|
|
95
|
+
raise ValueError(f'Property "Count" of "WdiGenericFloatRequest" is not integer value.')
|
|
96
|
+
|
|
97
|
+
if self.offset is None:
|
|
98
|
+
raise ValueError(f'Property "Offset" of "WdiGenericFloatRequest" is None.')
|
|
99
|
+
|
|
100
|
+
if not isinstance(self.offset, (int, float, decimal.Decimal)):
|
|
101
|
+
raise ValueError(f'Property "Offset" of "WdiGenericFloatRequest" is not a number.')
|
|
102
|
+
|
|
103
|
+
if int(self.offset) != self.offset:
|
|
104
|
+
raise ValueError(f'Property "Offset" of "WdiGenericFloatRequest" is not integer value.')
|
|
105
|
+
|
|
106
|
+
if self.register_bank is not None:
|
|
107
|
+
if not isinstance(self.register_bank, str):
|
|
108
|
+
raise ValueError(f'Property "RegisterBank" of "WdiGenericFloatRequest" is not a string.')
|
|
109
|
+
|
|
110
|
+
if self.data is not None:
|
|
111
|
+
if not isinstance(self.data, Iterable):
|
|
112
|
+
raise ValueError('Property "Data" of "WdiGenericFloatRequest" is not iterable.')
|
|
113
|
+
|
|
114
|
+
for i, data_item in enumerate(self.data):
|
|
115
|
+
if data_item is None:
|
|
116
|
+
raise ValueError(f'Item {i} in property "Data" of "WdiGenericFloatRequest" is None.')
|
|
117
|
+
|
|
118
|
+
if not isinstance(data_item, (int, float, decimal.Decimal)):
|
|
119
|
+
raise ValueError(f'Item {i} in property "Data" of "WdiGenericFloatRequest" is not a number.')
|
{zaber_motion-7.12.0 → zaber_motion-7.14.0}/zaber_motion/microscopy/wdi_autofocus_provider.py
RENAMED
|
@@ -9,6 +9,7 @@ from ..exceptions.motion_lib_exception import MotionLibException
|
|
|
9
9
|
|
|
10
10
|
from ..dto import requests as dto
|
|
11
11
|
from ..dto.microscopy.wdi_autofocus_provider_status import WdiAutofocusProviderStatus
|
|
12
|
+
from ..dto.firmware_version import FirmwareVersion
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
class WdiAutofocusProvider:
|
|
@@ -28,6 +29,13 @@ class WdiAutofocusProvider:
|
|
|
28
29
|
"""
|
|
29
30
|
return self._provider_id
|
|
30
31
|
|
|
32
|
+
@property
|
|
33
|
+
def firmware_version(self) -> FirmwareVersion:
|
|
34
|
+
"""
|
|
35
|
+
The firmware version of the connected autofocus.
|
|
36
|
+
"""
|
|
37
|
+
return self.__retrieve_firmware_version()
|
|
38
|
+
|
|
31
39
|
def __init__(self, provider_id: int):
|
|
32
40
|
self._provider_id: int = provider_id
|
|
33
41
|
|
|
@@ -116,6 +124,24 @@ class WdiAutofocusProvider:
|
|
|
116
124
|
)
|
|
117
125
|
call_sync("wdi/free", request)
|
|
118
126
|
|
|
127
|
+
def __retrieve_firmware_version(
|
|
128
|
+
self
|
|
129
|
+
) -> FirmwareVersion:
|
|
130
|
+
"""
|
|
131
|
+
Returns FW version.
|
|
132
|
+
|
|
133
|
+
Returns:
|
|
134
|
+
Firmware version.
|
|
135
|
+
"""
|
|
136
|
+
request = dto.InterfaceEmptyRequest(
|
|
137
|
+
interface_id=self.provider_id,
|
|
138
|
+
)
|
|
139
|
+
response = call_sync(
|
|
140
|
+
"wdi/get_firmware_version",
|
|
141
|
+
request,
|
|
142
|
+
FirmwareVersion.from_binary)
|
|
143
|
+
return response
|
|
144
|
+
|
|
119
145
|
def generic_read(
|
|
120
146
|
self,
|
|
121
147
|
register_id: int,
|
|
@@ -242,6 +268,120 @@ class WdiAutofocusProvider:
|
|
|
242
268
|
)
|
|
243
269
|
await call_async("wdi/write", request)
|
|
244
270
|
|
|
271
|
+
def generic_read_float(
|
|
272
|
+
self,
|
|
273
|
+
register_id: int,
|
|
274
|
+
count: int = 1,
|
|
275
|
+
offset: int = 0,
|
|
276
|
+
register_bank: str = "U"
|
|
277
|
+
) -> List[float]:
|
|
278
|
+
"""
|
|
279
|
+
Generic read operation.
|
|
280
|
+
|
|
281
|
+
Args:
|
|
282
|
+
register_id: Register address to read from.
|
|
283
|
+
count: Number of values to read (defaults to 1).
|
|
284
|
+
offset: Offset within the register (defaults to 0).
|
|
285
|
+
register_bank: Register bank letter (defaults to U for user bank).
|
|
286
|
+
|
|
287
|
+
Returns:
|
|
288
|
+
Array of floats read from the device.
|
|
289
|
+
"""
|
|
290
|
+
request = dto.WdiGenericFloatRequest(
|
|
291
|
+
interface_id=self.provider_id,
|
|
292
|
+
register_id=register_id,
|
|
293
|
+
count=count,
|
|
294
|
+
offset=offset,
|
|
295
|
+
register_bank=register_bank,
|
|
296
|
+
)
|
|
297
|
+
response = call(
|
|
298
|
+
"wdi/read_float",
|
|
299
|
+
request,
|
|
300
|
+
dto.DoubleArrayResponse.from_binary)
|
|
301
|
+
return response.values
|
|
302
|
+
|
|
303
|
+
async def generic_read_float_async(
|
|
304
|
+
self,
|
|
305
|
+
register_id: int,
|
|
306
|
+
count: int = 1,
|
|
307
|
+
offset: int = 0,
|
|
308
|
+
register_bank: str = "U"
|
|
309
|
+
) -> List[float]:
|
|
310
|
+
"""
|
|
311
|
+
Generic read operation.
|
|
312
|
+
|
|
313
|
+
Args:
|
|
314
|
+
register_id: Register address to read from.
|
|
315
|
+
count: Number of values to read (defaults to 1).
|
|
316
|
+
offset: Offset within the register (defaults to 0).
|
|
317
|
+
register_bank: Register bank letter (defaults to U for user bank).
|
|
318
|
+
|
|
319
|
+
Returns:
|
|
320
|
+
Array of floats read from the device.
|
|
321
|
+
"""
|
|
322
|
+
request = dto.WdiGenericFloatRequest(
|
|
323
|
+
interface_id=self.provider_id,
|
|
324
|
+
register_id=register_id,
|
|
325
|
+
count=count,
|
|
326
|
+
offset=offset,
|
|
327
|
+
register_bank=register_bank,
|
|
328
|
+
)
|
|
329
|
+
response = await call_async(
|
|
330
|
+
"wdi/read_float",
|
|
331
|
+
request,
|
|
332
|
+
dto.DoubleArrayResponse.from_binary)
|
|
333
|
+
return response.values
|
|
334
|
+
|
|
335
|
+
def generic_write_float(
|
|
336
|
+
self,
|
|
337
|
+
register_id: int,
|
|
338
|
+
data: List[float] = [],
|
|
339
|
+
offset: int = 0,
|
|
340
|
+
register_bank: str = "U"
|
|
341
|
+
) -> None:
|
|
342
|
+
"""
|
|
343
|
+
Generic write operation.
|
|
344
|
+
|
|
345
|
+
Args:
|
|
346
|
+
register_id: Register address to write to.
|
|
347
|
+
data: Array of values to write to the register. Empty array is allowed.
|
|
348
|
+
offset: Offset within the register (defaults to 0).
|
|
349
|
+
register_bank: Register bank letter (defaults to U for user bank).
|
|
350
|
+
"""
|
|
351
|
+
request = dto.WdiGenericFloatRequest(
|
|
352
|
+
interface_id=self.provider_id,
|
|
353
|
+
register_id=register_id,
|
|
354
|
+
data=data,
|
|
355
|
+
offset=offset,
|
|
356
|
+
register_bank=register_bank,
|
|
357
|
+
)
|
|
358
|
+
call("wdi/write_float", request)
|
|
359
|
+
|
|
360
|
+
async def generic_write_float_async(
|
|
361
|
+
self,
|
|
362
|
+
register_id: int,
|
|
363
|
+
data: List[float] = [],
|
|
364
|
+
offset: int = 0,
|
|
365
|
+
register_bank: str = "U"
|
|
366
|
+
) -> None:
|
|
367
|
+
"""
|
|
368
|
+
Generic write operation.
|
|
369
|
+
|
|
370
|
+
Args:
|
|
371
|
+
register_id: Register address to write to.
|
|
372
|
+
data: Array of values to write to the register. Empty array is allowed.
|
|
373
|
+
offset: Offset within the register (defaults to 0).
|
|
374
|
+
register_bank: Register bank letter (defaults to U for user bank).
|
|
375
|
+
"""
|
|
376
|
+
request = dto.WdiGenericFloatRequest(
|
|
377
|
+
interface_id=self.provider_id,
|
|
378
|
+
register_id=register_id,
|
|
379
|
+
data=data,
|
|
380
|
+
offset=offset,
|
|
381
|
+
register_bank=register_bank,
|
|
382
|
+
)
|
|
383
|
+
await call_async("wdi/write_float", request)
|
|
384
|
+
|
|
245
385
|
def enable_laser(
|
|
246
386
|
self
|
|
247
387
|
) -> None:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "7.14.0"
|
|
@@ -376,6 +376,7 @@ zaber_motion/dto/requests/string_array_response.py
|
|
|
376
376
|
zaber_motion/dto/requests/string_response.py
|
|
377
377
|
zaber_motion/dto/requests/test_event.py
|
|
378
378
|
zaber_motion/dto/requests/test_request.py
|
|
379
|
+
zaber_motion/dto/requests/test_request_complex.py
|
|
379
380
|
zaber_motion/dto/requests/test_response.py
|
|
380
381
|
zaber_motion/dto/requests/test_response_long.py
|
|
381
382
|
zaber_motion/dto/requests/toggle_device_db_store_request.py
|
|
@@ -416,6 +417,7 @@ zaber_motion/dto/requests/unknown_binary_response_event_wrapper.py
|
|
|
416
417
|
zaber_motion/dto/requests/unknown_response_event_wrapper.py
|
|
417
418
|
zaber_motion/dto/requests/wait_to_clear_warnings_request.py
|
|
418
419
|
zaber_motion/dto/requests/wait_to_respond_request.py
|
|
420
|
+
zaber_motion/dto/requests/wdi_generic_float_request.py
|
|
419
421
|
zaber_motion/dto/requests/wdi_generic_request.py
|
|
420
422
|
zaber_motion/dto/requests/wdi_get_status_response.py
|
|
421
423
|
zaber_motion/exceptions/__init__.py
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "7.12.0"
|
|
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
|