Dmax

SCPI Command :

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

Sets the end value of a data type range if method RsRtx.search.trigger.cxpi.data.dcondition.set() is set to INRange or OORange.

set(search: str, data_max: int) None[source]
# SEARch:TRIGger:CXPI:DATA:DMAX
driver.search.trigger.cxpi.data.dmax.set(search = 'abc', data_max = 1)

Sets the end value of a data type range if method RsRtx.search.trigger.cxpi.data.dcondition.set() is set to INRange or OORange.