Min
SCPI Command :
SEARch:TRIGger:MPHY:CRC:MIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MPHY:CRC:MIN value: int = driver.search.trigger.mphy.crc.min.get(search = 'abc')
Specifies the CRC bit pattern, or sets the start value of a pattern range.
- Returns:
crc_min: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(search: str, crc_min: int) None[source]
# SEARch:TRIGger:MPHY:CRC:MIN driver.search.trigger.mphy.crc.min.set(search = 'abc', crc_min = 1)
Specifies the CRC bit pattern, or sets the start value of a pattern range.
- Parameters:
crc_min – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .