Dmax
SCPI Command :
SEARch:TRIGger:ETHernet:FRAMe:DMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:ETHernet:FRAMe:DMAX value: int = driver.search.trigger.ethernet.frame.dmax.get(search = 'abc')
Sets the end value of a destination address range, if method
RsRtx.search.trigger.ethernet.frame.dcondition.set()is set to INRange or OORange.- Parameters:
search – String parameter
- Returns:
dest_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, dest_addr_patt_max: int) None[source]
# SEARch:TRIGger:ETHernet:FRAMe:DMAX driver.search.trigger.ethernet.frame.dmax.set(search = 'abc', dest_addr_patt_max = 1)
Sets the end value of a destination address range, if method
RsRtx.search.trigger.ethernet.frame.dcondition.set()is set to INRange or OORange.- Parameters:
search – String parameter
dest_addr_patt_max – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .