在Spotfire中,使用ironpython...我正在尝试设置'FilePath‘属性。这是我的尝试:
Document.Properties"FilePath“= "E:\Spotfire_Export”
下面是我得到的结果:
Traceback (most recent call last):
File "Spotfire.Dxp.Application.ScriptSupport", line unknown, in ExecuteForDebugging
File "<string>", line 15, in <module>
File "Spotfire.Dxp.Application", line unknown, in SetPropertyValue
File "Spotfire.Dxp.Data", line unknown, in GetProperty
KeyError: The property named 'FilePath' could not be found.有什么提示吗?
发布于 2018-10-31 03:28:58
您需要首先创建一个名为FilePath的文档属性。
对于属性名称<>H218>< code >H119,从编辑说明菜单中选择Document Properties...
FilePath。输入说明(可选)和一个临时值 (required)
<代码>G233
https://stackoverflow.com/questions/52973131
复制相似问题