fastcs.transports.epics.pva.types#
Members
Converts from a p4p value to a FastCS |
|
Converts a FastCS |
|
Returns the p4p alarm structure for a given severity, status, and message. |
|
Gets the p4p display structure for a given attribute. |
|
The p4p timestamp structure for the current time. |
- fastcs.transports.epics.pva.types.make_p4p_type(attribute: Attribute) NTScalar | NTEnum | NTNDArray | NTTable[source]#
- fastcs.transports.epics.pva.types.cast_from_p4p_value(attribute: Attribute[DType_T, AttributeIORef], value: object) DType_T[source]#
Converts from a p4p value to a FastCS
Attributevalue.
- fastcs.transports.epics.pva.types.p4p_alarm_states(severity: int = 0, status: int = 0, message: str = '') dict[source]#
Returns the p4p alarm structure for a given severity, status, and message.
- fastcs.transports.epics.pva.types.p4p_timestamp_now() dict[source]#
The p4p timestamp structure for the current time.