For this code:
steady = DCSource(amplitude=0.5, start=10.0, stop=20.0)
print len(steady.times)
Brian is printing output as 3.
NEURON and NEST rightly give:
pyNN.errors.NonExistentParameterError: times (valid parameters for DCSource are: amplitude, start, stop)