itasca.sel.cable

Functions and classes for working with hybrid bolts.

Functions

itasca.sel.cable.count() → int.

Get the number of hybrid bolts.

itasca.sel.cable.find(id: int) → hybrid object.

Get the hybrid bolt object with the given ID number.

itasca.sel.cable.list() → hybrid bolt iterator object.

Get a cable iterator object.

itasca.sel.cable.maxid() → int.

Get the maximum hybrid bolt ID.

Classes