Show / Hide Table of Contents

    Struct nvmlPSUInfo

    Power usage information for an S-class unit. The power supply state is a human readable string that equals "Normal" or contains a combination of "Abnormal" plus one or more of the following:

    • High voltage
    • Fan failure
    • Heatsink temperature
    • Current limit
    • Voltage below UV alarm threshold
    • Low-voltage
    • SI2C remote off command
    • MOD_DISABLE input
    • Short pin transition
    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda.Nvml
    Assembly: ManagedNvml.dll
    Syntax
    public struct nvmlPSUInfo

    Fields

    | Improve this Doc View Source

    current

    PSU current (A)

    Declaration
    public uint current
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    power

    PSU power draw (W)

    Declaration
    public uint power
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    state

    The power supply state

    Declaration
    public string state
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    voltage

    PSU voltage (V)

    Declaration
    public uint voltage
    Field Value
    Type Description
    System.UInt32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX