Condition

SCPI Command :

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

Sets the condition for the destination 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(dest_addr_optor: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:HBTO:DADDress:CONDition
driver.trigger.hbto.daddress.condition.set(dest_addr_optor = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)

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

Parameters:
  • dest_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:DADDress:MIN command.

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

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