(file) Return to CIM_ADSLModem.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="CIMCoreCR00752.000" type ="change">Update of
 3               // descriptions based on Tech Edit review.</
 4               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5               // qualifier values to CIM Schema.</change>
 6               // <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values
 7               // to Units qualifier values.</change>
 8               // ==================================================================
 9               //  CIM_ADSLModem
10               // ==================================================================
11                  [Version ( "2.10.0" ), 
12                   UMLPackagePath ( "CIM::Device::Modems" ), 
13                   Description ( 
14                      "The ADSLModem class represents Modems of the DSL type = ADSL, "
15                      "Asymmetric Digital Subscriber Line." )]
16               class CIM_ADSLModem : CIM_DSLModem {
17               
18                     [Description ( 
19                         "Noise Margin of this Modem with respect to its received "
20                         "signal, in tenths of dB." ), 
21                      Units ( "Tenths of Decibels" ), 
22 karl  1.1.2.2        PUnit ( "decibel * 10^-1" )]
23                  uint32 NoiseMargin;
24               
25                     [Description ( 
26                         "Measured difference in the total power transmitted by "
27                         "the peer Modem and the total power received by this "
28                         "Modem. This value is measured in tenths of dB." ), 
29                      Units ( "Tenths of Decibels" ), 
30                      Gauge, PUnit ( "decibel * 10^-1" )]
31                  uint32 LineAttenuation;
32               
33                     [Description ( 
34                         "Status indicates the current state of the connection "
35                         "(line). The property holds a bit map that describes the "
36                         "possible conditions. For example, \n"
37                         "1) No Defect - There are no defects on the line; \n"
38                         "2) Loss Of Framing - ATUR failure due to the inability "
39                         "to receive a valid frame; \n"
40                         "4) Loss Of Signal - ATUR failure due to the inability to "
41                         "receive a signal; \n"
42                         "8) Loss Of Power - ATUR failure due to loss of power; \n"
43 karl  1.1.2.2           "32) Loss Of Signal Quality - Loss of Signal Quality is "
44                         "declared when the NoiseMargin falls below the minimum "
45                         "NoiseMargin, or the bit-error-rate exceeds 10^-7." ), 
46                      ValueMap { "1", "2", "4", "8", "32" }, 
47                      Values { "No Defect", "Loss Of Framing", "Loss Of Signal", 
48                         "Loss Of Power", "Loss Of Signal Quality" }]
49                  uint32 LineState;
50               
51                     [Description ( 
52                         "Measured total output power (in tenths of dB) "
53                         "transmitted by this Modem." ), 
54                      Units ( "Tenths of Decibels" ), 
55                      Gauge, PUnit ( "decibel * 10^-1" )]
56                  uint32 TotalOutputPower;
57               
58                     [Description ( 
59                         "Indicates the maximum currently attainable data rate for "
60                         "the Modem. This value will be equal to or greater than "
61                         "the current line rate." ), 
62                      Units ( "Bits per Second" ), 
63                      PUnit ( "bit / second" )]
64 karl  1.1.2.2    uint32 MaxDataRate;
65               
66               
67               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2