nidigital 0.5.0 and 1.2.1 of other modules
-
ALL
-
Added
-
Support for chained repeated capabilities. This allows things like
session.sites[0, 1].pins['PinA', 'PinB'].ppmu_voltage_level = 4
The repeated capabilities will be expanded to
'site0/PinA,site0/PinB,site1/PinA,site1/PinB'
-
-
-
NI-Digital Pattern Driver
-
Added
get_pattern_pin_names
- #1292- Support for
instruments
repeated capability in the following properties -instrument_firmware_revision
,serial_number
, andtiming_absolute_delay
- #1228 load_specifications_levels_and_timing
that allows loading of multiple specs, levels, and/or timing files in a single call - #1392get_channel_names
- #1386
-
Changed
- Change the type of applicable method parameters and properties to enums - #1066
get_site_pass_fail
returns dictionary where each key is a site number and value is a bool indicating pass/fail - #1297burst_pattern
returns dictionary where each key is a site number and value is a bool indicating pass/fail, ifwait_until_done
is specified asTrue
- #1296- Update enum types to match the API in other ADEs - #1330:
- Update the names of many enum types. See #1330 for the full list.
- Added
WriteStaticPinState
enum type and changed the parameter type ofwrite_static
method to the newly added enum. - Added
SoftwareTrigger
enum type and changed the parameter type ofsend_software_edge_trigger
method to the newly added enum.
- Update
fetch_history_ram_cycle_information
,get_history_ram_sample_count
, andis_site_enabled
to usesites
repeated capability - #1337 - Rename parameter
time_set
totime_set_name
in applicable time set methods - #1396 - Modified
unload_specifications
to allow unloading of one or more specs files in a single call - #1392 - In
load_pin_map
, changed parameter namepin_map_file_path
tofile_path
- #1393
-
Removed
get_pattern_pin_list
,get_pattern_pin_indexes
andget_pin_name
- #1292get_site_results_site_numbers
method andSiteResultType
enum - #1298reset_attribute
- #1364clear_error
- #1366clock_generator_initiate
- #1370load_specifications
,load_levels
, andload_timing
- #1392get_channel_name
andget_channel_name_from_string
- #1386
-
-
NI-TClk
-
Changed
- Version updated to 1.2.1 to match other released nimi-python modules
-