Pcondition

SCPI Command :

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

Sets the operator for the payload length trigger setting. You can defined an exact value, or a range.

Parameters:

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

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

Sets the operator for the payload length trigger setting. You can defined an exact value, or a range.

Parameters:
  • ploadlgth_optor

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

    • OFF = ANY: The payload length 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 payload length to be set with TRIGgert:FLXRay:PMIN.

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

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