Hello! Relatively new to using the Python API. I am specifically trying to communicate with an NI function generator, and want to clear all of the sequences from memory. This should be as easy as using session.clear_arb_sequence( _ ) with using the NIFGEN_VAL_ALL_SEQUENCES defined value. However, I cannot seem to find this enumeration anywhere! Does anyone know where I can find these missing values?