Use the JLink class to interact with the J-Link C SDK
masterThe JLink class is the primary interface for interacting with the J-Link C SDK. It provides a Pythonic wrapper around native SDK functions.
Note that certain methods require specific preconditions, such as having a target device connected or an emulator connected. If these conditions are not met, the library will raise an exception rather than returning error codes.