Tmin

SCPI Command :

SEARch:TRIGger:ETHernet:FRAMe:TMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:ETHernet:FRAMe:TMIN
value: int = driver.search.trigger.ethernet.frame.tmin.get(search = 'abc')

Defines a frame length/type, or sets the start value for a range of frame lengths/types.

Parameters:

search – String parameter

Returns:

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

set(search: str, type_patt_min: int) None[source]
# SEARch:TRIGger:ETHernet:FRAMe:TMIN
driver.search.trigger.ethernet.frame.tmin.set(search = 'abc', type_patt_min = 1)

Defines a frame length/type, or sets the start value for a range of frame lengths/types.

Parameters:
  • search – String parameter

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