NetworkButton

class wpilib.buttons.NetworkButton(table, field)[source]

Bases: wpilib.buttons.Button

A button.Button that uses a NetworkTable boolean field.

Initialize the NetworkButton.

Parameters:
  • table – the NetworkTable instance to use, or the name of the table to use.
  • field – field to use.
get()[source]

Get the value of the button.