Max

SCPI Command :

SEARch:TRIGger:ARINc:DATA:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:ARINc:DATA:MAX
value: int = driver.search.trigger.arinc.data.max.get(search = 'abc')

Set the end value of a label or data pattern if the condition is set to INRange or OORange.

Returns:

data_max: Numeric or string pattern, see method RsRtx.search.trigger.arinc.label.min.set()

set(search: str, data_max: int) None[source]
# SEARch:TRIGger:ARINc:DATA:MAX
driver.search.trigger.arinc.data.max.set(search = 'abc', data_max = 1)

Set the end value of a label or data pattern if the condition is set to INRange or OORange.

Parameters:

data_max – Numeric or string pattern, see method RsRtx.search.trigger.arinc.label.min.set()