Max

SCPI Command :

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

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

Parameters:

search – 0 to 65.535E+3

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

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