NamedSendable

class wpilib.interfaces.NamedSendable[source]

Bases: wpilib.Sendable

The interface for sendable objects that gives the sendable a default name in the Smart Dashboard.

Deprecated since version 2018.0: Use Sendable directly instead.

getName()[source]

The name of the subtable.

Return type:str
Returns:The name of the subtable of SmartDashboard that the Sendable object will use
getSubsystem()[source]
initSendable(builder)[source]
setName(name)[source]
setSubsystem(subsystem)[source]