Tcondition

SCPI Command :

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

Sets the operator to set a specific endpoint type (ET) or an ET range. The ET values are set with method RsRtx.trigger.usb.tmin.set() and method RsRtx.trigger.usb.tmax.set() .

Parameters:

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

Returns:

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

  • OFF = ANY: The position of the endpoint type is not relevant.

  • EQUal | NEQual | LTHan | LETHan | GTHan | GETHan: Equal, Not equal, Less than, Less than or equal, Greater than, Greater than or equal. These conditions require one ET value to be set using TRIGgert:USB:TMIN.

  • INRange | OORange: In range, out of range. These conditions require a range of ET values to be set using TRIGgert:USB:SMIN and TRIGgert:USB:SMAX.

set(operator_et: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:USB:TCONdition
driver.trigger.usb.tcondition.set(operator_et = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)

Sets the operator to set a specific endpoint type (ET) or an ET range. The ET values are set with method RsRtx.trigger.usb.tmin.set() and method RsRtx.trigger.usb.tmax.set() .

Parameters:
  • operator_et

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

    • OFF = ANY: The position of the endpoint type is not relevant.

    • EQUal | NEQual | LTHan | LETHan | GTHan | GETHan: Equal, Not equal, Less than, Less than or equal, Greater than, Greater than or equal. These conditions require one ET value to be set using TRIGgert:USB:TMIN.

    • INRange | OORange: In range, out of range. These conditions require a range of ET values to be set using TRIGgert:USB:SMIN and TRIGgert:USB:SMAX.

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