LiveWindowSendable

class wpilib.LiveWindowSendable[source]

Bases: wpilib.Sendable

A special type of object that can be displayed on the live window.

Deprecated since version 2018.0: Use Sendable directly instead.

getName()[source]
getSubsystem()[source]
initSendable(builder)[source]
setName(name)[source]
setSubsystem(subsystem)[source]
startLiveWindowMode()[source]

Start having this sendable object automatically respond to value changes reflect the value on the table.

Default implementation will add self.valueChanged (if it exists) as a table listener on “Value”.

stopLiveWindowMode()[source]

Stop having this sendable object automatically respond to value changes.

updateTable()[source]

Update the table for this sendable object with the latest values.