Max
SCPI Command :
SEARch:TRIGger:MPHY:LWTHree:MAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MPHY:LWTHree:MAX value: int = driver.search.trigger.mphy.lwThree.max.get(search = 'abc')
Sets the end value of the WORD 3 range if method
RsRtx.search.trigger.mphy.lwThree.condition.set()is set to INRange or OORange.- Parameters:
search – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(search: str, lcc_word_3_max: int) None[source]
# SEARch:TRIGger:MPHY:LWTHree:MAX driver.search.trigger.mphy.lwThree.max.set(search = 'abc', lcc_word_3_max = 1)
Sets the end value of the WORD 3 range if method
RsRtx.search.trigger.mphy.lwThree.condition.set()is set to INRange or OORange.