Skip to content

Commit 8ca1695

Browse files
committed
Reapply "Updated trigger candidate maker configuration schema"
This reverts commit 616d1e2.
1 parent 3d7f000 commit 8ca1695

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

schema/appmodel/trigger.schema.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,11 @@
215215
<attribute name="template_for" type="class" init-value="RandomTCMakerModule"/>
216216
<attribute name="trigger_rate_hz" description="Trigger rate (in Hz) for the RandomTCMaker to produce the TCs" type="float" init-value="1" is-not-null="yes"/>
217217
<attribute name="time_distribution" description="Type of distribution used for random timestamps (uniform or poisson)" type="enum" range="kUniform,kPoisson" init-value="kUniform" is-not-null="yes"/>
218-
<relationship name="tc_readout" description="Configuration for the TC output type and the TC window size" class-type="TCReadoutMap" low-cc="one" high-cc="one" is-composite="no" is-exclusive="no" is-dependent="no"/>
219-
</class>
218+
<attribute name="candidate_type_name" description="Enumerator name of the TC type, e.g. kTiming" type="string" init-value="kRandom" is-not-null="yes"/>
219+
<attribute name="candidate_backshift_ts" type="s64" description="Time backshift applied to the TC central time at the creation of the TC" init-value="1000" is-not-null="yes"/>
220+
<attribute name="candidate_window_before_ts" type="u32" description="Candidate extension before its central time" init-value="1000" is-not-null="yes"/>
221+
<attribute name="candidate_window_after_ts" type="u32" description="Candidate extension after its central time" init-value="1000" is-not-null="yes"/>
222+
</class>
220223

221224
<class name="RandomTCMakerModule">
222225
<superclass name="StandaloneTCMakerModule"/>

0 commit comments

Comments
 (0)