View

SCPI Command :

IMPort:VIEW:COUNt
class ViewCls[source]

View commands group definition. 6 total commands, 2 Subgroups, 1 group commands

get_count() ViewCount[source]
# SCPI: IMPort:VIEW:COUNt
value: enums.ViewCount = driver.importPy.view.get_count()

Sets the entries per page to be displayed.

return:

count: 50| 100| 500| 1000| 5000| 10000| 50000| 100000

set_count(count: ViewCount) None[source]
# SCPI: IMPort:VIEW:COUNt
driver.importPy.view.set_count(count = enums.ViewCount._100)

Sets the entries per page to be displayed.

param count:

50| 100| 500| 1000| 5000| 10000| 50000| 100000

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.importPy.view.clone()

Subgroups