ShuffleboardTab

class wpilib.shuffleboard.ShuffleboardTab(root: wpilib.shuffleboard._shuffleboard._ShuffleboardRoot, title: str)

Bases: ShuffleboardContainer

Represents a tab in the Shuffleboard dashboard. Widgets can be added to the tab with Add(Sendable), Add(std::string_view, Object), and Add(String, Sendable). Widgets can also be added to layouts with GetLayout(std::string_view, std::string_view); layouts can be nested arbitrarily deep (note that too many levels may make deeper components unusable).

buildInto(parentTable: ntcore._ntcore.NetworkTable, metaTable: ntcore._ntcore.NetworkTable) None
getRoot() wpilib.shuffleboard._shuffleboard._ShuffleboardRoot