power - Power Control
Control power applied to the Device Under Test.
Usage:
- command: power off
- command: power <rail> [on|off|<level>]
power off (with no rail) turns off all DUT power rails.
power <rail> off turns off only the specified rail.
Argument |
Description |
|---|---|
rail |
Power rail |
|
Turn on the specified power rail |
|
Turn off all or specified power rail |
level |
Voltage level for |
Supported rail values:
rail |
Description |
|---|---|
|
1.8V power rail |
|
3.3V power rail |
|
5V power rail |
|
Variable power rail |
|
12V power rail |
|
24V power rail |
|
SWD target-voltage rail (1.8V or 3.3V, selectable) |
|
JTAG target-voltage rail (1.8V or 3.3V, selectable) |
|
UART0 (3.3V) power rail |
|
UART1 (3.3V) power rail |
Supported level values for the VARV rail: any value from 0.1 … 23.9
configures the adjustable supply to that voltage. 12.0 and 24.0
(within a small tolerance) instead switch VARV onto the fixed 12V and
24V rails rather than the adjustable supply. Requesting 0 while
VARV is already on re-enables it at its previously configured voltage.
Supported level values for the SWD rail: 1.8, 3.3
Supported level values for the JTAG rail: 1.8, 3.3
Note
level is only meaningful when turning a rail on. If level is
omitted (or 0), SWD and JTAG are turned on without
changing their currently selected voltage level, and VARV is
turned on at its previously configured voltage.
Examples