Max

SCPI Command :

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

Sets the end value of a range, if the byte/bit count condition is set to INRange or OORange. See method RsRtx.trigger.rffe.bcount.condition.set() .

Parameters:

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

Returns:

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

set(byte_count_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:RFFE:BCOunt:MAX
driver.trigger.rffe.bcount.max.set(byte_count_max = 1, trigger = repcap.Trigger.Default)

Sets the end value of a range, if the byte/bit count condition is set to INRange or OORange. See method RsRtx.trigger.rffe.bcount.condition.set() .

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

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