Replies: 1 comment
-
About the arguments, I don't know but I tend to define the individual properties with the dedicated functions, like this : dumpbox = CSX.AddDump(filename_prefix)
dumpbox.SetDumpType(0) #E-field
dumpbox.SetDumpMode(0) #no interpolation
dumpbox.AddBox(start, stop) For Subsampling and OptResolution, based on the legacy wiki entry https://wiki.openems.de/index.php/Dump_Box_Property.html You'd probably use only one of the two functions, I don't know which takes precedence over the other if you use both |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to know about the parameters of
CSXCAD.ContinuousStructure.AddDump
. I found some information inCSXCAD.CSProperties.CSPropDumpBox
and in the analogous function from the matlab interface, but I see it has more arguments.SubSampling
,OptResolution
, etc? I don't understand the notation% SubSampling: field domain sub-sampling, e.g. '2,2,4'
, what is the meaning of2,2,4
?Beta Was this translation helpful? Give feedback.
All reactions