bmc_set_atob
Toggles A-to-B mode on a BMC counter, restricting event counts to intervals between Alpha and Bravo breakpoints.
Instructions
Enable or disable A-to-B mode on a BMC counter.
In A-to-B mode, the counter only counts events between the Alpha and Bravo marker breakpoints. Use set_breakpoint with actions "alpha"/"bravo" to set markers.
Args: counter: Counter name (e.g., "M1CNT") enabled: True to enable A-to-B mode, False to disable
Returns: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| counter | Yes | ||
| enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |