Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
DataPattern | uint8 | |
Description | string | An 8-bit value used to test memory data access.
A specific data pattern is sometimes required for the test to be effective.
The default value will depend upon the specific test. If no value is specified by the client, the vendor-defined default value will be used. The vendor-defined default value is advertised by using the default instance of CIM_MemoryDiagnosticSettingData. This value may be null if the property is not applicable to the test. |
ModelCorrespondence | string | CIM_MemoryDiagnosticServiceCapabilities.DataPattern |
NumberOfBytes | uint64 | |
Description | string | The number of bytes specified by the client to be written and read during a test. If a value is specified, it will indicate the number of address locations to be tested starting from the base address. If null, all available memory will be tested from the base address.
To test all available memory, a client can simply specify both Address and NumberOfBytes as null. |
ModelCorrespondence | string | CIM_MemoryDiagnosticSettingData.Address |
Seed | uint32 | |
Description | string | The seed for generating a random number used within a test. Allows control of a test with a pseudo-random behavior. If no value is specified by the client, the vendor-defined default value will be used. The vendor-defined default value is advertised by using the default instance of CIM_MemoryDiagnosticSettingData. This value may be null if the property is not applicable to the test. |
ModelCorrespondence | string | CIM_MemoryDiagnosticServiceCapabilities.Seed |
TargetDevice | string | |
Description | string | The target is identified by a device moniker which is the unique name for the physical memory device under test. It can be anyone of the following.
* The Object path of the physical memory device.
* The ElementName of the physical memory device.
* A unique user friendly name not in the model (such as, asset name).
Whichever moniker is used it shall be used consistently for all devices and applicable tests. |
WaitTime | datetime | |
Description | string | Specifies a wait time to apply in a test. This can be a date and time or an inteval. If no value is specified by the client, the vendor-defined default value will be used. The vendor-defined default value is advertised by using the default instance of CIM_MemoryDiagnosticSettingData. This value may be null if the property is not applicable to the test. |
ModelCorrespondence | string | CIM_MemoryDiagnosticServiceCapabilities.WaitTime |
Address | string[] | |
Description | string | An array that specifies either a base address, an address range or a discrete set of addresses.
* Address[0] as the base address
* Address[0] and Address[1] as an address range
* Address[0], Address[1], Address[2], etc as a discrete set of addresses
The values are used by a test to logically address memory.
The default value will depend upon the specific test. If no value is specified by the client, the vendor-defined default value will be used. The vendor-defined default value is advertised by using the default instance of CIM_MemoryDiagnosticSettingData. A null value indicates that lowest accessible address shall be used as the base address.
To test all available memory, a client can simply specify both Address[] and NumberOfBytes as null. |
ModelCorrespondence | string | CIM_MemoryDiagnosticSettingData.NumberOfBytes |