Utility Classes#
- class psapi.util.File#
An abstraction for a generic file structure. The implementation of which is not defined in the python bindings
- class psapi.util.ChannelIDInfo#
Utility class which stores both the ID of the channel as well its logical index. This is done to allow for custom channels which have will have
psapi.enum.ChannelID.Customas ID and then the corresponding index from 0-56.- __eq__(self: psapi.util.ChannelIDInfo, other: psapi.util.ChannelIDInfo) bool#
- property id#
When setting this property the
indexproperty is updated automatically to reflect this change.
- property index#
When setting this property the
idproperty is updated automatically to reflect this change.