Modifiers | Value | Description |
---|---|---|
XF |
0 | Normal transmit (disable modifiers) |
XREP |
1 | Transmit frame repeatedly |
TXT |
2 | Transmit frame on timer |
TXEXT |
4 | Transmit frame on external signal |
Code | Version |
---|---|
fscc-windows | 2.0.0 |
fscc-linux | 2.0.0 |
pyfscc | 1.0.0 |
tx_modifiers = property(...)
import fscc
...
modifiers = p.tx_modifiers
import fscc
...
p.tx_modifiers = TXT | XREP
- Complete example:
examples/tx-modifiers.py
- Implementation details:
fscc.py