Dmin

SCPI Command :

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

Defines a destination address, or sets the start value of a destination address range.

Parameters:

search – String parameter

Returns:

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

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

Defines a destination address, or sets the start value of a destination address range.

Parameters:
  • search – String parameter

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