urn:schemas-cosylab-com:RampedPowerSupply:1.0
complexType RampedPowerSupply

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:RampedPowerSupply:1.0}RampedPowerSupply (restriction)

Properties
This component is not nillable.

Model
<...>
(current, readback, status, rampingStep, rampingStatus )
</...>


Nested Element Summary
baci:RWdoublecurrent
          
baci:RWstringrampingStatus
          
baci:ROlongrampingStep
          
baci:ROdoublereadback
          
 status
          
Implementors
RampedPowerSupply

Source
<xs:complexType name="RampedPowerSupply">
<xs:sequence>
<xs:element name="current" type="baci:RWdouble"/>
<xs:element name="readback" type="baci:ROdouble"/>
<xs:element name="status">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="baci:ROpattern">
<xs:attribute default="511" name="resolution" type="xs:unsignedLong" use="optional"/>
<xs:attribute default="On,Remote,Sum Failure,External Interlock,DC Overcurrent,Phase Failure,Not Ready,State Inconsistent,Ramping" name="bitDescription" type="xs:string" use="optional"/>
<xs:attribute default="3, 2, 0, 0, 0, 0, 1, 1, 1" name="whenSet" type="xs:string" use="optional"/>
<xs:attribute default="2, 3, 3, 3, 3, 3, 3, 3, 3" name="whenCleared" type="xs:string" use="optional"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="rampingStep" type="baci:ROlong"/>
<xs:element name="rampingStatus" type="baci:RWstring"/>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.