Unsupported Software Features
- Updated2025-04-22
- 1 minute(s) read
The following NI-RFSA and NI-RFSG driver software features are not supported on the PXIe-5841.
Unsupported Feature | NI-RFSA | NI-RFSG |
---|---|---|
Pulse shaping | — | ✓ |
Restrictions on Scripts
- if else is not supported.
- break instruction is not supported.
- stream instruction is not supported.
- The maximum compiled script size is 6,100 instructions. Each script language instruction requires roughly one compiled instruction, plus one instruction for each marker.
- Nested repeats are only allowed if the outer repeat is a repeat forever instruction, and there are no other instructions preceding it or past the end of the repeat block. You can only use a single nesting level.
- Markers are allowed in generate and finite wait instructions. They are not allowed in conditional wait instructions.