Econdition

SCPI Command :

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

Sets the operator to set a specific endpoint or an endpoint range. The endpoint values are set with method RsRtx.trigger.usb.emin.set() and method RsRtx.trigger.usb.emax.set() .

Parameters:

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

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

Sets the operator to set a specific endpoint or an endpoint range. The endpoint values are set with method RsRtx.trigger.usb.emin.set() and method RsRtx.trigger.usb.emax.set() .

Parameters:
  • optor_endpoint

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

    • 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 endpoint value to be set using TRIGgert:USB:EMIN.

    • INRange | OORange: In range, out of range. These conditions require a range of endpoint values to be set using TRIGgert:USB:EMIN and TRIGgert:USB:EMAX.

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