Skip to content

Commit c040cff

Browse files
committed
feature: Add more APIs to L0 Sysman python binding
Related-To: NEO-18602 Added following APIs to python binding: 1. zesDevicePciGetProperties 2. zesDevicePciGetStats 3. zesDeviceEccAvailable 4. zesDeviceEccConfigurable 5. zesDeviceGetEccState 6. zesDeviceSetEccState 7. zesPowerGetLimitsExt 8. zesPowerSetLimitsExt 9. zesFrequencyGetAvailableClocks 10. zesFrequencyGetRange 11. zesFrequencySetRange 12. zesFrequencyGetThrottleTime 13. zesDevicePciGetState 14. zesPowerGetProperties Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
1 parent ca14367 commit c040cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/sysman/python/source/examples/pyzes_black_box_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ def test_power_module(device_handle, device_index):
10521052
if not check_rc(f"zesPowerSetLimitsExt(power {i})", rc):
10531053
return False
10541054

1055-
print_verbose(f" Set power limit successfully")
1055+
print_verbose(" Set power limit successfully")
10561056

10571057
return True
10581058

0 commit comments

Comments
 (0)