Ccondition

SCPI Command :

TRIGger<*>:MILStd:CMD:CCONdition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:MILStd:CMD:CCONdition
value: enums.ConditionOperator = driver.trigger.milstd.cmd.ccondition.get(trigger = repcap.Trigger.Default)

Sets the operator to set a specific data word count or mode code pattern.

Parameters:

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

set(word_count_optor: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:CMD:CCONdition
driver.trigger.milstd.cmd.ccondition.set(word_count_optor = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)

Sets the operator to set a specific data word count or mode code pattern.

Parameters:
  • word_count_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 pattern to be set with TRIGgert:MILStd:CMD:CMIN.

    • INRange | OORange: In range/Out of range: Set the minimum and maximum value of the range with TRIGgert:MILStd:CMD:CMIN and TRIGgert:MILStd:CMD:CMAX.

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