Min

SCPI Command :

SEARch:TRIGger:DPHY:ESINdex:MIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:DPHY:ESINdex:MIN
value: int = driver.search.trigger.dphy.esIndex.min.get(search = 'abc')

Specifies an escape mode data index minimum, or sets the start value of a range.

Parameters:

search – 0 to 255

set(search: str, lp_escp_mode_dat_index_min: int) None[source]
# SEARch:TRIGger:DPHY:ESINdex:MIN
driver.search.trigger.dphy.esIndex.min.set(search = 'abc', lp_escp_mode_dat_index_min = 1)

Specifies an escape mode data index minimum, or sets the start value of a range.