Skip to content

Commit 0809a61

Browse files
committed
Enums: update AltDSSEvent
Added `SampleControlDevices` and `AllocateVI`.
1 parent e6352dc commit 0809a61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dss_python_backend/enums.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,8 @@ class AltDSSEvent(IntEnum):
504504
Clear = 3
505505
ReprocessBuses = 4
506506
BuildSystemY = 5
507+
SampleControlDevices = 6
508+
AllocateVI = 7
507509

508510

509511
class DSSPropertyNameStyle(IntEnum):

0 commit comments

Comments
 (0)