simetrix.GridOptions

class simetrix.GridOptions(*values)

Bases: Enum

Enum for specifying options for creating a new Graph grid.

Attributes

DETACHED

Grid built with a detached x-axis.

DIGITAL

Build a digital grid.

DETACHED = 0

Grid built with a detached x-axis. A detached x-axis is independent and does not track other x-axes in the same graph sheet

DIGITAL = 1

Build a digital grid. Digital grids are lower height and designed to display digital waveforms.