DoubleArrayEntry

class ntcore.DoubleArrayEntry

Bases: DoubleArraySubscriber, DoubleArrayPublisher

NetworkTables DoubleArray entry.

@note Unlike NetworkTableEntry, the entry goes away when this is destroyed.

close() None

Destroys the entry

getTopic() ntcore._ntcore.DoubleArrayTopic

Get the corresponding topic.

Returns:

Topic

unpublish() None

Stops publishing the entry if it’s published.