Skip to content
New issue

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

LeCroy: 8B10B trigger support #616

Closed
azonenberg opened this issue May 28, 2022 · 0 comments
Closed

LeCroy: 8B10B trigger support #616

azonenberg opened this issue May 28, 2022 · 0 comments
Labels
driver Hardware drivers

Comments

@azonenberg
Copy link
Collaborator

azonenberg commented May 28, 2022

See #237. This ticket is for the C8B10B trigger type only.

Everything is under app.Acquisition.Trigger.Serial.C8B10B

Fields of interest:

  • BitRate
  • EqualizerMode = {None, Low, Medium, High}
  • PatternType = {SymbolOR, SymbolString, Primitive, ProtocolError}
  • Operation = {Include, Exclude}
  • Encoding = {Binary, Hex}
  • Invert = {true, false}

For PatternType=SymbolString

  • StrDSymbol{0-7}EightBitsValue = Dx.x
  • StrKSymbol{0-7}Value = Kx.x
  • StrSymbol{0-7}Rd = {Positive, Negative, Either}
  • StrSymbol{0-7}Type = {KSymbol, DSymbol, DontCare}
  • SymbolCount = 1-8

For PatternType=SymbolOR

  • ORSymbol{0-5}Rd = {Positive, Negative, Either}
  • ORSymbol{0-5}Type = {KSymbol, DSymbol}
  • KSymbol{0-5}ValueOR = Kx.x
  • DSymbol{0-5}EightBitsValueOR = Dx.x
  • SymbolCount = 1-6

Actions:

  • ComputeBitRate
@azonenberg azonenberg added the driver Hardware drivers label May 28, 2022
azonenberg added a commit that referenced this issue May 29, 2022
azonenberg added a commit that referenced this issue May 29, 2022
… fully implemented, but PushTrigger does nothing so far. See #616.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
driver Hardware drivers
Projects
None yet
Development

No branches or pull requests

1 participant