History

SCPI Command :

SYSTem:DFPRint:HISTory:COUNt
class HistoryCls[source]

History commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_count() int[source]
# SCPI: SYSTem:DFPRint:HISTory:COUNt
value: int = driver.system.deviceFootprint.history.get_count()

No command help available

return:

count: No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.system.deviceFootprint.history.clone()

Subgroups