can we use this tool to get the data of ELEDEN and ESEDEN?

snapshot from the abaqus analysis user's guide

this is from A2M document
If using this toolbox for research or industrial purposes, please cite:
Advances in Engineering Software. Vol 105. March 2017. Pages 9-16. (2017)
The code that should be used to extract ELEDEN is the following:
odb_name='Job1_A2M.odb';
stepName='Step-1';
instanceName='False';
elsetName='False';
outputVar='ELEDEN';
% Select only one of the two following options:
indOut='False'; %(no dat file)
indOut='True'; %(create dat file)
% Extract Abaqus results
[odbOut,odbDat,rpyOut]=readElementFieldOdb(odb_name,stepName,instanceName,elsetName,outputVar,indOut);