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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
ALL
Added
Zip file per driver for all examples and any helper files
Link to zip file on examples documentation
Support for Python 3.8
Changed
import_attribute_configuration_buffer() now accepts list of numbers that are integers less than 255, array.array('b'), bytes, bytearray for configuration buffer - #1013
export_attribute_configuration_buffer() now returns bytes as the buffer type - #1013
Removed fetch_history_ram_cycle_pin_data and fetch_history_ram_scan_cycle_number. They are not needed since fetch_history_ram_cycle_information
was updated to return class instances that contains cycle pin data and scan cycle number - #1071
NI-TClk
Changed
Method parameters and properties that are time based now take or return a datetime.timedelta object
Removed
Ability to pass an integer as a session / session reference
nitclk.SessionReference.script_trigger_master_session removed - repeated capabilities not supported on nitclk attributes - #1221