Dmax

SCPI Command :

SEARch:TRIGger:LIN:DMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:LIN:DMAX
value: int = driver.search.trigger.lin.dmax.get(search = 'abc')

Sets the end value of an identifier range if method RsRtx.search.trigger.lin.dcondition.set() is set to INRange or OORange.

Returns:

data_pattern_to: Numeric or string pattern, see ‘Bit pattern parameter’.

set(search: str, data_pattern_to: int) None[source]
# SEARch:TRIGger:LIN:DMAX
driver.search.trigger.lin.dmax.set(search = 'abc', data_pattern_to = 1)

Sets the end value of an identifier range if method RsRtx.search.trigger.lin.dcondition.set() is set to INRange or OORange.

Parameters:

data_pattern_to – Numeric or string pattern, see ‘Bit pattern parameter’.