Hi Dongxiao,
Ar II does not currently have an atomic model in chianti. I do plan to create one but probably not on a useful time scale for your use.
for Ar III, the current chianti database does not include an ionization equilibrium for T below 1e4K.
what you might want to do is use
> myion = chi.ion( ...)
>myion.emiss()
this will create an dict attribute containing what you will probably need, and
myion.emissList() will give a list of intensities. there are a number of keyword variable that can be set.
let me know if you have further questions
Ken