Min

SCPI Command :

SEARch:TRIGger:MPHY:LWONe:MIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:MPHY:LWONe:MIN
value: int = driver.search.trigger.mphy.lwOne.min.get(search = 'abc')

Specifies the WORD 1 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, lcc_word_1_min: int) None[source]
# SEARch:TRIGger:MPHY:LWONe:MIN
driver.search.trigger.mphy.lwOne.min.set(search = 'abc', lcc_word_1_min = 1)

Specifies the WORD 1 pattern, or sets the start value of a pattern range.