This function returns a tuple with all the names of the blocks that are on the recording list. Note, these are not the actual block objects but the names of these blocks. Any block that is on the record list will be recorded when the Recorder is in record mode and the block arrives. To get a list of the blocks on the record list use GetRecordBlocks(). To add or remove blocks from the record list you can use the Recorder interface or the functions AddRecordBlock() and RemoveRecordBlock().
Returns
Tuple of the block names of blocks on the recording list.
Example
>>> GseosRecorder.GetRecordBlocks()
('RecComment', 'DSACtrl', 'RS232Raw', 'PeriodicMsg')