captest.CapTest.rep_cond

CapTest.rep_cond(which=None, **overrides)

Call cd.rep_cond with the resolved preset’s rep_conditions.

The preset’s rep_conditions dict (after any self.rep_conditions overrides from setup()) is used as the default kwargs. overrides is partial-merged on top: top-level keys replace, the nested func dict merges one level deep.

See rep_cond() for details on the reporting conditions calculation options.

Parameters:
  • which ({'meas', 'sim', None}, default None) – Which CapData to compute reporting conditions on. When None, defaults to the current rc_source if it is 'meas'/'sim', otherwise 'meas'. The computed conditions become the test rc (and set rc_source to which) via the last-writer-wins sync.

  • **overrides – Partial-merged onto the resolved rep_conditions dict.

Returns:

cd.rep_cond writes to cd.rc.

Return type:

None