itasca.rblock.template

Functions and classes for working with Itasca rblock templates.

Functions

itasca.rblock.template.count() → int.

Get the number of rblock templates.

itasca.rblock.template.find(template_name: str) → Template object.

Find a rblock template by name.

itasca.rblock.template.findpebble(pebble_id: int) → RBlock Template Pebble object.

Find the rblock template pebble with the given ID, in the rblock template.

itasca.rblock.template.list() → RBlock template iterator object.

Get a rblock template iterator object.

itasca.rblock.template.maxid() → int.

Get the maximum rblock templates ID.

Classes