Skip to content

Commit b21b4fc

Browse files
committed
Remove logic_mode setter
1 parent c9c26aa commit b21b4fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PSL/digital_channel.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ def logic_mode(self) -> str:
6262
"""
6363
return {v: k for k, v in MODES.items()}[self._logic_mode]
6464

65-
@logic_mode.setter
66-
def logic_mode(self, mode: str):
67-
self._logic_mode = MODES[mode]
68-
6965
def _get_xy(self, initial_state: bool, timestamps: np.ndarray):
7066
x = np.repeat(timestamps, 3)
7167
x = np.insert(x, 0, 0)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy