Condition

SCPI Command :

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

Sets the operator to trigger on a specific address pattern or a range.

Parameters:

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

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

Sets the operator to trigger on a specific address pattern or a range.

Parameters:
  • address_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:ADDRess:MIN.

    • INRange | OORange: In range / Out of range: Set the minimum and maximum value of the range with TRIGgert:RFFE:ADDRess:MIN and TRIGgert:RFFE:ADDRess:MAX.

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