RollMode

SCPI Commands :

ACQuire:ROLLmode:POINts
ACQuire:ROLLmode:OSCapture
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_os_capture() bool[source]
# ACQuire:ROLLmode:OSCapture
value: bool = driver.acquire.rollMode.get_os_capture()

If enabled, the analyzable waveform in roll mode is extended. You can run the roll mode, stop the acquisition after some time, and analyze the data that is on the display and in the unvisible area on the left.

Returns:

off_screen_capture: OFF | ON

get_points() int[source]
# ACQuire:ROLLmode:POINts
value: int = driver.acquire.rollMode.get_points()

Returns the record length of the roll mode. In roll mode, the complete record is always captured, independently of the displayed waveform. To process and analyze the complete roll waveform, enable method RsMxo.acquire.rollMode.os_capture() .

Returns:

record_length: 0 to 18446744073709551615

set_os_capture(off_screen_capture: bool) None[source]
# ACQuire:ROLLmode:OSCapture
driver.acquire.rollMode.set_os_capture(off_screen_capture = False)

If enabled, the analyzable waveform in roll mode is extended. You can run the roll mode, stop the acquisition after some time, and analyze the data that is on the display and in the unvisible area on the left.

Parameters:

off_screen_capture – OFF | ON