pub struct SMBiosElectricalCurrentProbe<'a> { /* private fields */ }
Expand description
§Electrical Current Probe (Type 29)
This structure describes the attributes for an electrical current probe in the system. Each structure describes a single electrical current probe.
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Implementations§
Source§impl<'a> SMBiosElectricalCurrentProbe<'a>
impl<'a> SMBiosElectricalCurrentProbe<'a>
Sourcepub fn description(&self) -> SMBiosString
pub fn description(&self) -> SMBiosString
A string that contains additional descriptive information about the probe or its location
Sourcepub fn location_and_status(&self) -> Option<CurrentProbeLocationAndStatus>
pub fn location_and_status(&self) -> Option<CurrentProbeLocationAndStatus>
Probe’s physical location and status of the current monitored by this current probe
Sourcepub fn maximum_value(&self) -> Option<ProbeAmperage>
pub fn maximum_value(&self) -> Option<ProbeAmperage>
Maximum current level readable by this probe, in milliamps
Sourcepub fn minimum_value(&self) -> Option<ProbeAmperage>
pub fn minimum_value(&self) -> Option<ProbeAmperage>
Minimum current level readable by this probe, in milliamps
Sourcepub fn resolution(&self) -> Option<CurrentProbeResolution>
pub fn resolution(&self) -> Option<CurrentProbeResolution>
Resolution for the probe’s reading, in tenths of milliamps
Sourcepub fn tolerance(&self) -> Option<ProbeAmperage>
pub fn tolerance(&self) -> Option<ProbeAmperage>
Tolerance for reading from this probe, in plus/minus milliamps
Sourcepub fn accuracy(&self) -> Option<CurrentProbeAccuracy>
pub fn accuracy(&self) -> Option<CurrentProbeAccuracy>
Accuracy for reading from this probe, in plus/minus 1/100th of a percent
Sourcepub fn oem_defined(&self) -> Option<u32>
pub fn oem_defined(&self) -> Option<u32>
OEM- or BIOS vendor-specific information.
Sourcepub fn nominal_value(&self) -> Option<ProbeAmperage>
pub fn nominal_value(&self) -> Option<ProbeAmperage>
Nominal value for the probe’s reading in milliamps