Ascending
SCPI Command :
SEARch:RESult:SORT:ASCending
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:RESult:SORT:ASCending value: bool = driver.search.result.sort.ascending.get(search = 'abc')
If enabled, the results are listed in asscending order, i.e. the smallest value at the top.
- Parameters:
search – Search definition
- Returns:
sort_ascending: OFF | ON
- set(search: str, sort_ascending: bool) None[source]
# SEARch:RESult:SORT:ASCending driver.search.result.sort.ascending.set(search = 'abc', sort_ascending = False)
If enabled, the results are listed in asscending order, i.e. the smallest value at the top.
- Parameters:
search – Search definition
sort_ascending – OFF | ON