You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add specific implementation for get_fir_filter_coefficients()
Is not like the rest of the ivi-dance functions
Not worth torqueing the code generator around to support this one use case
* Enable and fix get_fir_filter_coefficients test
* Don't try to use generated documentation
* Don't ise generated documentation
* Update generated files
* Update changelog
* Disable get_fir_filter_coefficients()
* Update changelog
* Update generated files
* Disable get_fir_filter_coefficients() test
* Update comments to be explicit about applying only once OSP supported
'GetFIRFilterCoefficients': { 'codegen_method': 'no', }, # Removed - applies to OSP only #596 - If this is removed, the commented out snippet below needs to be added back to templates to use
63
64
'AdjustSampleClockRelativeDelay': { 'codegen_method': 'no', }, # This is used internally by NI-TClk, but not by end users.
64
65
'.etAttributeViInt64': { 'codegen_method': 'no', }, # NI-FGEN has no ViInt64 attributes.
65
66
'GetExtCalLastDateAndTime': { 'codegen_method': 'private', 'method_name_for_documentation': 'get_ext_cal_last_date_and_time', }, # 'GetLastExtCalLastDateAndTime' Public wrapper to allow datetime
0 commit comments