Zach Hindes

Results 6 issues of Zach Hindes

- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nidaqmx-python/blob/master/CONTRIBUTING.md). ### What does this Pull Request accomplish? * Remove auto-generated sphinx documentation comments * Pull documentation config from pyproject.toml * Reverse release/version -...

_Note: this is a **VERY** uncommon use-case. We can probably ignore this for a bit, and nobody would notice. We didn't for a long time!_ DAQmx supports having multiple Counter...

The current signature: ```python def add_ai_rosette_strain_gage_chan( self, physical_channel, rosette_type, gage_orientation, rosette_meas_types, name_to_assign_to_channel="", min_val=-0.001, max_val=0.001, strain_config=StrainGageBridgeType.QUARTER_BRIDGE_I, voltage_excit_source=ExcitationSource.INTERNAL, voltage_excit_val=2.5, gage_factor=2.0, nominal_gage_resistance=350.0, poisson_ratio=0.3, lead_wire_resistance=0.0): ``` The docstring says: ```python rosette_meas_types (List[int]): Specifies information...

The [generated code](https://github.com/ni/grpc-device/blob/b9411094bd655c1a71883b16ab40b38cd5dd98bf/generated/nidcpower/nidcpower_service.cpp#L4192) links the sizes of 'values' and 'source delays', but 'source delays' is optional and can be omitted entirely. For example, in LabVIEW it is an optional parameter:...

The [NI Driver ADE Support and Compatibility Policy](https://dev.azure.com/ni/DevCentral/_git/Policy?path=/product_and_technology/Driver-ADE-Support.md&_a=preview) (internal link, sorry), states that we support: > Major versions [supported on python.org](https://www.python.org/downloads/) that are not [EOL](https://devguide.python.org/devcycle/#end-of-life-branches). Per [Status of Python versions](https://devguide.python.org/versions/#versions)...

# Bug Report These tests (tests/component/task/test_out_stream_write_properties.py) use a simulated PXIe-4322 ("aoTester") to validate basic functionality of runtime-checked attributes. * `test___ao_current_task___get_bool_property___returns_default_value` * `test___ao_current_task___get_string_list_property___returns_default_value` We assume it will always return false (and...

bug