fastcs.transport.epics.pva.types
#
Members
Converts from a p4p value to a FastCS |
|
Converts a FastCS |
|
Creates a p4p type for a given |
|
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.transport.epics.pva.types.make_p4p_type(attribute: Attribute) NTScalar | NTEnum | NTNDArray | NTTable [source]#
Creates a p4p type for a given
Attribute
sfastcs.datatypes.DataType
.
- fastcs.transport.epics.pva.types.cast_from_p4p_value(attribute: Attribute[T], value: object) T [source]#
Converts from a p4p value to a FastCS
Attribute
value.
- fastcs.transport.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.transport.epics.pva.types.p4p_timestamp_now() dict [source]#
The p4p timestamp structure for the current time.