urn:schemas-cosylab-com:PowerSupply:1.0
complexType PowerSupplyType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BACI:1.0}CharacteristicModel (restriction)
|
+--{urn:schemas-cosylab-com:BACI:1.0}CharacteristicComponent (extension)
|
+--{urn:schemas-cosylab-com:PowerSupply:1.0}PowerSupplyType (extension)

Properties
This component is not nillable.

Model
<...
  actionThreadStackSize = xs:unsignedLong : 1024
  monitoringThreadStackSize = xs:unsignedLong : 2048
  recentCommand = xs:string
  recentTimeStamp = xs:string>
(current, readback, status )
</...>


Nested Element Summary
baci:RWdoublecurrent
          
baci:ROdoublereadback
          
 status
          

Attribute Summary
 xs:unsignedLongactionThreadStackSize
          Stack size of for the action thread in kBytes. 
 xs:unsignedLongmonitoringThreadStackSize
          Stack size of for the monitoring thread in kBytes. 
 xs:stringrecentCommand
          Placeholder for the of the last command executed. 
 xs:stringrecentTimeStamp
          Placeholder for the timestamp of last command executed. 

Attribute Detail

actionThreadStackSize

Stack size of for the action thread in kBytes. If 0 is specified the default OS stack size value will be taken. (just C++).

Type:
xs:unsignedLong
Default:
1024
Use:
optional
Form:
unqualified

monitoringThreadStackSize

Stack size of for the monitoring thread in kBytes. If 0 is specified the default OS stack size value will be taken. (just C++).

Type:
xs:unsignedLong
Default:
2048
Use:
optional
Form:
unqualified

recentCommand

Placeholder for the of the last command executed. Note: optionally used, requires write access to the configuration database.

Type:
xs:string
Use:
optional
Form:
unqualified

recentTimeStamp

Placeholder for the timestamp of last command executed. ISO time format. Note: optionally used, requires write access to the database.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="PowerSupplyType">
<xs:complexContent>
<xs:extension base="baci:CharacteristicComponent">
<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="2, 2, 0, 0, 0, 0, 1, 1, 1" name="whenSet" type="xs:string" use="optional"/>
<xs:attribute default="3, 3, 3, 3, 3, 3, 3, 3, 3" name="whenCleared" type="xs:string" use="optional"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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