This might be something obvious that I am missing:
I am migrating a larger program that read out the max number of channels for input (channels) and output (channels) with the getInputCount() and the getOutputCount() methods. It is used for graphics and the creation of arrays and helps with independence from the attached I/o board hardware.
Is there something comparable now? I did not see it in the respective channel classes and I did not realize it in the Phidget class.