MethodType

class MethodType(value)[source]

Bases: Enum

MethodType Enum

The HF-style methods are common names which are likely available everywhere. The KS-style methods are not available for all drivers. Please check the specific driver documentation for details.

Attributes

RHF = 'rhf'
ROHF = 'rohf'
UHF = 'uhf'
RKS = 'rks'
ROKS = 'roks'
UKS = 'uks'