How to add or edit a derived tag in script?

I want to add a derived tag using python , but I have no idea how to set the Read Expression value.
is it possiable just like below or something else?
system.tag.addTag(parentPath=’[default]test’, name=“tag_43”, tagType=“DERIVED”, dataType=“Float4”, attributes={“SourceTagPath”:"[default]coderise/10001",“ValueDerivation”:{“ReadExpression”:"{Source}*2"}})
image