Max
SCPI Command :
SEARch:TRIGger:CXPI:DLC:MAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:CXPI:DLC:MAX value: int = driver.search.trigger.cxpi.dlc.max.get(search = 'abc')
Sets the end value of a data type range if method
RsRtx.search.trigger.cxpi.dlc.condition.set()is set to INRange or OORange.
- set(search: str, dlc_max: int) None[source]
# SEARch:TRIGger:CXPI:DLC:MAX driver.search.trigger.cxpi.dlc.max.set(search = 'abc', dlc_max = 1)
Sets the end value of a data type range if method
RsRtx.search.trigger.cxpi.dlc.condition.set()is set to INRange or OORange.