Min
SCPI Command :
SEARch:TRIGger:TBTO:LENGth:MIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:TBTO:LENGth:MIN value: int = driver.search.trigger.tbto.length.min.get(search = 'abc')
Specifies the length/ type bit pattern, or sets the start value of a pattern range.
- Returns:
type_patt_min: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (do not care) .
- set(search: str, type_patt_min: int) None[source]
# SEARch:TRIGger:TBTO:LENGth:MIN driver.search.trigger.tbto.length.min.set(search = 'abc', type_patt_min = 1)
Specifies the length/ type bit pattern, or sets the start value of a pattern range.
- Parameters:
type_patt_min – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (do not care) .