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.Custom as 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 index property is updated automatically to reflect this change.

property index#

When setting this property the id property is updated automatically to reflect this change.