Max

SCPI Command :

SEARch:TRIGger:CXPI:DEXTension:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:CXPI:DEXTension:MAX
value: int = driver.search.trigger.cxpi.dextension.max.get(search = 'abc')

Sets the end value of a DLC extend range if method RsRtx.search.trigger.cxpi.dextension.condition.set() is set to INRange or OORange.

set(search: str, dlc_ext_max: int) None[source]
# SEARch:TRIGger:CXPI:DEXTension:MAX
driver.search.trigger.cxpi.dextension.max.set(search = 'abc', dlc_ext_max = 1)

Sets the end value of a DLC extend range if method RsRtx.search.trigger.cxpi.dextension.condition.set() is set to INRange or OORange.