Max

SCPI Command :

SEARch:TRIGger:TBTO:CRC:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:TBTO:CRC:MAX
value: int = driver.search.trigger.tbto.crc.max.get(search = 'abc')

Sets the end value of the frame check range if method RsRtx.search.trigger.tbto.crc.condition.set() is set to INRange or OORange.

Returns:

crc_pattern_max: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (do not care) .

set(search: str, crc_pattern_max: int) None[source]
# SEARch:TRIGger:TBTO:CRC:MAX
driver.search.trigger.tbto.crc.max.set(search = 'abc', crc_pattern_max = 1)

Sets the end value of the frame check range if method RsRtx.search.trigger.tbto.crc.condition.set() is set to INRange or OORange.

Parameters:

crc_pattern_max – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (do not care) .