Created 2 cubes which are touched/penetrated each other and changed them to active rigidbodies.
Changed rigidSolver1.contactData "on" to query contactName and contactCount. (Found so somewhere)
And in scriptEditor:
print mc.getAttr("rigidBody1.contactName")
output: [()]
print mc.getAttr("rigidBody1.contactCount")
output: 0
Why?! Shouldnt contactName be the other shape/rigidbody, and contactCount 1 ?