Skip to content
Snippets Groups Projects
Commit d36631a5 authored by kmadisa's avatar kmadisa
Browse files

Changed the CapType mandatory characteristic to False.

parent edc79456
Branches
Tags
No related merge requests found
<?xml version="1.0" encoding="ASCII"?>
<pogoDsl:PogoSystem xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:pogoDsl="http://www.esrf.fr/tango/pogo/PogoDsl">
<classes name="SKACapability" pogoRevision="9.6">
<description description="Subarray handling device" title="SKACapability" sourcePath="/home/pogo/src/levpro/skabase/SKACapability" language="PythonHL" filestogenerate="XMI file,Code files,Python Package,Protected Regions" license="GPL" copyright="" hasMandatoryProperty="true" hasConcreteProperty="true" hasAbstractCommand="true" hasAbstractAttribute="false">
<description description="Subarray handling device" title="SKACapability" sourcePath="/home/pogo/src/levpro/skabase/SKACapability" language="PythonHL" filestogenerate="XMI file,Code files,Python Package,Protected Regions" license="GPL" copyright="" hasMandatoryProperty="false" hasConcreteProperty="true" hasAbstractCommand="true" hasAbstractAttribute="false">
<inheritances classname="Device_Impl" sourcePath=""/>
<inheritances classname="SKAObsDevice" sourcePath="../SKAObsDevice"/>
<identification contact="at ska.ac.za - cam" author="cam" emailDomain="ska.ac.za" classFamily="SkaBase" siteSpecific="" platform="All Platforms" bus="Not Applicable" manufacturer="none" reference=""/>
......@@ -35,7 +35,7 @@
<type xsi:type="pogoDsl:StringVectorType"/>
<status abstract="false" inherited="true" concrete="true"/>
</deviceProperties>
<deviceProperties name="CapType" mandatory="true" description="The capability type represented by this device: E.g. for&#xA;CSP-MID it will be one of CORRELATORS; PSS-BEAMS;&#xA;PST-BEAMS; VLBI-BEAMS">
<deviceProperties name="CapType" description="The capability type represented by this device: E.g. for&#xA;CSP-MID it will be one of CORRELATORS; PSS-BEAMS;&#xA;PST-BEAMS; VLBI-BEAMS">
<type xsi:type="pogoDsl:StringType"/>
<status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
</deviceProperties>
......
......@@ -49,7 +49,6 @@ class SKACapability(SKAObsDevice):
CapType = device_property(
dtype='str',
mandatory=True
)
CapID = device_property(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment