Skip to content

Commit

Permalink
Add defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mroda88 committed Nov 22, 2024
1 parent 54ea1dd commit ee5ff63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schema/appmodel/PDS.schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<oks-schema>

<info name="" type="" num-of-items="9" oks-format="schema" oks-version="862f2957270" created-by="mroda" created-on="theta.ph.liv.ac.uk" creation-time="20241011T123346" last-modified-by="maroda" last-modified-on="np04-srv-015.cern.ch" last-modification-time="20241122T122121"/>
<info name="" type="" num-of-items="9" oks-format="schema" oks-version="862f2957270" created-by="mroda" created-on="theta.ph.liv.ac.uk" creation-time="20241011T123346" last-modified-by="maroda" last-modified-on="np04-srv-015.cern.ch" last-modification-time="20241122T142442"/>

<include>
<file path="schema/confmodel/dunedaq.schema.xml"/>
Expand Down Expand Up @@ -122,8 +122,8 @@
</class>

<class name="DaphneV2AFE">
<attribute name="id" description="id in the [0,5) range" type="u8" range="0..4,100" init-value="100" is-not-null="yes"/>
<attribute name="v_gain" type="u16" range="0..4096" is-not-null="yes"/>
<attribute name="afe_id" description="id in the [0,5) range" type="u8" range="0..4,100" init-value="100" is-not-null="yes"/>
<attribute name="attenuator" type="u16" range="0..4095" init-value="0" is-not-null="yes"/>
<attribute name="v_bias" description="Value for V gain of the AFE, 12 bit register" type="u16" range="0..1500" is-not-null="yes"/>
<relationship name="adc" class-type="DaphneV2ADC" low-cc="one" high-cc="one" is-composite="yes" is-exclusive="yes" is-dependent="yes"/>
<relationship name="pga" class-type="DaphneV2PGA" low-cc="one" high-cc="one" is-composite="yes" is-exclusive="yes" is-dependent="yes"/>
Expand All @@ -150,7 +150,7 @@
<attribute name="gain" description="gain" type="u8" range="0..2" init-value="0" is-not-null="yes"/>
<attribute name="offset" description="Pedestal for the channel" type="u16" range="0..2700" init-value="0" is-not-null="yes"/>
<attribute name="trim" description="trim value for the channel" type="u16" range="0..4095" init-value="0" is-not-null="yes"/>
<attribute name="id" type="u8" range="0..39,100" init-value="100" is-not-null="yes"/>
<attribute name="channel_id" type="u8" range="0..39,100" init-value="100" is-not-null="yes"/>
</class>

<class name="DaphneV2ControllerModule">
Expand Down

0 comments on commit ee5ff63

Please sign in to comment.