Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 426 Bytes

File metadata and controls

17 lines (13 loc) · 426 Bytes

TimeSamplingMode IntEnum

Definition

Enum for time sampling mode for the Digitizer.

Enumerations

Name value
LINEAR "LINEAR"
FAST_LOG "FASTLOG"
MEDIUM_LOG "MEDIUMLOG"
SLOW_LOG "SLOWLOG"
CUSTOM "CUSTOM"

Examples