We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Will this work?
class RSD(TalkerSentence): """ RADAR System Data """ fields = (("Origin 1 range", "origin_1_range"), # Origin 1 range, from own ship ("Origin 1 bearing", "origin_1_bearing", float), # Origin 1 bearing, degrees from 0 ("Variable Range Marker 1", "VRM1"), # Variable Range Marker 1 (VRM1), range ("Bearing Line 1", "EBL1", float), # Bearing Line 1 (EBL1), degrees from 0 ("Origin 2 range", "origin_2_range"), # Origin 2 range ("Origin 2 bearing", "origin_2_bearing", float), # Origin 2 bearing ("Variable Range Marker 2", "VRM2"), # VRM2, range ("Bearing Line 2", "EBL2"), # EBL2, degrees ("Cursor Range", "Cursor_range", Decimal), # Cursor Range From Own Ship ("Cursor Bearing Degrees", "cursor_bearing", float), # Cursor Bearing Degrees Clockwise From Zero ("Range Scale", "range_scale", Decimal), # Range Scale ("Range Unit", "dist_unit"), # Range Unit ("Display rotation", "display_rotation"), # Display rotation 1 )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
Will this work?
The text was updated successfully, but these errors were encountered: