Max

SCPI Command :

TRIGger<*>:MPHY:CRC:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:MPHY:CRC:MAX
value: int = driver.trigger.mphy.crc.max.get(trigger = repcap.Trigger.Default)

Sets the end value of the CRC range if method RsRtx.trigger.mphy.crc.condition.set() is set to INRange or OORange.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

Returns:

crc_max: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .

set(crc_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:MPHY:CRC:MAX
driver.trigger.mphy.crc.max.set(crc_max = 1, trigger = repcap.Trigger.Default)

Sets the end value of the CRC range if method RsRtx.trigger.mphy.crc.condition.set() is set to INRange or OORange.

Parameters:
  • crc_max – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)