在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.
有任何提示吗?
答案 0 :(得分:0)
您需要首先创建一个名为FilePath
的文档属性。
从编辑菜单中选择文档属性...
点击属性标签
单击 Mew ...
输入FilePath
作为属性名称
输入说明(可选)和临时值(必需)
单击确定,单击确定
您的代码应该可以使用