Change ptcache start frame

bpy.ops.context.object.modifiers[“Smoke”].domain_settings.ptcache_frame_start = 4

How come the above code doesnt work? Please help.

make sure it’s set to point_cache instead of ptcache.

bpy.context.object.modifiers[“Smoke”].domain_settings.point_cache.frame_start = 4