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