Icondition

SCPI Command :

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

Sets the operator to set a specific bit index (data position) .

Parameters:

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

set(dat_idx_optor: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:CMSB:ICONdition
driver.trigger.cmsb.icondition.set(dat_idx_optor = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)

Sets the operator to set a specific bit index (data position) .

Parameters:
  • dat_idx_optor

    EQUal | GETHan | INRange

    • EQUal: Equal

    • GETHan: Greater than or equal

    • INRange: In range

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