nodes module

nodes.node(limit=100, offset=0, **kwargs)

Get OBIS nodes

Parameters:
  • limit – [Fixnum] Number of results to return. Default: 1000
  • offset – [Fixnum] Start at record. Default: 0
Returns:

A dictionary

Usage:

from pyobis import nodes
nodes.node()
nodes.node(limit = 3)
nodes.node(limit = 3, offset = 1)