Min

SCPI Command :

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

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

Returns:

credit_min: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .

set(search: str, credit_min: int) None[source]
# SEARch:TRIGger:MPHY:CREDit:MIN
driver.search.trigger.mphy.credit.min.set(search = 'abc', credit_min = 1)

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

Parameters:

credit_min – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .