Smax

SCPI Command :

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

Sets the end value of a source address range, if method RsRtx.search.trigger.ethernet.frame.scondition.set() is set to INRange or OORange.

Parameters:

search – String parameter

Returns:

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

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

Sets the end value of a source address range, if method RsRtx.search.trigger.ethernet.frame.scondition.set() is set to INRange or OORange.

Parameters:
  • search – String parameter

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