Condition

SCPI Command :

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

Sets the operator to trigger on a specific byte count or a byte count range.

Parameters:

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

set(bte_count_optor: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:RFFE:BCOunt:CONDition
driver.trigger.rffe.bcount.condition.set(bte_count_optor = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)

Sets the operator to trigger on a specific byte count or a byte count range.

Parameters:
  • bte_count_optor

    EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange

    • EQUal | NEQual | LTHan | LETHan | GTHan | GETHan: Equal, Not equal, Less than, Less or equal than, Greater than, Greater or equal than. These conditions require one pattern to be set with TRIGgert:RFFE:BCOunt:MIN command.

    • INRange | OORange: In range / Out of range: Set the minimum and maximum value using the corresponding TRIGgert:RFFE:BCOunt:MIN and TRIGgert:RFFE:BCOunt:MAX

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