captest.CapTest.rep_cond

CapTest.rep_cond(which='meas', **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.

Parameters:
  • which ({'meas', 'sim'}) – Which CapData instance’s rep_cond to call.

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

Returns:

cd.rep_cond writes to cd.rc.

Return type:

None