Max

SCPI Command :

SEARch:TRIGger:DPHY:WCOunt:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:DPHY:WCOunt:MAX
value: int = driver.search.trigger.dphy.wcount.max.get(search = 'abc')

Sets the end value of a data type range if method RsRtx.search.trigger.dphy.wcount.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, hs_word_count_max: int) None[source]
# SEARch:TRIGger:DPHY:WCOunt:MAX
driver.search.trigger.dphy.wcount.max.set(search = 'abc', hs_word_count_max = 1)

Sets the end value of a data type range if method RsRtx.search.trigger.dphy.wcount.condition.set() is set to INRange or OORange.