connect

Contents

connect#

method

B2900.connect(address: str = '', timeout: float = 1000.0) bool[source]#

Connects to and initializes the SMU.

Parameters:
addressstr

The IP address of the instrument.

timeoutint, optional

The device response timeout in milliseconds (default 1 ms). Pass None for infinite timeout.