captest.CapTest.rep_cond
- CapTest.rep_cond(which=None, **overrides)
Call
cd.rep_condwith the resolved preset’s rep_conditions.The preset’s
rep_conditionsdict (after anyself.rep_conditionsoverrides fromsetup()) is used as the default kwargs.overridesis partial-merged on top: top-level keys replace, the nestedfuncdict 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_sourceif it is'meas'/'sim', otherwise'meas'. The computed conditions become the testrc(and setrc_sourcetowhich) via the last-writer-wins sync.**overrides – Partial-merged onto the resolved
rep_conditionsdict.
- Returns:
cd.rep_condwrites tocd.rc.- Return type:
None