Tgk FDS Read Slice¶
🟢 Free 📌 Result
ReadFdsSlice · Component_FDS\Comp_FDS.Result.cs
从文本或CSV切片结果文件中读取最新的切片帧。
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Session | S | object | FDS会话对象。 |
| File Path | F | string | 显式切片结果文件路径(可选)。 |
Outputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| resolvedFile | resolvedFile | string | resolvedFile |
| quantity | quantity | string | quantity |
| time | time | double | time |
| points | points | List |
points |
| success | success | bool | success |
| message | message | string | message |
Return Value¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Values | V | 切片标量值。 |
📝 Additional Notes¶
(Add usage examples, notes, etc. here)