Tmax
SCPI Command :
SEARch:TRIGger:ETHernet:FRAMe:TMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:ETHernet:FRAMe:TMAX value: int = driver.search.trigger.ethernet.frame.tmax.get(search = 'abc')
Sets the end value of a range of frame lengths/types, if method
RsRtx.search.trigger.ethernet.frame.tcondition.set()is set to INRange or OORange.- Parameters:
search – String parameter
- Returns:
type_patt_max: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(search: str, type_patt_max: int) None[source]
# SEARch:TRIGger:ETHernet:FRAMe:TMAX driver.search.trigger.ethernet.frame.tmax.set(search = 'abc', type_patt_max = 1)
Sets the end value of a range of frame lengths/types, if method
RsRtx.search.trigger.ethernet.frame.tcondition.set()is set to INRange or OORange.- Parameters:
search – String parameter
type_patt_max – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .