CommonBinsValidator

This is a Python binding to the C++ class Mantid::API::CommonBinsValidator.

bases: mantid.api.MatrixWorkspaceValidator

class mantid.api.CommonBinsValidator((object)arg1)
__init__((object)arg1) → None :

A tentative check that the bins are common across the workspace

isValid((MatrixWorkspaceValidator)self, (MatrixWorkspace)value) → str :

Returns an empty string if the value is considered valid, otherwise a string defining the error is returned.