You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A list containing doubles and nulls representing a teams X position in feet at the corresponding timestamp. A null value represents no tracking data for a given timestamp.
ys
Array<Float>
A list containing doubles and nulls representing a teams Y position in feet at the corresponding timestamp. A null value represents no tracking data for a given timestamp.
Code Sample
require'TBA API v3 Ruby Client'instance=TBAAPIv3RubyClient::ZebraTeam.new(team_key: frc7332,xs: null,ys: null)