zaber-motion 8.0.2__tar.gz → 8.0.4__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-8.0.2/zaber_motion.egg-info → zaber_motion-8.0.4}/PKG-INFO +2 -2
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/pyproject.toml +2 -2
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/__init__.py +1 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/setting_constants.py +10 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/device_db_inner_error.py +15 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/__init__.py +2 -0
- zaber_motion-8.0.4/zaber_motion/dto/requests/test_dto_with_variants.py +69 -0
- zaber_motion-8.0.4/zaber_motion/dto/requests/test_variant.py +160 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/library.py +3 -1
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/units.py +4 -2
- zaber_motion-8.0.4/zaber_motion/variant_test_api.py +101 -0
- zaber_motion-8.0.4/zaber_motion/version.py +1 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4/zaber_motion.egg-info}/PKG-INFO +2 -2
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion.egg-info/SOURCES.txt +3 -0
- zaber_motion-8.0.2/zaber_motion/version.py +0 -1
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/LICENSE.txt +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/MANIFEST.in +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/README.md +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/setup.cfg +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/setup.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_bson/LICENSE +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_bson/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_bson/codec.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_bson/types.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/all_axes.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/axis.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/axis_group.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/axis_settings.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/connection.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/device.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/device_io.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/device_settings.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/lockstep.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/oscilloscope.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/oscilloscope_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/pvt.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/pvt_buffer.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/pvt_io.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/pvt_sequence.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/servo_tuner.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/storage.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/stream.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/stream_buffer.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/stream_io.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/streams.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/transport.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/trigger.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/triggers.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/warning_flags.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/ascii/warnings.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/async_utils.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/binary/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/binary/connection.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/binary/device.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/binary/device_settings.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/bindings.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/call.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/convert_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/alert_event.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/axis_identity.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/axis_type.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/can_set_state_axis_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/can_set_state_device_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/conversion_factor.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/device_identity.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/device_io_info.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/digital_output_action.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/get_axis_setting.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/get_axis_setting_result.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/get_setting.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/get_setting_result.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/io_port_label.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/io_port_type.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/measurement_sequence.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/message_type.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/optional_measurement_sequence.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/oscilloscope_capture_properties.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/oscilloscope_data_source.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/paramset_info.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/pid_tuning.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/pvt_axis_definition.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/pvt_axis_type.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/pvt_csv_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/pvt_mode.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/pvt_sequence_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/servo_tuning_param.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/servo_tuning_paramset.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/set_state_axis_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/set_state_device_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/simple_tuning.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/simple_tuning_param_definition.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/stream_axis_definition.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/stream_axis_type.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/stream_mode.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/trigger_action.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/trigger_condition.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/trigger_enabled_state.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/trigger_operation.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/trigger_state.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/ascii/unknown_response_event.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/axis_address.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/binary/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/binary/binary_settings.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/binary/command_code.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/binary/device_identity.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/binary/device_type.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/binary/error_code.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/binary/message.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/binary/reply_code.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/binary/reply_only_event.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/binary/unknown_response_event.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/channel_address.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/device_db_source.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/device_db_source_type.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/binary_command_failed_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/command_failed_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/command_too_long_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/device_address_conflict_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/device_db_failed_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/g_code_execution_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/g_code_syntax_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/invalid_packet_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/invalid_pvt_point.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/invalid_response_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/movement_failed_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/movement_interrupted_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/operation_failed_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/pvt_execution_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/pvt_movement_failed_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/pvt_movement_interrupted_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/set_device_state_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/set_peripheral_state_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/stream_execution_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/stream_movement_failed_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/stream_movement_interrupted_exception_data.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/firmware_version.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/gcode/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/gcode/axis_definition.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/gcode/axis_mapping.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/gcode/axis_transformation.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/gcode/device_definition.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/gcode/translate_message.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/gcode/translate_result.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/gcode/translator_config.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/log_output_mode.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/measurement.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/microscopy/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/microscopy/autofocus_status.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/microscopy/microscope_config.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/microscopy/third_party_components.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/microscopy/wdi_autofocus_provider_status.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/named_parameter.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/product/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/product/process_controller_mode.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/product/process_controller_source.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/product/process_controller_source_sensor.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/alert_event_wrapper.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/autofocus_focus_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/autofocus_get_objective_params_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/autofocus_get_objective_params_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/autofocus_get_status_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/autofocus_set_objective_params_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/axes_empty_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/axes_get_setting_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/axes_move_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/axis_empty_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/axis_move_type.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/axis_to_string_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/binary_device_detect_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/binary_device_detect_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/binary_device_get_setting_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/binary_device_home_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/binary_device_move_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/binary_device_set_setting_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/binary_device_stop_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/binary_generic_with_units_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/binary_message_collection.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/binary_reply_only_event_wrapper.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/bool_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/can_set_state_axis_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/can_set_state_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/channel_on.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/channel_set_intensity.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/check_version_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/custom_interface_close_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/custom_interface_open_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/custom_interface_read_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/custom_interface_write_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_cancel_all_outputs_schedule_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_cancel_output_schedule_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_convert_setting_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_detect_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_detect_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_empty_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_get_all_analog_io_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_get_all_analog_io_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_get_all_digital_io_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_get_all_digital_io_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_get_analog_io_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_get_digital_io_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_get_setting_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_get_storage_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_get_warnings_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_get_warnings_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_home_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_identify_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_move_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_move_sin_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_multi_get_setting_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_on_all_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_on_all_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_restore_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_all_analog_outputs_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_all_analog_outputs_schedule_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_all_digital_outputs_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_all_digital_outputs_schedule_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_analog_output_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_analog_output_schedule_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_digital_output_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_digital_output_schedule_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_lowpass_filter_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_setting_bool_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_setting_int_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_setting_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_setting_str_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_storage_bool_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_storage_number_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_storage_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_set_unit_conversions_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_stop_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_storage_list_keys_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_storage_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_type.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/device_wait_until_idle_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/disconnected_event.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/double_array_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/double_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/driver_enable_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/empty_autofocus_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/empty_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/errors.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/find_device_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/find_device_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/forget_devices_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/gateway_event.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/gateway_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/gateway_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/generic_binary_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/generic_command_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/generic_command_response_collection.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/get_all_io_port_labels_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/get_axis_setting_results.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/get_command_unit_conversion_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/get_io_port_label_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/get_setting_results.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/get_simple_tuning_param_definition_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/int_64_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/int_array_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/int_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/int_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/interface_empty_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/interface_type.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/load_paramset.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/lockstep_disable_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/lockstep_empty_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/lockstep_enable_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/lockstep_get_axis_numbers_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/lockstep_get_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/lockstep_home_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/lockstep_move_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/lockstep_move_sin_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/lockstep_set_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/lockstep_stop_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/lockstep_wait_until_idle_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/microscope_config_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/microscope_empty_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/microscope_find_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/microscope_init_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/microscope_trigger_camera_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/objective_changer_change_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/objective_changer_create_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/objective_changer_get_current_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/objective_changer_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/objective_changer_set_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/open_binary_interface_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/open_interface_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/open_interface_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/oscilloscope_add_io_channel_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/oscilloscope_add_setting_channel_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/oscilloscope_data_get_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/oscilloscope_data_get_sample_time_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/oscilloscope_data_get_samples_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/oscilloscope_data_identifier.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/oscilloscope_read_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/oscilloscope_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/oscilloscope_start_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/prepare_command_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/process_on.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/pvt_buffer_get_sequence_data_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/pvt_csv_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/pvt_generate_positions_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/pvt_generate_velocities_and_times_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/pvt_generate_velocities_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/pvt_load_csv_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/pvt_point_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/pvt_points_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/pvt_save_csv_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/pvt_submit_sequence_data_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/renumber_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/response_type.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/servo_tuning_paramset_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/servo_tuning_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/set_device_db_layered_sources_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/set_device_db_source_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/set_interface_checksum_enabled_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/set_interface_timeout_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/set_internal_mode_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/set_io_port_label_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/set_log_output_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/set_process_controller_source.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/set_servo_tuning_pid_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/set_servo_tuning_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/set_simple_tuning.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/set_state_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_arc_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_buffer_erase_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_buffer_get_content_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_buffer_get_content_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_buffer_list.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_call_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_cancel_all_outputs_schedule_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_cancel_output_schedule_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_circle_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_empty_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_generic_command_batch_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_generic_command_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_get_axes_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_get_max_centripetal_acceleration_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_get_max_speed_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_get_max_tangential_acceleration_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_line_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_mode_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_segment_type.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_set_all_analog_outputs_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_set_all_analog_outputs_schedule_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_set_all_digital_outputs_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_set_all_digital_outputs_schedule_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_set_analog_output_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_set_analog_output_schedule_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_set_digital_output_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_set_digital_output_schedule_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_set_hold_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_set_max_centripetal_acceleration_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_set_max_speed_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_set_max_tangential_acceleration_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_setup_live_composite_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_setup_live_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_setup_store_arbitrary_axes_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_setup_store_composite_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_setup_store_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_wait_analog_input_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_wait_digital_input_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_wait_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/stream_wait_until_idle_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/string_array_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/string_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/test_event.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/test_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/test_request_complex.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/test_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/test_response_long.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/toggle_device_db_store_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/tools_list_serial_ports_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_create_from_device_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_create_live_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_create_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_create_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_empty_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_flush_live_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_flush_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_get_axis_offset_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_get_axis_position_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_set_axis_position_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_set_feed_rate_override_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_set_traverse_rate_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/translator_translate_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_clear_action_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_empty_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_enable_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_enabled_states.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_fire_at_interval_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_fire_when_distance_travelled_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_fire_when_io_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_fire_when_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_fire_when_setting_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_on_fire_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_on_fire_set_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_on_fire_set_to_setting_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_set_label_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/trigger_states.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/unit_convert_native_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/unit_convert_unit_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/unit_get_enum_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/unit_get_enum_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/unit_get_symbol_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/unit_get_symbol_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/unknown_binary_response_event_wrapper.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/unknown_response_event_wrapper.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/wait_to_clear_warnings_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/wait_to_respond_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/wdi_generic_float_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/wdi_generic_request.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/requests/wdi_get_status_response.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/rotation_direction.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/unit_conversion_descriptor.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto_object.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/events.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/bad_command_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/bad_data_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/binary_command_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/command_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/command_preempted_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/command_too_long_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/connection_closed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/connection_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/conversion_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/device_address_conflict_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/device_busy_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/device_db_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/device_detection_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/device_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/device_not_identified_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/driver_disabled_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/g_code_execution_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/g_code_syntax_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/incompatible_shared_library_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/internal_error_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/invalid_argument_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/invalid_csv_data_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/invalid_data_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/invalid_operation_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/invalid_packet_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/invalid_park_state_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/invalid_request_data_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/invalid_response_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/io_channel_out_of_range_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/io_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/lockstep_enabled_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/lockstep_not_enabled_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/motion_lib_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/movement_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/movement_interrupted_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/no_device_found_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/no_value_for_key_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/not_supported_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/operation_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/os_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/out_of_request_ids_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/pvt_discontinuity_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/pvt_execution_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/pvt_mode_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/pvt_movement_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/pvt_movement_interrupted_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/pvt_sequence_generation_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/pvt_setup_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/remote_mode_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/request_timeout_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/serial_port_busy_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/set_device_state_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/set_peripheral_state_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/setting_not_found_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/stream_discontinuity_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/stream_execution_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/stream_mode_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/stream_movement_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/stream_movement_interrupted_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/stream_setup_failed_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/timeout_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/transport_already_used_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/exceptions/unknown_request_exception.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/gcode/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/gcode/offline_translator.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/gcode/translator.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/microscopy/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/microscopy/autofocus.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/microscopy/camera_trigger.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/microscopy/filter_changer.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/microscopy/illuminator.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/microscopy/illuminator_channel.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/microscopy/microscope.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/microscopy/objective_changer.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/microscopy/wdi_autofocus_provider.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/product/__init__.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/product/process.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/product/process_controller.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/py.typed +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/serialization.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/tools.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/unit_table.py +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion.egg-info/dependency_links.txt +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion.egg-info/requires.txt +0 -0
- {zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: zaber_motion
|
|
3
|
-
Version: 8.0.
|
|
3
|
+
Version: 8.0.4
|
|
4
4
|
Summary: An official library for communicating with Zaber devices.
|
|
5
5
|
Author-email: "Zaber Technologies Inc." <contact@zaber.com>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -2127,7 +2127,7 @@ Project-URL: Homepage, https://www.zaber.com/software
|
|
|
2127
2127
|
Project-URL: Documentation, https://software.zaber.com/motion-library
|
|
2128
2128
|
Project-URL: Repository, https://gitlab.com/ZaberTech/zaber-motion-lib
|
|
2129
2129
|
Project-URL: Issues, https://gitlab.com/ZaberTech/zaber-motion-lib/-/issues
|
|
2130
|
-
Project-URL: Changelog, https://
|
|
2130
|
+
Project-URL: Changelog, https://software.zaber.com/motion-library/docs/support/changelog
|
|
2131
2131
|
Keywords: zaber,motion control,linear actuators,rotary stages
|
|
2132
2132
|
Classifier: Development Status :: 5 - Production/Stable
|
|
2133
2133
|
Classifier: Intended Audience :: Developers
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "zaber_motion"
|
|
7
|
-
version = "8.0.
|
|
7
|
+
version = "8.0.4"
|
|
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" }
|
|
@@ -27,7 +27,7 @@ Homepage = "https://www.zaber.com/software"
|
|
|
27
27
|
Documentation = "https://software.zaber.com/motion-library"
|
|
28
28
|
Repository = "https://gitlab.com/ZaberTech/zaber-motion-lib"
|
|
29
29
|
Issues = "https://gitlab.com/ZaberTech/zaber-motion-lib/-/issues"
|
|
30
|
-
Changelog = "https://
|
|
30
|
+
Changelog = "https://software.zaber.com/motion-library/docs/support/changelog"
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
[tool.pdm.dev-dependencies]
|
|
@@ -7,6 +7,7 @@ from .async_utils import wait_all as wait_all
|
|
|
7
7
|
from .library import Library as Library
|
|
8
8
|
from .tools import Tools as Tools
|
|
9
9
|
from .unit_table import UnitTable as UnitTable
|
|
10
|
+
from .variant_test_api import VariantTestApi as VariantTestApi
|
|
10
11
|
from .dto.axis_address import AxisAddress as AxisAddress
|
|
11
12
|
from .dto.channel_address import ChannelAddress as ChannelAddress
|
|
12
13
|
from .dto.device_db_source import DeviceDbSource as DeviceDbSource
|
|
@@ -1169,6 +1169,11 @@ class SettingConstants:
|
|
|
1169
1169
|
"""
|
|
1170
1170
|
MAXSPEED = "maxspeed"
|
|
1171
1171
|
|
|
1172
|
+
"""
|
|
1173
|
+
Maxspeed Max.
|
|
1174
|
+
"""
|
|
1175
|
+
MAXSPEED_MAX = "maxspeed.max"
|
|
1176
|
+
|
|
1172
1177
|
"""
|
|
1173
1178
|
Motion Accel Ramptime.
|
|
1174
1179
|
"""
|
|
@@ -1359,6 +1364,11 @@ class SettingConstants:
|
|
|
1359
1364
|
"""
|
|
1360
1365
|
MOTOR_RESISTANCE = "motor.resistance"
|
|
1361
1366
|
|
|
1367
|
+
"""
|
|
1368
|
+
Motor Temperature.
|
|
1369
|
+
"""
|
|
1370
|
+
MOTOR_TEMPERATURE = "motor.temperature"
|
|
1371
|
+
|
|
1362
1372
|
"""
|
|
1363
1373
|
Parking State.
|
|
1364
1374
|
"""
|
{zaber_motion-8.0.2 → zaber_motion-8.0.4}/zaber_motion/dto/exceptions/device_db_inner_error.py
RENAMED
|
@@ -4,6 +4,7 @@ from dataclasses import dataclass
|
|
|
4
4
|
from typing import Any, Dict, List
|
|
5
5
|
from collections.abc import Iterable
|
|
6
6
|
import zaber_bson
|
|
7
|
+
from ..device_db_source_type import DeviceDbSourceType
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
@dataclass
|
|
@@ -17,6 +18,11 @@ class DeviceDbInnerError:
|
|
|
17
18
|
Code describing type of the error.
|
|
18
19
|
"""
|
|
19
20
|
|
|
21
|
+
source_type: DeviceDbSourceType
|
|
22
|
+
"""
|
|
23
|
+
The type of database source that caused the error.
|
|
24
|
+
"""
|
|
25
|
+
|
|
20
26
|
message: str
|
|
21
27
|
"""
|
|
22
28
|
Description of the error.
|
|
@@ -31,6 +37,7 @@ class DeviceDbInnerError:
|
|
|
31
37
|
def zero_values() -> 'DeviceDbInnerError':
|
|
32
38
|
return DeviceDbInnerError(
|
|
33
39
|
code="",
|
|
40
|
+
source_type=next(first for first in DeviceDbSourceType),
|
|
34
41
|
message="",
|
|
35
42
|
inner_errors=[],
|
|
36
43
|
)
|
|
@@ -49,6 +56,7 @@ class DeviceDbInnerError:
|
|
|
49
56
|
def to_dict(self) -> Dict[str, Any]:
|
|
50
57
|
return {
|
|
51
58
|
'code': str(self.code or ''),
|
|
59
|
+
'sourceType': self.source_type.value,
|
|
52
60
|
'message': str(self.message or ''),
|
|
53
61
|
'innerErrors': [item.to_dict() for item in self.inner_errors] if self.inner_errors is not None else [],
|
|
54
62
|
}
|
|
@@ -57,6 +65,7 @@ class DeviceDbInnerError:
|
|
|
57
65
|
def from_dict(data: Dict[str, Any]) -> 'DeviceDbInnerError':
|
|
58
66
|
return DeviceDbInnerError(
|
|
59
67
|
code=data.get('code'), # type: ignore
|
|
68
|
+
source_type=DeviceDbSourceType(data.get('sourceType')), # type: ignore
|
|
60
69
|
message=data.get('message'), # type: ignore
|
|
61
70
|
inner_errors=[DeviceDbInnerError.from_dict(item) for item in data.get('innerErrors')], # type: ignore
|
|
62
71
|
)
|
|
@@ -67,6 +76,12 @@ class DeviceDbInnerError:
|
|
|
67
76
|
if not isinstance(self.code, str):
|
|
68
77
|
raise ValueError(f'Property "Code" of "DeviceDbInnerError" is not a string.')
|
|
69
78
|
|
|
79
|
+
if self.source_type is None:
|
|
80
|
+
raise ValueError(f'Property "SourceType" of "DeviceDbInnerError" is None.')
|
|
81
|
+
|
|
82
|
+
if not isinstance(self.source_type, DeviceDbSourceType):
|
|
83
|
+
raise ValueError(f'Property "SourceType" of "DeviceDbInnerError" is not an instance of "DeviceDbSourceType".')
|
|
84
|
+
|
|
70
85
|
if self.message is not None:
|
|
71
86
|
if not isinstance(self.message, str):
|
|
72
87
|
raise ValueError(f'Property "Message" of "DeviceDbInnerError" is not a string.')
|
|
@@ -209,11 +209,13 @@ from .stream_wait_request import StreamWaitRequest as StreamWaitRequest
|
|
|
209
209
|
from .stream_wait_until_idle_request import StreamWaitUntilIdleRequest as StreamWaitUntilIdleRequest
|
|
210
210
|
from .string_array_response import StringArrayResponse as StringArrayResponse
|
|
211
211
|
from .string_response import StringResponse as StringResponse
|
|
212
|
+
from .test_dto_with_variants import TestDtoWithVariants as TestDtoWithVariants
|
|
212
213
|
from .test_event import TestEvent as TestEvent
|
|
213
214
|
from .test_request import TestRequest as TestRequest
|
|
214
215
|
from .test_request_complex import TestRequestComplex as TestRequestComplex
|
|
215
216
|
from .test_response import TestResponse as TestResponse
|
|
216
217
|
from .test_response_long import TestResponseLong as TestResponseLong
|
|
218
|
+
from .test_variant import TestVariant as TestVariant
|
|
217
219
|
from .toggle_device_db_store_request import ToggleDeviceDbStoreRequest as ToggleDeviceDbStoreRequest
|
|
218
220
|
from .tools_list_serial_ports_response import ToolsListSerialPortsResponse as ToolsListSerialPortsResponse
|
|
219
221
|
from .translator_create_from_device_request import TranslatorCreateFromDeviceRequest as TranslatorCreateFromDeviceRequest
|
|
@@ -0,0 +1,69 @@
|
|
|
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, Optional
|
|
5
|
+
from collections.abc import Iterable
|
|
6
|
+
import zaber_bson
|
|
7
|
+
from .test_variant import TestVariant, TestVariantWireFormat
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@dataclass
|
|
11
|
+
class TestDtoWithVariants:
|
|
12
|
+
"""
|
|
13
|
+
A test DTO that includes variant types.
|
|
14
|
+
This is used to verify the correct handling of variant types as members of other DTO types.
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
variant_array: List[TestVariant] = field(default_factory=list)
|
|
18
|
+
"""
|
|
19
|
+
Array of variants.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
the_variant: Optional[TestVariant] = None
|
|
23
|
+
"""
|
|
24
|
+
Single variant instance.
|
|
25
|
+
"""
|
|
26
|
+
|
|
27
|
+
@staticmethod
|
|
28
|
+
def zero_values() -> 'TestDtoWithVariants':
|
|
29
|
+
return TestDtoWithVariants(
|
|
30
|
+
the_variant=None,
|
|
31
|
+
variant_array=[],
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
@staticmethod
|
|
35
|
+
def from_binary(data_bytes: bytes) -> 'TestDtoWithVariants':
|
|
36
|
+
"""" Deserialize a binary representation of this class. """
|
|
37
|
+
data = zaber_bson.loads(data_bytes) # type: Dict[str, Any]
|
|
38
|
+
return TestDtoWithVariants.from_dict(data)
|
|
39
|
+
|
|
40
|
+
def to_binary(self) -> bytes:
|
|
41
|
+
"""" Serialize this class to a binary representation. """
|
|
42
|
+
self.validate()
|
|
43
|
+
return zaber_bson.dumps(self.to_dict()) # type: ignore
|
|
44
|
+
|
|
45
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
46
|
+
return {
|
|
47
|
+
'theVariant': TestVariantWireFormat(self.the_variant).to_dict() if self.the_variant is not None else None,
|
|
48
|
+
'variantArray': [TestVariantWireFormat(item).to_dict() for item in self.variant_array] if self.variant_array is not None else [],
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
@staticmethod
|
|
52
|
+
def from_dict(data: Dict[str, Any]) -> 'TestDtoWithVariants':
|
|
53
|
+
return TestDtoWithVariants(
|
|
54
|
+
the_variant=TestVariantWireFormat.from_dict(data.get('theVariant')).convert_back() if data.get('theVariant') is not None else None, # type: ignore
|
|
55
|
+
variant_array=[TestVariantWireFormat.from_dict(item).convert_back() for item in data.get('variantArray')], # type: ignore
|
|
56
|
+
)
|
|
57
|
+
|
|
58
|
+
def validate(self) -> None:
|
|
59
|
+
"""" Validates the properties of the instance. """
|
|
60
|
+
if self.the_variant is not None:
|
|
61
|
+
TestVariantWireFormat(self.the_variant).validate()
|
|
62
|
+
|
|
63
|
+
if self.variant_array is not None:
|
|
64
|
+
if not isinstance(self.variant_array, Iterable):
|
|
65
|
+
raise ValueError('Property "VariantArray" of "TestDtoWithVariants" is not iterable.')
|
|
66
|
+
|
|
67
|
+
for _, variant_array_item in enumerate(self.variant_array):
|
|
68
|
+
if variant_array_item is not None:
|
|
69
|
+
TestVariantWireFormat(variant_array_item).validate()
|
|
@@ -0,0 +1,160 @@
|
|
|
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, Union, List, Optional
|
|
5
|
+
import decimal
|
|
6
|
+
from collections.abc import Iterable
|
|
7
|
+
import zaber_bson
|
|
8
|
+
from ..ascii.axis_type import AxisType
|
|
9
|
+
from ..ascii.io_port_label import IoPortLabel
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
TestVariant = Union[AxisType, IoPortLabel, int, Optional[float], List[str]]
|
|
13
|
+
"""
|
|
14
|
+
Test case for variant support. Not part of the public API. Do not use.
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
@dataclass
|
|
19
|
+
class TestVariantWireFormat:
|
|
20
|
+
"""
|
|
21
|
+
Serialization wrapper for TestVariant variant. Not part of the public API; do not use.
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
variantValueType: str = ""
|
|
25
|
+
|
|
26
|
+
axisTypeValue: AxisType = next(first for first in AxisType)
|
|
27
|
+
|
|
28
|
+
ioPortLabelValue: IoPortLabel = field(default_factory=IoPortLabel.zero_values)
|
|
29
|
+
|
|
30
|
+
int32Value: int = 0
|
|
31
|
+
|
|
32
|
+
stringArrayValue: List[str] = field(default_factory=list)
|
|
33
|
+
|
|
34
|
+
optionalDoubleValue: Optional[float] = None
|
|
35
|
+
|
|
36
|
+
def __init__(self, value: TestVariant) -> None:
|
|
37
|
+
if value is None:
|
|
38
|
+
self.optionalDoubleValue = value
|
|
39
|
+
self.variantValueType = 'optionalDouble'
|
|
40
|
+
elif isinstance(value, Iterable):
|
|
41
|
+
self.stringArrayValue = value
|
|
42
|
+
self.variantValueType = 'stringArray'
|
|
43
|
+
elif isinstance(value, int):
|
|
44
|
+
self.int32Value = value
|
|
45
|
+
self.variantValueType = 'int32'
|
|
46
|
+
elif isinstance(value, (float, decimal.Decimal)):
|
|
47
|
+
self.optionalDoubleValue = value
|
|
48
|
+
self.variantValueType = 'optionalDouble'
|
|
49
|
+
elif isinstance(value, AxisType):
|
|
50
|
+
self.axisTypeValue = value
|
|
51
|
+
self.variantValueType = 'AxisType'
|
|
52
|
+
elif isinstance(value, IoPortLabel):
|
|
53
|
+
self.ioPortLabelValue = value
|
|
54
|
+
self.variantValueType = 'IoPortLabel'
|
|
55
|
+
else:
|
|
56
|
+
raise TypeError(f"Cannot initialize TestVariant with value of type {type(value)}")
|
|
57
|
+
|
|
58
|
+
def convert_back(self) -> TestVariant:
|
|
59
|
+
if self.variantValueType == 'AxisType':
|
|
60
|
+
return self.axisTypeValue
|
|
61
|
+
if self.variantValueType == 'IoPortLabel':
|
|
62
|
+
return self.ioPortLabelValue
|
|
63
|
+
if self.variantValueType == 'int32':
|
|
64
|
+
return self.int32Value
|
|
65
|
+
if self.variantValueType == 'optionalDouble':
|
|
66
|
+
return self.optionalDoubleValue
|
|
67
|
+
if self.variantValueType == 'stringArray':
|
|
68
|
+
return self.stringArrayValue
|
|
69
|
+
|
|
70
|
+
raise ValueError(f"Invalid variant type tag value: {self.variantValueType}")
|
|
71
|
+
|
|
72
|
+
@staticmethod
|
|
73
|
+
def from_binary(data_bytes: bytes) -> 'TestVariantWireFormat':
|
|
74
|
+
"""" Deserialize a binary representation of this class. """
|
|
75
|
+
data = zaber_bson.loads(data_bytes) # type: Dict[str, Any]
|
|
76
|
+
return TestVariantWireFormat.from_dict(data)
|
|
77
|
+
|
|
78
|
+
def to_binary(self) -> bytes:
|
|
79
|
+
"""" Serialize this class to a binary representation. """
|
|
80
|
+
self.validate()
|
|
81
|
+
return zaber_bson.dumps(self.to_dict()) # type: ignore
|
|
82
|
+
|
|
83
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
84
|
+
d: Dict[str, Any] = {
|
|
85
|
+
'variantValueType': self.variantValueType,
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
if self.variantValueType == 'AxisType':
|
|
89
|
+
d['axisTypeValue'] = self.axisTypeValue.value
|
|
90
|
+
elif self.variantValueType == 'IoPortLabel':
|
|
91
|
+
d['ioPortLabelValue'] = self.ioPortLabelValue.to_dict()
|
|
92
|
+
elif self.variantValueType == 'int32':
|
|
93
|
+
d['int32Value'] = int(self.int32Value)
|
|
94
|
+
elif self.variantValueType == 'optionalDouble':
|
|
95
|
+
d['optionalDoubleValue'] = float(self.optionalDoubleValue) if self.optionalDoubleValue is not None else None
|
|
96
|
+
elif self.variantValueType == 'stringArray':
|
|
97
|
+
d['stringArrayValue'] = [str(item or '') for item in self.stringArrayValue] if self.stringArrayValue is not None else []
|
|
98
|
+
else:
|
|
99
|
+
raise ValueError(f"Invalid variant type tag {self.variantValueType} value")
|
|
100
|
+
|
|
101
|
+
return d
|
|
102
|
+
|
|
103
|
+
@staticmethod
|
|
104
|
+
def from_dict(data: Dict[str, Any]) -> 'TestVariantWireFormat':
|
|
105
|
+
tag = data.get('variantValueType')
|
|
106
|
+
if tag == 'AxisType':
|
|
107
|
+
return TestVariantWireFormat(AxisType(data.get('axisTypeValue'))) # type: ignore
|
|
108
|
+
if tag == 'IoPortLabel':
|
|
109
|
+
return TestVariantWireFormat(IoPortLabel.from_dict(data.get('ioPortLabelValue'))) # type: ignore
|
|
110
|
+
if tag == 'int32':
|
|
111
|
+
return TestVariantWireFormat(data.get('int32Value')) # type: ignore
|
|
112
|
+
if tag == 'optionalDouble':
|
|
113
|
+
return TestVariantWireFormat(data.get('optionalDoubleValue')) # type: ignore
|
|
114
|
+
if tag == 'stringArray':
|
|
115
|
+
return TestVariantWireFormat(data.get('stringArrayValue')) # type: ignore
|
|
116
|
+
|
|
117
|
+
raise ValueError(f"Invalid variant type tag {tag} in response data")
|
|
118
|
+
|
|
119
|
+
def validate(self) -> None:
|
|
120
|
+
"""" Validates the properties of the instance. """
|
|
121
|
+
if self.variantValueType == 'AxisType':
|
|
122
|
+
if self.axisTypeValue is None:
|
|
123
|
+
raise ValueError(f'Property "AxisType" of "TestVariant" is None.')
|
|
124
|
+
|
|
125
|
+
if not isinstance(self.axisTypeValue, AxisType):
|
|
126
|
+
raise ValueError(f'Property "AxisType" of "TestVariant" is not an instance of "AxisType".')
|
|
127
|
+
|
|
128
|
+
elif self.variantValueType == 'IoPortLabel':
|
|
129
|
+
if self.ioPortLabelValue is None:
|
|
130
|
+
raise ValueError(f'Property "IoPortLabel" of "TestVariant" is None.')
|
|
131
|
+
|
|
132
|
+
if not isinstance(self.ioPortLabelValue, IoPortLabel):
|
|
133
|
+
raise ValueError(f'Property "IoPortLabel" of "TestVariant" is not an instance of "IoPortLabel".')
|
|
134
|
+
|
|
135
|
+
self.ioPortLabelValue.validate()
|
|
136
|
+
|
|
137
|
+
elif self.variantValueType == 'int32':
|
|
138
|
+
if self.int32Value is None:
|
|
139
|
+
raise ValueError(f'Property "int32" of "TestVariant" is None.')
|
|
140
|
+
|
|
141
|
+
if not isinstance(self.int32Value, (int, float, decimal.Decimal)):
|
|
142
|
+
raise ValueError(f'Property "int32" of "TestVariant" is not a number.')
|
|
143
|
+
|
|
144
|
+
if int(self.int32Value) != self.int32Value:
|
|
145
|
+
raise ValueError(f'Property "int32" of "TestVariant" is not integer value.')
|
|
146
|
+
|
|
147
|
+
elif self.variantValueType == 'optionalDouble':
|
|
148
|
+
if self.optionalDoubleValue is not None:
|
|
149
|
+
if not isinstance(self.optionalDoubleValue, (int, float, decimal.Decimal)):
|
|
150
|
+
raise ValueError(f'Property "optionalDouble" of "TestVariant" is not a number.')
|
|
151
|
+
|
|
152
|
+
elif self.variantValueType == 'stringArray':
|
|
153
|
+
if self.stringArrayValue is not None:
|
|
154
|
+
if not isinstance(self.stringArrayValue, Iterable):
|
|
155
|
+
raise ValueError('Property "stringArray" of "TestVariant" is not iterable.')
|
|
156
|
+
|
|
157
|
+
for i, stringArrayValue_item in enumerate(self.stringArrayValue):
|
|
158
|
+
if stringArrayValue_item is not None:
|
|
159
|
+
if not isinstance(stringArrayValue_item, str):
|
|
160
|
+
raise ValueError(f'Item {i} in property "stringArray" of "TestVariant" is not a string.')
|
|
@@ -167,11 +167,13 @@ class Library:
|
|
|
167
167
|
@staticmethod
|
|
168
168
|
def check_version() -> None:
|
|
169
169
|
"""
|
|
170
|
+
Deprecated: Calling this function is no longer necessary as the check happens automatically.
|
|
171
|
+
|
|
170
172
|
Throws an error if the version of the loaded shared library does not match the caller's version.
|
|
171
173
|
"""
|
|
172
174
|
request = dto.CheckVersionRequest(
|
|
173
175
|
host="py",
|
|
174
|
-
version="8.0.
|
|
176
|
+
version="8.0.4",
|
|
175
177
|
)
|
|
176
178
|
call_sync("library/check_version", request)
|
|
177
179
|
|
|
@@ -130,10 +130,10 @@ class Units(Enum):
|
|
|
130
130
|
FREQUENCY_NANOHERTZ = 'Frequency:nanohertz'
|
|
131
131
|
|
|
132
132
|
|
|
133
|
-
UnitsAndLiterals = Union[Units, Literal["m", "cm", "mm", "µm", "um", "μm", "nm", "in", "m/s", "cm/s", "mm/s", "µm/s", "um/s", "μm/s", "nm/s", "in/s", "m/s²", "m/s^2", "cm/s²", "cm/s^2", "mm/s²", "mm/s^2", "µm/s²", "um/s^2", "μm/s²", "nm/s²", "nm/s^2", "in/s²", "in/s^2", "°", "deg", "rad", "°/s", "deg/s", "rad/s", "°/s²", "deg/s^2", "rad/s²", "rad/s^2", "%", "s", "ms", "µs", "us", "μs", "GHz", "MHz", "kHz", "Hz", "mHz", "µHz", "uHz", "μHz", "nHz"]]
|
|
133
|
+
UnitsAndLiterals = Union[Units, Literal["m", "cm", "mm", "µm", "um", "μm", "nm", "in", "m/s", "cm/s", "mm/s", "µm/s", "um/s", "μm/s", "nm/s", "in/s", "m/s²", "m/s^2", "cm/s²", "cm/s^2", "mm/s²", "mm/s^2", "µm/s²", "um/s^2", "μm/s²", "nm/s²", "nm/s^2", "in/s²", "in/s^2", "°", "deg", "rad", "°/s", "deg/s", "rad/s", "°/s²", "deg/s^2", "r/s²", "r/s^2", "rad/s²", "rad/s^2", "%", "s", "ms", "µs", "us", "μs", "GHz", "MHz", "kHz", "Hz", "mHz", "µHz", "uHz", "μHz", "nHz"]]
|
|
134
134
|
LengthUnits = Union[Units, Literal["m", "cm", "mm", "µm", "um", "μm", "nm", "in", "°", "deg", "rad"]]
|
|
135
135
|
VelocityUnits = Union[Units, Literal["m/s", "cm/s", "mm/s", "µm/s", "um/s", "μm/s", "nm/s", "in/s", "°/s", "deg/s", "rad/s"]]
|
|
136
|
-
AccelerationUnits = Union[Units, Literal["m/s²", "m/s^2", "cm/s²", "cm/s^2", "mm/s²", "mm/s^2", "µm/s²", "um/s^2", "μm/s²", "nm/s²", "nm/s^2", "in/s²", "in/s^2", "°/s²", "deg/s^2", "rad/s²", "rad/s^2"]]
|
|
136
|
+
AccelerationUnits = Union[Units, Literal["m/s²", "m/s^2", "cm/s²", "cm/s^2", "mm/s²", "mm/s^2", "µm/s²", "um/s^2", "μm/s²", "nm/s²", "nm/s^2", "in/s²", "in/s^2", "°/s²", "deg/s^2", "r/s²", "r/s^2", "rad/s²", "rad/s^2"]]
|
|
137
137
|
TimeUnits = Union[Units, Literal["s", "ms", "µs", "us", "μs"]]
|
|
138
138
|
FrequencyUnits = Union[Units, Literal["GHz", "MHz", "kHz", "Hz", "mHz", "µHz", "uHz", "μHz", "nHz"]]
|
|
139
139
|
|
|
@@ -175,6 +175,8 @@ LITERALS_TO_UNITS = {
|
|
|
175
175
|
"rad/s": Units.ANGULAR_VELOCITY_RADIANS_PER_SECOND,
|
|
176
176
|
"°/s²": Units.ANGULAR_ACCELERATION_DEGREES_PER_SECOND_SQUARED,
|
|
177
177
|
"deg/s^2": Units.ANGULAR_ACCELERATION_DEGREES_PER_SECOND_SQUARED,
|
|
178
|
+
"r/s²": Units.ANGULAR_ACCELERATION_RADIANS_PER_SECOND_SQUARED,
|
|
179
|
+
"r/s^2": Units.ANGULAR_ACCELERATION_RADIANS_PER_SECOND_SQUARED,
|
|
178
180
|
"rad/s²": Units.ANGULAR_ACCELERATION_RADIANS_PER_SECOND_SQUARED,
|
|
179
181
|
"rad/s^2": Units.ANGULAR_ACCELERATION_RADIANS_PER_SECOND_SQUARED,
|
|
180
182
|
"%": Units.PERCENT_PERCENT,
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
# ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== #
|
|
2
|
+
# ============== DO NOT EDIT DIRECTLY ============== #
|
|
3
|
+
|
|
4
|
+
from typing import List, Optional
|
|
5
|
+
from .call import call, call_async
|
|
6
|
+
from .dto import requests as dto
|
|
7
|
+
from .dto.requests import TestVariant
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class VariantTestApi:
|
|
11
|
+
"""
|
|
12
|
+
Test case for certain library features. Not public API; do not use.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
@staticmethod
|
|
16
|
+
def mutate_variant(
|
|
17
|
+
the_variant: TestVariant
|
|
18
|
+
) -> Optional[TestVariant]:
|
|
19
|
+
"""
|
|
20
|
+
Tests serialization of variants.
|
|
21
|
+
|
|
22
|
+
Args:
|
|
23
|
+
the_variant: Test value to modify and return.
|
|
24
|
+
|
|
25
|
+
Returns:
|
|
26
|
+
Mutated input value.
|
|
27
|
+
"""
|
|
28
|
+
request = dto.TestDtoWithVariants(
|
|
29
|
+
the_variant=the_variant,
|
|
30
|
+
)
|
|
31
|
+
response = call(
|
|
32
|
+
"test/mutate_variant",
|
|
33
|
+
request,
|
|
34
|
+
dto.TestDtoWithVariants.from_binary)
|
|
35
|
+
return response.the_variant
|
|
36
|
+
|
|
37
|
+
@staticmethod
|
|
38
|
+
async def mutate_variant_async(
|
|
39
|
+
the_variant: TestVariant
|
|
40
|
+
) -> Optional[TestVariant]:
|
|
41
|
+
"""
|
|
42
|
+
Tests serialization of variants.
|
|
43
|
+
|
|
44
|
+
Args:
|
|
45
|
+
the_variant: Test value to modify and return.
|
|
46
|
+
|
|
47
|
+
Returns:
|
|
48
|
+
Mutated input value.
|
|
49
|
+
"""
|
|
50
|
+
request = dto.TestDtoWithVariants(
|
|
51
|
+
the_variant=the_variant,
|
|
52
|
+
)
|
|
53
|
+
response = await call_async(
|
|
54
|
+
"test/mutate_variant",
|
|
55
|
+
request,
|
|
56
|
+
dto.TestDtoWithVariants.from_binary)
|
|
57
|
+
return response.the_variant
|
|
58
|
+
|
|
59
|
+
@staticmethod
|
|
60
|
+
def mutate_variant_array(
|
|
61
|
+
variant_array: List[TestVariant]
|
|
62
|
+
) -> List[TestVariant]:
|
|
63
|
+
"""
|
|
64
|
+
Tests serialization of arrays of variants.
|
|
65
|
+
|
|
66
|
+
Args:
|
|
67
|
+
variant_array: Test values to modify and return.
|
|
68
|
+
|
|
69
|
+
Returns:
|
|
70
|
+
Mutated input values.
|
|
71
|
+
"""
|
|
72
|
+
request = dto.TestDtoWithVariants(
|
|
73
|
+
variant_array=variant_array,
|
|
74
|
+
)
|
|
75
|
+
response = call(
|
|
76
|
+
"test/mutate_variant",
|
|
77
|
+
request,
|
|
78
|
+
dto.TestDtoWithVariants.from_binary)
|
|
79
|
+
return response.variant_array
|
|
80
|
+
|
|
81
|
+
@staticmethod
|
|
82
|
+
async def mutate_variant_array_async(
|
|
83
|
+
variant_array: List[TestVariant]
|
|
84
|
+
) -> List[TestVariant]:
|
|
85
|
+
"""
|
|
86
|
+
Tests serialization of arrays of variants.
|
|
87
|
+
|
|
88
|
+
Args:
|
|
89
|
+
variant_array: Test values to modify and return.
|
|
90
|
+
|
|
91
|
+
Returns:
|
|
92
|
+
Mutated input values.
|
|
93
|
+
"""
|
|
94
|
+
request = dto.TestDtoWithVariants(
|
|
95
|
+
variant_array=variant_array,
|
|
96
|
+
)
|
|
97
|
+
response = await call_async(
|
|
98
|
+
"test/mutate_variant",
|
|
99
|
+
request,
|
|
100
|
+
dto.TestDtoWithVariants.from_binary)
|
|
101
|
+
return response.variant_array
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "8.0.4"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: zaber_motion
|
|
3
|
-
Version: 8.0.
|
|
3
|
+
Version: 8.0.4
|
|
4
4
|
Summary: An official library for communicating with Zaber devices.
|
|
5
5
|
Author-email: "Zaber Technologies Inc." <contact@zaber.com>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -2127,7 +2127,7 @@ Project-URL: Homepage, https://www.zaber.com/software
|
|
|
2127
2127
|
Project-URL: Documentation, https://software.zaber.com/motion-library
|
|
2128
2128
|
Project-URL: Repository, https://gitlab.com/ZaberTech/zaber-motion-lib
|
|
2129
2129
|
Project-URL: Issues, https://gitlab.com/ZaberTech/zaber-motion-lib/-/issues
|
|
2130
|
-
Project-URL: Changelog, https://
|
|
2130
|
+
Project-URL: Changelog, https://software.zaber.com/motion-library/docs/support/changelog
|
|
2131
2131
|
Keywords: zaber,motion control,linear actuators,rotary stages
|
|
2132
2132
|
Classifier: Development Status :: 5 - Production/Stable
|
|
2133
2133
|
Classifier: Intended Audience :: Developers
|
|
@@ -21,6 +21,7 @@ zaber_motion/serialization.py
|
|
|
21
21
|
zaber_motion/tools.py
|
|
22
22
|
zaber_motion/unit_table.py
|
|
23
23
|
zaber_motion/units.py
|
|
24
|
+
zaber_motion/variant_test_api.py
|
|
24
25
|
zaber_motion/version.py
|
|
25
26
|
zaber_motion.egg-info/PKG-INFO
|
|
26
27
|
zaber_motion.egg-info/SOURCES.txt
|
|
@@ -375,11 +376,13 @@ zaber_motion/dto/requests/stream_wait_request.py
|
|
|
375
376
|
zaber_motion/dto/requests/stream_wait_until_idle_request.py
|
|
376
377
|
zaber_motion/dto/requests/string_array_response.py
|
|
377
378
|
zaber_motion/dto/requests/string_response.py
|
|
379
|
+
zaber_motion/dto/requests/test_dto_with_variants.py
|
|
378
380
|
zaber_motion/dto/requests/test_event.py
|
|
379
381
|
zaber_motion/dto/requests/test_request.py
|
|
380
382
|
zaber_motion/dto/requests/test_request_complex.py
|
|
381
383
|
zaber_motion/dto/requests/test_response.py
|
|
382
384
|
zaber_motion/dto/requests/test_response_long.py
|
|
385
|
+
zaber_motion/dto/requests/test_variant.py
|
|
383
386
|
zaber_motion/dto/requests/toggle_device_db_store_request.py
|
|
384
387
|
zaber_motion/dto/requests/tools_list_serial_ports_response.py
|
|
385
388
|
zaber_motion/dto/requests/translator_create_from_device_request.py
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "8.0.2"
|
|
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
|