We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to ni/grpc-device#914, niscope 1.4.3 does not allow meas_wfm_size to be set for fetch_array_measurement in a MeasurementLink measurement plugin.
meas_wfm_size
fetch_array_measurement
Attempting to set meas_wfm_size will result in ValueError('The argument "meas_wfm_size" must be None when using gRPC.')
ValueError('The argument "meas_wfm_size" must be None when using gRPC.')
The text was updated successfully, but these errors were encountered:
Note: The fix requires NI gRPC Device Server 2023 Q2 or later. Earlier versions will return all samples, even if fewer are requested.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description of issue
Due to ni/grpc-device#914, niscope 1.4.3 does not allow
meas_wfm_size
to be set forfetch_array_measurement
in a MeasurementLink measurement plugin.Attempting to set
meas_wfm_size
will result inValueError('The argument "meas_wfm_size" must be None when using gRPC.')
The text was updated successfully, but these errors were encountered: