Vray volume grid max scripting help

Hi,
I’m looking for help with automating some tasks in the VrayVolumeGrid object. Specifically changing the playback start of a vdb. I cannot seem to find any max script commands for VRayVolumeGrid. If I’m overlooking some documentation please link it to me. Also if this has already been posted I apologies, I was not able to find any mention of VrayVolumeGrid scripting.
What would also be helpful aside from the timing, would be changing the input render cache path. And also, loading a render preset. But the important one is changing the playback start.
Thank you very much!

You can use the “.rendinput” property to load a cache, “.inpoffset” to change the Cache start and “.playat” to change the Play start.

For reference, running the “showproperties(vrayvolumegrid())” command will list all exposed properties of the VRayVolumeGrid.

Thank you so much!