Spotfire-IronPython:设置FilePath属性

时间:2018-10-24 15:45:08

标签: ironpython spotfire

在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.

有任何提示吗?

1 个答案:

答案 0 :(得分:0)

您需要首先创建一个名为FilePath的文档属性。

  1. 编辑菜单中选择文档属性...

  2. 点击属性标签

  3. 单击 Mew ...

  4. 输入FilePath作为属性名称

  5. 输入说明(可选)和临时(必需)

  6. 单击确定,单击确定

  7. 您的代码应该可以使用