:mod:`sl3` --- |short_port_name| API ==================================== This module provides the Application Programming Interface for |short_port_name|. It consists of functions that provide access to the embedded systems. List of functions ################# :func:`ascii_time` :func:`ascii_time_hms` :func:`batt` :func:`bin6` :func:`bin_to_str` :func:`bit_convert` :func:`bytes_to_str` :func:`clear_stats` :func:`command_line` :func:`crc` :func:`crc_dnp` :func:`crc_kermit` :func:`crc_modbus` :func:`crc_ssp` :func:`crc_xmodem` :func:`digital_input_sample` :func:`get_api_version` :func:`index` :func:`internal_temp` :func:`is_being_tested` :func:`is_clock_updated` :func:`is_meas_valid` :func:`is_scheduled` :func:`lock` :func:`meas_as_index` :func:`meas_as_reading` :func:`meas_do_not_log` :func:`meas_find_index` :func:`meas_find_label` :func:`meas_log_this` :func:`meas_make_valid` :func:`meas_make_invalid` :func:`measure` :func:`output_control` :func:`output_sample` :func:`power_control` :func:`power_sample` :func:`reset_count` :func:`seconds_since_midnight` :func:`setup_read` :func:`setup_write` :func:`sgn` :func:`sl3_hms_to_seconds` :func:`sl3_time_to_seconds` :func:`str_to_bytes` :func:`time_scheduled` :func:`tls` :func:`trigger_meas` :func:`trigger_script_task` :func:`trigger_tx` :func:`unlock` :func:`ver` :func:`ver_boot` :func:`wait_for` List of classes ############### :class:`Log` :class:`Reading` :class:`Serial_number` Functions and classes ##################### .. automodule:: sl3 :synopsis: |short_port_name| API :members: :undoc-members: :special-members: __init__