Rigol-DG2052-Function-Gener.../fn_gen/enums/output_channel.py

6 lines
74 B
Python

from enum import Enum
class OutputChannel(Enum):
ONE = 1
TWO = 2