/** Returns the default number of outputs, in case a processor has no source (or is itself a source).*/
virtualintgetDefaultNumOutputs(){return2;}
/** Returns the default number of volts per bit, in case a processor has no source (or is itself a source).*/
/** Returns the default number of volts per bit, in case a processor is a source, of the processor gain otherwise. (assumes data comes from a 16bit source)*/
virtualfloatgetDefaultBitVolts(){return1.0;}
/** Returns the next available channel (and increments the channel if the input is set to 'true'. */