Condition

SCPI Command :

TRIGger<*>:I2S:TCONdition<*>:CONDtion
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default, tcondition=Tcondition.Default) ConditionOperator[source]
# TRIGger<*>:I2S:TCONdition<*>:CONDtion
value: enums.ConditionOperator = driver.trigger.i2S.tcondition.condition.get(trigger = repcap.Trigger.Default, tcondition = repcap.Tcondition.Default)

Sets the operator to set a specific data pattern or a data pattern range.

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

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

Returns:

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

  • OFF = ANY: No range is defined.

  • 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 TRIGgert:I2S:TCONditionn:DMIN.

  • INRange | OORange: In range, Out of range: Set the minimum and maximum value of the range with TRIGgert:I2S:TCONditionn:DMIN and TRIGgert:I2S:TCONditionn:DMAX.

set(data_condition: ConditionOperator, trigger=Trigger.Default, tcondition=Tcondition.Default) None[source]
# TRIGger<*>:I2S:TCONdition<*>:CONDtion
driver.trigger.i2S.tcondition.condition.set(data_condition = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default, tcondition = repcap.Tcondition.Default)

Sets the operator to set a specific data pattern or a data pattern range.

Parameters:
  • data_condition

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

    • OFF = ANY: No range is defined.

    • 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 TRIGgert:I2S:TCONditionn:DMIN.

    • INRange | OORange: In range, Out of range: Set the minimum and maximum value of the range with TRIGgert:I2S:TCONditionn:DMIN and TRIGgert:I2S:TCONditionn:DMAX.

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

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