| Keyword | Value | Description |
| SYN_DATA | | Indicates the start of a Data definition section |
| TYPE | | The name which will be used to refer to this object |
| SEED | | The random number generator will use the value as the seed |
| MAX_CONDUCT | | Used with SYN_REVERSAL in calculating the current value of a PSG waveform
I(t) = MAX_CONDUCT * CurrentPSGValue * (SYN_REVERSAL - Membrane Voltage) |
| DELAY | | Before a synapse will output a new waveform, it will wait for the specified DELAY to expire. This value is given in seconds and will be converted using the FSV. |
| SYN_REVERSAL | | Used with MAX_CONDUCT in calculating the current value of a PSG waveform
I(t) = MAX_CONDUCT * CurrentPSGValue * (SYN_REVERSAL - Membrane Voltage) |
| END_SYN_DATA | | Indicates the end of a Data definition section |