Raptor:Fault Data Write: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 22: | Line 22: | ||
| | | | ||
| Fault index of fault to write data of (only available in certain modes). | | Fault index of fault to write data of (only available in certain modes). | ||
|- | |- | ||
! | ! Vector | ||
| | |||
| If the fault data is a vector, the index in the fault data vector to write data to (only available in certain modes). | |||
|} | |} | ||
Line 47: | Line 43: | ||
| Selects source of fault to write data of. | | Selects source of fault to write data of. | ||
|- | |- | ||
! | ! Data Shape | ||
| | | | ||
| | | Whether the targeted fault data is a Scalar or a Vector. | ||
|- | |||
! Index Source | |||
| | |||
| If the Data Shape is a Vector, where to get the data index from; | |||
from a Parameter in the mask, from Input through a port, or by Writing the Entire Vector at once (no index needed). | |||
|- | |||
! Data Index | |||
| integer | |||
| If the Data Shape is a Vector and the Index Source is a Parameter, then this the Index to write data to. | |||
This must be an integer between 1 and the size of the fault data vector, inclusive. | |||
|} | |} |
Latest revision as of 17:47, 13 September 2023
Return to the main Raptor page
Description
This writes the value of a fault data store for a single fault. The data store must be defined with a fault data definition block.
Inputs
Input | Type | Description |
---|---|---|
Data | Data to be written. | |
Fault | Fault index of fault to write data of (only available in certain modes). | |
Vector | If the fault data is a vector, the index in the fault data vector to write data to (only available in certain modes). |
Parameters
Parameter | Type | Description |
---|---|---|
Data Name | String | This is the name of the fault data store to access. |
Fault Source | Selects source of fault to write data of. | |
Data Shape | Whether the targeted fault data is a Scalar or a Vector. | |
Index Source | If the Data Shape is a Vector, where to get the data index from;
from a Parameter in the mask, from Input through a port, or by Writing the Entire Vector at once (no index needed). | |
Data Index | integer | If the Data Shape is a Vector and the Index Source is a Parameter, then this the Index to write data to.
This must be an integer between 1 and the size of the fault data vector, inclusive. |