aboutsummaryrefslogtreecommitdiff
path: root/tables/examples-of-error-gates.typ
blob: 6548f0b3c120c37d9420f0bee647027f3bddd13d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#figure(
  table(
    columns: 2,
    table.header([Source], [Category]),
    [Clipping], [Internal],
    [PWAM Soft Saturation], [Internal],
    [Domain Violation], [Out-of-Domain],
    [Passthrough Active], [Out-of-Domain],
    [Servo Unlock], [Internal],
  ),
  caption: [Examples of error gates],
) <table-examples-of-error-gates>