Icondition

SCPI Command :

TRIGger<*>:HBTO:DATA:ICONdition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) DataIndexOperator[source]
# TRIGger<*>:HBTO:DATA:ICONdition
value: enums.DataIndexOperator = driver.trigger.hbto.data.icondition.get(trigger = repcap.Trigger.Default)

Sets the condition for the index. 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(dat_index_optor: DataIndexOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:HBTO:DATA:ICONdition
driver.trigger.hbto.data.icondition.set(dat_index_optor = enums.DataIndexOperator.ANY, trigger = repcap.Trigger.Default)

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

Parameters:
  • dat_index_optor

    EQUal | LTHan | LETHan | GTHan | GETHan | INRange | RANGe

    • 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:DATA:IMIN command.

    • INRange | OORange: In range/Out of range: set the minimum and maximum value of the range with TRIGgert:HBTO:DATA:IMIN and TRIGgert:HBTO:DATA:IMAX.

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