Min

SCPI Command :

SEARch:TRIGger:TBTO:SADDress:MIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:TBTO:SADDress:MIN
value: int = driver.search.trigger.tbto.saddress.min.get(search = 'abc')

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

Returns:

src_addr_patt_min: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (do not care) .

set(search: str, src_addr_patt_min: int) None[source]
# SEARch:TRIGger:TBTO:SADDress:MIN
driver.search.trigger.tbto.saddress.min.set(search = 'abc', src_addr_patt_min = 1)

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

Parameters:

src_addr_patt_min – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (do not care) .