Skip to content

Commit 616d1e2

Browse files
authored
Revert "Updated trigger candidate maker configuration schema"
1 parent 0349c2e commit 616d1e2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

schema/appmodel/trigger.schema.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,8 @@
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-
<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>
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>
223220

224221
<class name="RandomTCMakerModule">
225222
<superclass name="StandaloneTCMakerModule"/>

0 commit comments

Comments
 (0)