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

Changed the CapID mandatory characteristic to False.

parent 37e60346
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<type xsi:type="pogoDsl:StringType"/> <type xsi:type="pogoDsl:StringType"/>
<status abstract="false" inherited="false" concrete="true" concreteHere="true"/> <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
</deviceProperties> </deviceProperties>
<deviceProperties name="CapID" mandatory="true" description="Unique identification of this capability device &lt;SubId>&lt;CapType>&#xA;e.g. Sub13PssBeams."> <deviceProperties name="CapID" description="Unique identification of this capability device &lt;SubId>&lt;CapType>&#xA;e.g. Sub13PssBeams.">
<type xsi:type="pogoDsl:StringType"/> <type xsi:type="pogoDsl:StringType"/>
<status abstract="false" inherited="false" concrete="true" concreteHere="true"/> <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
</deviceProperties> </deviceProperties>
......
...@@ -54,7 +54,6 @@ class SKACapability(SKAObsDevice): ...@@ -54,7 +54,6 @@ class SKACapability(SKAObsDevice):
CapID = device_property( CapID = device_property(
dtype='str', dtype='str',
mandatory=True
) )
subID = device_property( subID = device_property(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment