Unsupported NI-RFSG Features

The following NI-RFSG features are not supported on the PXIe-5840:

  • 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.