From eb82527c72cbc62020b9f8cc4b07d77b10abcad6 Mon Sep 17 00:00:00 2001 From: Marcos Date: Mon, 9 Sep 2019 21:26:41 -0500 Subject: [PATCH] Regenerate on my Mac, so that the RST tables are recreated with the appropriate widths. The wrong widths were committed due to a string encoding mismatch (Cygwin system didn't treat text as UTF-8) (#1035) --- docs/nidmm/class.rst | 38 ++++++------ docs/nifgen/class.rst | 18 +++--- generated/nidcpower/session.py | 104 ++++++++++++++++----------------- generated/nidmm/session.py | 38 ++++++------ generated/nifgen/session.py | 18 +++--- 5 files changed, 108 insertions(+), 108 deletions(-) diff --git a/docs/nidmm/class.rst b/docs/nidmm/class.rst index 5c18f8081..ae0d0ade5 100644 --- a/docs/nidmm/class.rst +++ b/docs/nidmm/class.rst @@ -2783,25 +2783,25 @@ configure_rtd_type NI-DMM uses this value to set the RTD Type property. The default is :py:data:`~nidmm.RTDType.PT3851`. - +----------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | Enum | Standards | Material | TCR (α) | Typical R\ :sub:`0` (Ω) | Notes | | - +==================================+===============================================+==========+==========+==========================+============================================================================================+===============================+ - | Callendar-Van Dusen Coefficient | | | | | | | - +----------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | :py:data:`~nidmm.RTDType.PT3851` | IEC-751 DIN 43760 BS 1904 ASTM-E1137 EN-60751 | Platinum | .003851 | 100 Ω 1000 Ω | A = 3.9083 × 10\ :sup:`–3` B = –5.775×10:sup:`–7` C = –4.183×10:sup:`–12` | Most common RTDs | - +----------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | :py:data:`~nidmm.RTDType.PT3750` | Low-cost vendor compliant RTD\* | Platinum | .003750 | 1000 Ω | A = 3.81 × 10\ :sup:`–3` B = –6.02×10:sup:`–7` C = –6.0×10:sup:`–12` | Low-cost RTD | - +----------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | :py:data:`~nidmm.RTDType.PT3916` | JISC 1604 | Platinum | .003916 | 100 Ω | A = 3.9739 × 10\ :sup:`–3` B = –5.870×10:sup:`–7` C = –4.4 ×10\ :sup:`–12` | Used in primarily in Japan | - +----------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | :py:data:`~nidmm.RTDType.PT3920` | US Industrial Standard D-100 American | Platinum | .003920 | 100 Ω | A = 3.9787 × 10\ :sup:`–3` B = –5.8686×10:sup:`–7` C = –4.167 ×10\ :sup:`–12` | Low-cost RTD | - +----------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | :py:data:`~nidmm.RTDType.PT3911` | US Industrial Standard American | Platinum | .003911 | 100 Ω | A = 3.9692 × 10\ :sup:`–3` B = –5.8495×10:sup:`–7` C = –4.233 ×10\ :sup:`–12` | Low-cost RTD | - +----------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | :py:data:`~nidmm.RTDType.PT3928` | ITS-90 | Platinum | .003928 | 100 Ω | A = 3.9888 × 10\ :sup:`–3` B = –5.915×10:sup:`–7` C = –3.85 ×10\ :sup:`–12` | The definition of temperature | - +----------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | \*No standard. Check the TCR. | | | | | | | - +----------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ + +----------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | Enum | Standards | Material | TCR (α) | Typical R\ :sub:`0` (Ω) | Notes | | + +==================================+===============================================+==========+=========+=========================+===============================================================================+===============================+ + | Callendar-Van Dusen Coefficient | | | | | | | + +----------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | :py:data:`~nidmm.RTDType.PT3851` | IEC-751 DIN 43760 BS 1904 ASTM-E1137 EN-60751 | Platinum | .003851 | 100 Ω 1000 Ω | A = 3.9083 × 10\ :sup:`–3` B = –5.775×10:sup:`–7` C = –4.183×10:sup:`–12` | Most common RTDs | + +----------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | :py:data:`~nidmm.RTDType.PT3750` | Low-cost vendor compliant RTD\* | Platinum | .003750 | 1000 Ω | A = 3.81 × 10\ :sup:`–3` B = –6.02×10:sup:`–7` C = –6.0×10:sup:`–12` | Low-cost RTD | + +----------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | :py:data:`~nidmm.RTDType.PT3916` | JISC 1604 | Platinum | .003916 | 100 Ω | A = 3.9739 × 10\ :sup:`–3` B = –5.870×10:sup:`–7` C = –4.4 ×10\ :sup:`–12` | Used in primarily in Japan | + +----------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | :py:data:`~nidmm.RTDType.PT3920` | US Industrial Standard D-100 American | Platinum | .003920 | 100 Ω | A = 3.9787 × 10\ :sup:`–3` B = –5.8686×10:sup:`–7` C = –4.167 ×10\ :sup:`–12` | Low-cost RTD | + +----------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | :py:data:`~nidmm.RTDType.PT3911` | US Industrial Standard American | Platinum | .003911 | 100 Ω | A = 3.9692 × 10\ :sup:`–3` B = –5.8495×10:sup:`–7` C = –4.233 ×10\ :sup:`–12` | Low-cost RTD | + +----------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | :py:data:`~nidmm.RTDType.PT3928` | ITS-90 | Platinum | .003928 | 100 Ω | A = 3.9888 × 10\ :sup:`–3` B = –5.915×10:sup:`–7` C = –3.85 ×10\ :sup:`–12` | The definition of temperature | + +----------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | \*No standard. Check the TCR. | | | | | | | + +----------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ :type rtd_type: :py:data:`nidmm.RTDType` diff --git a/docs/nifgen/class.rst b/docs/nifgen/class.rst index 70d34d60d..0c97973ad 100644 --- a/docs/nifgen/class.rst +++ b/docs/nifgen/class.rst @@ -5338,11 +5338,11 @@ create_waveform_from_file_f64 | | ****Default Value**:** :py:data:`~nifgen.ByteOrder.LITTLE` - +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ + +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:data:`~nifgen.ByteOrder.LITTLE` | Little Endian Data—The least significant bit is stored at the lowest address, followed by the other bits, in order of increasing significance. | - +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ + +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:data:`~nifgen.ByteOrder.BIG` | Big Endian Data—The most significant bit is stored at the lowest address, followed by the other bits, in order of decreasing significance. | - +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ + +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ .. note:: Data written by most applications in Windows (including LabWindows™/CVI™) is in Little Endian format. Data written to a file @@ -5414,11 +5414,11 @@ create_waveform_from_file_i16 | | ****Default Value**:** :py:data:`~nifgen.ByteOrder.LITTLE` - +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ + +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:data:`~nifgen.ByteOrder.LITTLE` | Little Endian Data—The least significant bit is stored at the lowest address, followed by the other bits, in order of increasing significance. | - +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ + +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:data:`~nifgen.ByteOrder.BIG` | Big Endian Data—The most significant bit is stored at the lowest address, followed by the other bits, in order of decreasing significance. | - +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ + +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ .. note:: Data written by most applications in Windows (including LabWindows™/CVI™) is in Little Endian format. Data written to a file @@ -5798,11 +5798,11 @@ get_self_cal_supported ****Defined Values**** - +-------+--------------------------------------+ + +-------+------------------------------------+ | True | Self–calibration is supported. | - +-------+--------------------------------------+ + +-------+------------------------------------+ | False | Self–calibration is not supported. | - +-------+--------------------------------------+ + +-------+------------------------------------+ diff --git a/generated/nidcpower/session.py b/generated/nidcpower/session.py index 1e0d3ebf9..6b7a5d1d5 100644 --- a/generated/nidcpower/session.py +++ b/generated/nidcpower/session.py @@ -3916,109 +3916,109 @@ def _create_advanced_sequence(self, sequence_name, attribute_ids, set_as_active_ +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ | Property | PXIe-4135 | PXIe-4136 | PXIe-4137 | PXIe-4138 | PXIe-4139 | PXIe-4140/4142/4144 | PXIe-4141/4143/4145 | PXIe-4162/4163 | +================================+===========+===========+===========+===========+===========+=====================+=====================+================+ - | dc_noise_rejection | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✕ | ✓ | + | dc_noise_rejection | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✕ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | aperture_time | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | aperture_time | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | measure_record_length | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | measure_record_length | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | sense | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | sense | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | ovp_enabled | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | ✕ | ✕ | + | ovp_enabled | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | ovp_limit | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | ✕ | ✕ | + | ovp_limit | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_bias_delay | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_bias_delay | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_off_time | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_off_time | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_on_time | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_on_time | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | source_delay | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | source_delay | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | current_compensation_frequency | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✓ | + | current_compensation_frequency | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | current_gain_bandwidth | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✓ | + | current_gain_bandwidth | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | current_pole_zero_ratio | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✓ | + | current_pole_zero_ratio | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | voltage_compensation_frequency | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✓ | + | voltage_compensation_frequency | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | voltage_gain_bandwidth | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✓ | + | voltage_gain_bandwidth | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | voltage_pole_zero_ratio | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✓ | + | voltage_pole_zero_ratio | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | current_level | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | current_level | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | current_level_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | current_level_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | voltage_limit | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | voltage_limit | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | voltage_limit_high | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | + | voltage_limit_high | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | voltage_limit_low | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | + | voltage_limit_low | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | voltage_limit_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | voltage_limit_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | current_limit | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | current_limit | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | current_limit_high | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | + | current_limit_high | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | current_limit_low | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | + | current_limit_low | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | current_limit_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | current_limit_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | voltage_level | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | voltage_level | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | voltage_level_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | voltage_level_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | output_enabled | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | output_enabled | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | output_function | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | output_function | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | output_resistance | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | + | output_resistance | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | ✓ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_bias_current_level | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_bias_current_level | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_bias_voltage_limit | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_bias_voltage_limit | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_bias_voltage_limit_high | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_bias_voltage_limit_high | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_bias_voltage_limit_low | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_bias_voltage_limit_low | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_current_level | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_current_level | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_current_level_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_current_level_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_voltage_limit | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_voltage_limit | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_voltage_limit_high | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_voltage_limit_high | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_voltage_limit_low | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_voltage_limit_low | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_voltage_limit_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_voltage_limit_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_bias_current_limit | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_bias_current_limit | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_bias_current_limit_high | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_bias_current_limit_high | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_bias_current_limit_low | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_bias_current_limit_low | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_bias_voltage_level | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_bias_voltage_level | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_current_limit | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_current_limit | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_current_limit_high | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_current_limit_high | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_current_limit_low | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_current_limit_low | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_current_limit_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_current_limit_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_voltage_level | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_voltage_level | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | pulse_voltage_level_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | + | pulse_voltage_level_range | ✓ | ✓ | ✓ | ✓ | ✓ | ✕ | ✕ | ✕ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ - | transient_response | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | + | transient_response | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +--------------------------------+-----------+-----------+-----------+-----------+-----------+---------------------+---------------------+----------------+ set_as_active_sequence (bool): Specifies that this current sequence is active. diff --git a/generated/nidmm/session.py b/generated/nidmm/session.py index 17e76a026..f2794499e 100644 --- a/generated/nidmm/session.py +++ b/generated/nidmm/session.py @@ -1460,25 +1460,25 @@ def configure_rtd_type(self, rtd_type, rtd_resistance): NI-DMM uses this value to set the RTD Type property. The default is RTDType.PT3851. - +---------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | Enum | Standards | Material | TCR (α) | Typical R\ :sub:`0` (Ω) | Notes | | - +=================================+===============================================+==========+==========+==========================+============================================================================================+===============================+ - | Callendar-Van Dusen Coefficient | | | | | | | - +---------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | RTDType.PT3851 | IEC-751 DIN 43760 BS 1904 ASTM-E1137 EN-60751 | Platinum | .003851 | 100 Ω 1000 Ω | A = 3.9083 × 10\ :sup:`–3` B = –5.775×10:sup:`–7` C = –4.183×10:sup:`–12` | Most common RTDs | - +---------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | RTDType.PT3750 | Low-cost vendor compliant RTD\* | Platinum | .003750 | 1000 Ω | A = 3.81 × 10\ :sup:`–3` B = –6.02×10:sup:`–7` C = –6.0×10:sup:`–12` | Low-cost RTD | - +---------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | RTDType.PT3916 | JISC 1604 | Platinum | .003916 | 100 Ω | A = 3.9739 × 10\ :sup:`–3` B = –5.870×10:sup:`–7` C = –4.4 ×10\ :sup:`–12` | Used in primarily in Japan | - +---------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | RTDType.PT3920 | US Industrial Standard D-100 American | Platinum | .003920 | 100 Ω | A = 3.9787 × 10\ :sup:`–3` B = –5.8686×10:sup:`–7` C = –4.167 ×10\ :sup:`–12` | Low-cost RTD | - +---------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | RTDType.PT3911 | US Industrial Standard American | Platinum | .003911 | 100 Ω | A = 3.9692 × 10\ :sup:`–3` B = –5.8495×10:sup:`–7` C = –4.233 ×10\ :sup:`–12` | Low-cost RTD | - +---------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | RTDType.PT3928 | ITS-90 | Platinum | .003928 | 100 Ω | A = 3.9888 × 10\ :sup:`–3` B = –5.915×10:sup:`–7` C = –3.85 ×10\ :sup:`–12` | The definition of temperature | - +---------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ - | \*No standard. Check the TCR. | | | | | | | - +---------------------------------+-----------------------------------------------+----------+----------+--------------------------+--------------------------------------------------------------------------------------------+-------------------------------+ + +---------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | Enum | Standards | Material | TCR (α) | Typical R\ :sub:`0` (Ω) | Notes | | + +=================================+===============================================+==========+=========+=========================+===============================================================================+===============================+ + | Callendar-Van Dusen Coefficient | | | | | | | + +---------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | RTDType.PT3851 | IEC-751 DIN 43760 BS 1904 ASTM-E1137 EN-60751 | Platinum | .003851 | 100 Ω 1000 Ω | A = 3.9083 × 10\ :sup:`–3` B = –5.775×10:sup:`–7` C = –4.183×10:sup:`–12` | Most common RTDs | + +---------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | RTDType.PT3750 | Low-cost vendor compliant RTD\* | Platinum | .003750 | 1000 Ω | A = 3.81 × 10\ :sup:`–3` B = –6.02×10:sup:`–7` C = –6.0×10:sup:`–12` | Low-cost RTD | + +---------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | RTDType.PT3916 | JISC 1604 | Platinum | .003916 | 100 Ω | A = 3.9739 × 10\ :sup:`–3` B = –5.870×10:sup:`–7` C = –4.4 ×10\ :sup:`–12` | Used in primarily in Japan | + +---------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | RTDType.PT3920 | US Industrial Standard D-100 American | Platinum | .003920 | 100 Ω | A = 3.9787 × 10\ :sup:`–3` B = –5.8686×10:sup:`–7` C = –4.167 ×10\ :sup:`–12` | Low-cost RTD | + +---------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | RTDType.PT3911 | US Industrial Standard American | Platinum | .003911 | 100 Ω | A = 3.9692 × 10\ :sup:`–3` B = –5.8495×10:sup:`–7` C = –4.233 ×10\ :sup:`–12` | Low-cost RTD | + +---------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | RTDType.PT3928 | ITS-90 | Platinum | .003928 | 100 Ω | A = 3.9888 × 10\ :sup:`–3` B = –5.915×10:sup:`–7` C = –3.85 ×10\ :sup:`–12` | The definition of temperature | + +---------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ + | \*No standard. Check the TCR. | | | | | | | + +---------------------------------+-----------------------------------------------+----------+---------+-------------------------+-------------------------------------------------------------------------------+-------------------------------+ rtd_resistance (float): Specifies the RTD resistance in ohms at 0 °C. NI-DMM uses this value to set the RTD Resistance property. The default is 100 (Ω). diff --git a/generated/nifgen/session.py b/generated/nifgen/session.py index e96c1bcb4..16187762b 100644 --- a/generated/nifgen/session.py +++ b/generated/nifgen/session.py @@ -1606,11 +1606,11 @@ def create_waveform_from_file_f64(self, file_name, byte_order): | | ****Default Value**:** ByteOrder.LITTLE - +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ + +------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | ByteOrder.LITTLE | Little Endian Data—The least significant bit is stored at the lowest address, followed by the other bits, in order of increasing significance. | - +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ + +------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | ByteOrder.BIG | Big Endian Data—The most significant bit is stored at the lowest address, followed by the other bits, in order of decreasing significance. | - +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ + +------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ Note: Data written by most applications in Windows (including @@ -1670,11 +1670,11 @@ def create_waveform_from_file_i16(self, file_name, byte_order): | | ****Default Value**:** ByteOrder.LITTLE - +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ + +------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | ByteOrder.LITTLE | Little Endian Data—The least significant bit is stored at the lowest address, followed by the other bits, in order of increasing significance. | - +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ + +------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | ByteOrder.BIG | Big Endian Data—The most significant bit is stored at the lowest address, followed by the other bits, in order of decreasing significance. | - +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ + +------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ Note: Data written by most applications in Windows (including @@ -3858,11 +3858,11 @@ def get_self_cal_supported(self): ****Defined Values**** - +-------+--------------------------------------+ + +-------+------------------------------------+ | True | Self–calibration is supported. | - +-------+--------------------------------------+ + +-------+------------------------------------+ | False | Self–calibration is not supported. | - +-------+--------------------------------------+ + +-------+------------------------------------+ ''' vi_ctype = _visatype.ViSession(self._vi) # case S110