Tests wheter this quantity has the same dimensions as another one.
import quantities.si : minute, second, meter; assert(minute.isConsistentWith(second)); assert(!meter.isConsistentWith(second));
See Implementation
Tests wheter this quantity has the same dimensions as another one.