def pcrSub(self, field): return operations.pcrbmin(self, field)
def pcrRSub(self, number): return operations.pcrbmin(number, self)