All

SCPI Command :

SYSTem:SRECorder:DATA[:ALL]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# SYSTem:SRECorder:DATA[:ALL]
value: str = driver.system.srecorder.data.all.get()

Returns the currently recorded commands.

Returns:

recorded_commands: string String containing the complete SCPI recording. Each individual command is introduced by a ‘#’ character.