Cenable

SCPI Command :

TRIGger<*>:FLXRay:CENable
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:FLXRay:CENable
value: enums.ConditionOperator = driver.trigger.flxRay.cenable.get(trigger = repcap.Trigger.Default)

Sets the operator to define a cycle count or a cycle count range.

Parameters:

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

Returns:

cycle_count: OFF | EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange

  • OFF: The cycle count is not relevant for the trigger condition.

  • 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 cycle count number to be set with TRIGgert:FLXRay:CMIN.

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

set(cycle_count: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:FLXRay:CENable
driver.trigger.flxRay.cenable.set(cycle_count = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)

Sets the operator to define a cycle count or a cycle count range.

Parameters:
  • cycle_count

    OFF | EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange

    • OFF: The cycle count is not relevant for the trigger condition.

    • 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 cycle count number to be set with TRIGgert:FLXRay:CMIN.

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

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