Add D-NOISE to render script

Hi,

I use this script for rendering animation nodes

import bpy

for step in range(224, 225):
    
    bpy.context.scene.frame_set(step)
    bpy.data.scenes["Scene"].render.filepath = 'c:/tmp/a_%d.jpg' % step
    bpy.ops.render.render( write_still=True )

However it does not save a file with the D-NOISE add-on result applied to the render. I know pretty much nothing about coding except copy/paste data paths.

My question is if its possible to add the D-NOISE add-on function in the script I use?

The data path of the denoiser is; EnableDNOISE