Condition

SCPI Command :

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

Sets the operator to trigger on a specific sub device address/MID pattern or a range.

Parameters:

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

Returns:

sid_operator: 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:SADDress:MIN.

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

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

Sets the operator to trigger on a specific sub device address/MID pattern or a range.

Parameters:
  • sid_operator

    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:SADDress:MIN.

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

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