Min

SCPI Command :

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

Specifies a word bit pattern, or sets the start value of a pattern range.

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_min: int) None[source]
# SEARch:TRIGger:DPHY:WCOunt:MIN
driver.search.trigger.dphy.wcount.min.set(search = 'abc', hs_word_count_min = 1)

Specifies a word bit pattern, or sets the start value of a pattern range.