Package nxt :: Module locator

Module locator

source code

Classes
  BrickNotFoundError
  NoBackendError
Functions
 
find_bricks(host=None, name=None)
Used by find_one_brick to look for bricks ***ADVANCED USERS ONLY***
source code
 
find_one_brick(host=None, name=None)
Use to find one brick.
source code
Variables
  __package__ = None
Function Details

find_one_brick(host=None, name=None)

source code 

Use to find one brick. After it returns a usbsock object or a bluesock object, use .connect() to connect to the brick, which returns a brick object.