Max

SCPI Command :

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

Sets the end value of a data index range if method RsRtx.search.trigger.dphy.esIndex.condition.set() is set to INRange or RANge.

Parameters:

search – 0 to 255

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

Sets the end value of a data index range if method RsRtx.search.trigger.dphy.esIndex.condition.set() is set to INRange or RANge.