Condition

SCPI Command :

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

Sets the condition for the source address. You can define an exact value or a value range.

Parameters:

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

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

Sets the condition for the source address. You can define an exact value or a value range.

Parameters:
  • src_addr_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 data pattern to be set with the corresponding TRIGgert:HBTO:SADDress:MIN command.

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

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