Max
SCPI Command :
SEARch:TRIGger:MPHY:LWONe:MAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MPHY:LWONe:MAX value: int = driver.search.trigger.mphy.lwOne.max.get(search = 'abc')
Sets the end value of the WORD 1 range if method
RsRtx.search.trigger.mphy.lwOne.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_1_max: int) None[source]
# SEARch:TRIGger:MPHY:LWONe:MAX driver.search.trigger.mphy.lwOne.max.set(search = 'abc', lcc_word_1_max = 1)
Sets the end value of the WORD 1 range if method
RsRtx.search.trigger.mphy.lwOne.condition.set()is set to INRange or OORange.