Max

SCPI Command :

SEARch:TRIGger:TBTO:LENGth:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:TBTO:LENGth:MAX
value: int = driver.search.trigger.tbto.length.max.get(search = 'abc')

Sets the end value of the length / type range if method RsRtx.search.trigger.tbto.length.condition.set() is set to INRange or OORange.

Parameters:

search – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (do not care) .

set(search: str, type_patt_max: int) None[source]
# SEARch:TRIGger:TBTO:LENGth:MAX
driver.search.trigger.tbto.length.max.set(search = 'abc', type_patt_max = 1)

Sets the end value of the length / type range if method RsRtx.search.trigger.tbto.length.condition.set() is set to INRange or OORange.