Max
SCPI Command :
SEARch:TRIGger:ARINc:LABel:MAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:ARINc:LABel:MAX value: int = driver.search.trigger.arinc.label.max.get(search = 'abc')
Set the end value of a label or data pattern if the condition is set to INRange or OORange.
- Parameters:
search – Numeric or string pattern, see method
RsRtx.search.trigger.arinc.label.min.set()
- set(search: str, label_max: int) None[source]
# SEARch:TRIGger:ARINc:LABel:MAX driver.search.trigger.arinc.label.max.set(search = 'abc', label_max = 1)
Set the end value of a label or data pattern if the condition is set to INRange or OORange.