For the NVMe device given, retrieves OCP DSSD Power State\&. Passing \-\-all calls NVMe Get Feature three times, returning all three of the Current, Default, and Saved values\&.
.sp
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0) or block device (ex: /dev/nvme0n1)\&.
.sp
This will only work on OCP compliant devices supporting this feature\&. Results for any other device are undefined\&.
.sp
On success it returns 0, error code otherwise\&.
.SH"OPTIONS"
.PP
\-S <select>, \-\-sel=<select>
.RS4
Select (SEL): This field specifies which value of the attributes to return in the provided data:
.TS
allbox tab(:);
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt.
T{
Select
T}:T{
Description
T}
T{
0
T}:T{
Current
T}
T{
1
T}:T{
Default
T}
T{
2
T}:T{
Saved
T}
T{
3
T}:T{
Supported capabilities
T}
T{
4\-7
T}:T{
Reserved
T}
.TE
.sp1
.RE
.PP
\-a, \-\-all
.RS4
Print out all 3 values at once \- Current DSSD Power State, Default DSSD Power State, and Saved DSSD Power State
.RE
.PP
\-n, \-\-no\-uuid
.RS4
Do not try to automatically detect UUID index for this command (required for old OCP 1\&.0 support)
.RE
.SH"EXAMPLES"
.sp
.RS4
.ien\{\
\h'-04'\(bu\h'+03'\c
.\}
.el\{\
.sp-1
.IP\(bu2.3
.\}
Has the program issue a get\-dssd\-power\-state\-feature command to get the Curent DSSD Power State in watts\&.