@@ -163,7 +163,7 @@ class _SessionBase(object):
163
163
The NI 4050 and NI 4060 are not supported.
164
164
'''
165
165
dc_bias = _attributes .AttributeViInt32 (1150053 )
166
- '''Type: bool
166
+ '''Type: int
167
167
168
168
For the NI 4072 only, controls the available DC bias for capacitance measurements.
169
169
'''
@@ -257,7 +257,7 @@ class _SessionBase(object):
257
257
The NI 4050 and NI 4060 are not supported.
258
258
'''
259
259
offset_comp_ohms = _attributes .AttributeViInt32 (1150023 )
260
- '''Type: bool
260
+ '''Type: int
261
261
262
262
For the NI 4070/4071/4072 only, enables or disables offset compensated ohms.
263
263
'''
@@ -1078,7 +1078,7 @@ def __init__(self, resource_name, id_query=False, reset_device=False, options={}
1078
1078
| Contains the **resource_name** of the device to initialize. The
1079
1079
**resource_name** is assigned in Measurement & Automation Explorer
1080
1080
(MAX). Refer to `Related
1081
- Documentation <related_documentation>`__
1081
+ Documentation <REPLACE_DRIVER_SPECIFIC_URL_1( related_documentation) >`__
1082
1082
for the *NI Digital Multimeters Getting Started Guide* for more
1083
1083
information about configuring and testing the DMM in MAX.
1084
1084
| Valid Syntax:
@@ -1214,7 +1214,7 @@ def configure_measurement_absolute(self, measurement_function, range, resolution
1214
1214
value that you are measuring. For example, you must type in 10 V if you
1215
1215
are measuring 9 V. **range** values are coerced up to the closest input
1216
1216
**range**. Refer to the `Devices
1217
- Overview <devices>`__ for a list of valid
1217
+ Overview <REPLACE_DRIVER_SPECIFIC_URL_1( devices) >`__ for a list of valid
1218
1218
ranges. The driver sets range to this value. The default is
1219
1219
0.02 V.
1220
1220
@@ -1281,7 +1281,7 @@ def configure_measurement_digits(self, measurement_function, range, resolution_d
1281
1281
that you are measuring. For example, you must type in 10 V if you are
1282
1282
measuring 9 V. range values are coerced up to the closest input range.
1283
1283
Refer to the `Devices
1284
- Overview <devices>`__ for a list of valid
1284
+ Overview <REPLACE_DRIVER_SPECIFIC_URL_1( devices) >`__ for a list of valid
1285
1285
ranges. The driver sets range to this value. The default is
1286
1286
0.02 V.
1287
1287
@@ -1301,7 +1301,7 @@ def configure_measurement_digits(self, measurement_function, range, resolution_d
1301
1301
One or more of the referenced values are not in the Python API for this driver. Enums that only define values, or represent True/False, have been removed.
1302
1302
1303
1303
resolution_digits (float): Specifies the resolution of the measurement in digits. The driver sets
1304
- the `Devices Overview <devices>`__ for a
1304
+ the `Devices Overview <REPLACE_DRIVER_SPECIFIC_URL_1( devices) >`__ for a
1305
1305
list of valid ranges. The driver sets resolution_digits
1306
1306
property to this value. The PXIe-4080/4081/4082 uses the resolution you
1307
1307
specify. The NI 4065 and NI 4070/4071/4072 ignore this parameter when
@@ -1339,9 +1339,9 @@ def configure_multi_point(self, trigger_count, sample_count, sample_trigger=enum
1339
1339
For continuous acquisitions, set trigger_count or
1340
1340
sample_count to zero. For more information, refer to
1341
1341
`Multiple Point
1342
- Acquisitions <multi_point>`__,
1343
- `Triggering <trigger>`__, and `Using
1344
- Switches <switch_selection>`__.
1342
+ Acquisitions <REPLACE_DRIVER_SPECIFIC_URL_1( multi_point) >`__,
1343
+ `Triggering <REPLACE_DRIVER_SPECIFIC_URL_1( trigger) >`__, and `Using
1344
+ Switches <REPLACE_DRIVER_SPECIFIC_URL_1( switch_selection) >`__.
1345
1345
1346
1346
Args:
1347
1347
trigger_count (int): Sets the number of triggers you want the DMM to receive before returning
@@ -1359,7 +1359,7 @@ def configure_multi_point(self, trigger_count, sample_count, sample_trigger=enum
1359
1359
Note:
1360
1360
To determine which values are supported by each device, refer to the
1361
1361
`LabWindows/CVI Trigger
1362
- Routing <cvitrigger_routing>`__ section.
1362
+ Routing <REPLACE_DRIVER_SPECIFIC_URL_1( cvitrigger_routing) >`__ section.
1363
1363
1364
1364
sample_interval (float in seconds or datetime.timedelta): Sets the amount of time in seconds the DMM waits between measurement
1365
1365
cycles. The driver sets sample_interval to this value.
@@ -1552,8 +1552,8 @@ def configure_trigger(self, trigger_source, trigger_delay=datetime.timedelta(sec
1552
1552
r'''configure_trigger
1553
1553
1554
1554
Configures the DMM **Trigger_Source** and **Trigger_Delay**. Refer to
1555
- `Triggering <trigger>`__ and `Using
1556
- Switches <switch_selection>`__ for more
1555
+ `Triggering <REPLACE_DRIVER_SPECIFIC_URL_1( trigger) >`__ and `Using
1556
+ Switches <REPLACE_DRIVER_SPECIFIC_URL_1( switch_selection) >`__ for more
1557
1557
information.
1558
1558
1559
1559
Args:
@@ -1565,7 +1565,7 @@ def configure_trigger(self, trigger_source, trigger_delay=datetime.timedelta(sec
1565
1565
Note:
1566
1566
To determine which values are supported by each device, refer to the
1567
1567
`LabWindows/CVI Trigger
1568
- Routing <cvitrigger_routing>`__ section.
1568
+ Routing <REPLACE_DRIVER_SPECIFIC_URL_1( cvitrigger_routing) >`__ section.
1569
1569
1570
1570
trigger_delay (float in seconds or datetime.timedelta): Specifies the time that the DMM waits after it has received a trigger
1571
1571
before taking a measurement. The driver sets the
@@ -1616,7 +1616,7 @@ def configure_waveform_acquisition(self, measurement_function, range, rate, wave
1616
1616
closest input **range**. The default is 10.0.
1617
1617
1618
1618
For valid ranges refer to the topics in
1619
- `Devices <devices>`__.
1619
+ `Devices <REPLACE_DRIVER_SPECIFIC_URL_1( devices) >`__.
1620
1620
1621
1621
Auto-ranging is not supported during waveform acquisitions.
1622
1622
@@ -1633,7 +1633,7 @@ def configure_waveform_acquisition(self, measurement_function, range, rate, wave
1633
1633
1634
1634
To calculate the maximum and minimum number of waveform points that you
1635
1635
can acquire in one acquisition, refer to the `Waveform Acquisition
1636
- Measurement Cycle <waveform_cycle>`__.
1636
+ Measurement Cycle <REPLACE_DRIVER_SPECIFIC_URL_1( waveform_cycle) >`__.
1637
1637
1638
1638
The default value is 500.
1639
1639
@@ -1695,10 +1695,10 @@ def export_attribute_configuration_buffer(self):
1695
1695
**Related Topics:**
1696
1696
1697
1697
`Using Properties and Properties with
1698
- NI‑DMM <properties>`__
1698
+ NI‑DMM <REPLACE_DRIVER_SPECIFIC_URL_1( properties) >`__
1699
1699
1700
1700
`Setting Properties Before Reading
1701
- Properties <setting_before_reading_attributes>`__
1701
+ Properties <REPLACE_DRIVER_SPECIFIC_URL_1( setting_before_reading_attributes) >`__
1702
1702
1703
1703
Note: Not supported on the PCMCIA‑4050 or the PXI/PCI‑4060.
1704
1704
'''
@@ -1747,10 +1747,10 @@ def export_attribute_configuration_file(self, file_path):
1747
1747
**Related Topics:**
1748
1748
1749
1749
`Using Properties and Properties with
1750
- NI‑DMM <properties>`__
1750
+ NI‑DMM <REPLACE_DRIVER_SPECIFIC_URL_1( properties) >`__
1751
1751
1752
1752
`Setting Properties Before Reading
1753
- Properties <setting_before_reading_attributes>`__
1753
+ Properties <REPLACE_DRIVER_SPECIFIC_URL_1( setting_before_reading_attributes) >`__
1754
1754
1755
1755
Note: Not supported on the PCMCIA‑4050 or the PXI/PCI‑4060.
1756
1756
@@ -2164,10 +2164,10 @@ def import_attribute_configuration_buffer(self, configuration):
2164
2164
**Related Topics:**
2165
2165
2166
2166
`Using Properties and Properties with
2167
- NI‑DMM <properties>`__
2167
+ NI‑DMM <REPLACE_DRIVER_SPECIFIC_URL_1( properties) >`__
2168
2168
2169
2169
`Setting Properties Before Reading
2170
- Properties <setting_before_reading_attributes>`__
2170
+ Properties <REPLACE_DRIVER_SPECIFIC_URL_1( setting_before_reading_attributes) >`__
2171
2171
2172
2172
Note: Not supported on the PCMCIA‑4050 or the PXI/PCI‑4060.
2173
2173
@@ -2212,7 +2212,7 @@ def import_attribute_configuration_file(self, file_path):
2212
2212
**Related Topics:**
2213
2213
2214
2214
`Using Properties and Properties with
2215
- NI‑DMM <properties>`__
2215
+ NI‑DMM <REPLACE_DRIVER_SPECIFIC_URL_1( properties) >`__
2216
2216
2217
2217
`Setting Properties Before Reading
2218
2218
Properties <javascript:LaunchHelp('DMM.chm::/setting_before_reading_attributes')>`__
@@ -2268,7 +2268,7 @@ def _init_with_options(self, resource_name, id_query=False, reset_device=False,
2268
2268
| Contains the **resource_name** of the device to initialize. The
2269
2269
**resource_name** is assigned in Measurement & Automation Explorer
2270
2270
(MAX). Refer to `Related
2271
- Documentation <related_documentation>`__
2271
+ Documentation <REPLACE_DRIVER_SPECIFIC_URL_1( related_documentation) >`__
2272
2272
for the *NI Digital Multimeters Getting Started Guide* for more
2273
2273
information about configuring and testing the DMM in MAX.
2274
2274
| Valid Syntax:
@@ -2313,7 +2313,7 @@ def _init_with_options(self, resource_name, id_query=False, reset_device=False,
2313
2313
leave any of them out (those left out use the default value).
2314
2314
2315
2315
Refer to `Simulating NI Digital
2316
- Multimeters <simulation>`__ for more
2316
+ Multimeters <REPLACE_DRIVER_SPECIFIC_URL_1( simulation) >`__ for more
2317
2317
information.
2318
2318
2319
2319
+------------------+--------------------+-------------------+----+
0 commit comments