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