Skip to content

Commit

Permalink
Update mdp_p906.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ElluIFX authored Dec 9, 2024
1 parent 0c446e4 commit 89dcea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdp_controller/mdp_p906.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def register_realtime_value_callback(self, callback: Callable[[list], None]):
Register a callback function to handle the realtime values of output in async mode.
Args:
callback (Callable[[list], None]): A function that takes a list of (voltage in mV, current in mA) as input.
callback (Callable[[list], None]): A function that takes a list of (voltage in V, current in A) as input.
Note:
The callback will be called in a separate thread. get_realtime_value() will also trigger the callback like request_realtime_value(), but in blocking mode.
Expand Down

0 comments on commit 89dcea9

Please sign in to comment.