Limit

SCPI Command :

SEARch:RESult:LIMit
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:RESult:LIMit
value: int = driver.search.result.limit.get(search = 'abc')

Defines the maximum number of entries in the search result table.

Parameters:

search – Search definition

Returns:

res_list_lim: 1 to 1000

set(search: str, res_list_lim: int) None[source]
# SEARch:RESult:LIMit
driver.search.result.limit.set(search = 'abc', res_list_lim = 1)

Defines the maximum number of entries in the search result table.

Parameters:
  • search – Search definition

  • res_list_lim – 1 to 1000