Rcondition

SCPI Command :

TRIGger<*>:MILStd:CDST:RCONdition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:MILStd:CDST:RCONdition
value: enums.ConditionOperator = driver.trigger.milstd.cdst.rcondition.get(trigger = repcap.Trigger.Default)

Sets the operator to define a remote terminal address: Use the following commands to set up the application:

  • DATA: for data words

  • CMD: for command words

  • CDST: for status words

Parameters:

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

Returns:

rta_operator: EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange

  • 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 pattern to be set with TRIGgert:MILStd:CDST:RMIN.

  • INRange | OORange: In range/Out of range: set the minimum and maximum value of the range with TRIGgert:MILStd:CDST:RMIN and TRIGgert:MILStd:CDST:RMAX.

set(rta_operator: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:CDST:RCONdition
driver.trigger.milstd.cdst.rcondition.set(rta_operator = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)

Sets the operator to define a remote terminal address: Use the following commands to set up the application:

  • DATA: for data words

  • CMD: for command words

  • CDST: for status words

Parameters:
  • rta_operator

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

    • 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 pattern to be set with TRIGgert:MILStd:CDST:RMIN.

    • INRange | OORange: In range/Out of range: set the minimum and maximum value of the range with TRIGgert:MILStd:CDST:RMIN and TRIGgert:MILStd:CDST:RMAX.

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