Dcondition

SCPI Command :

SEARch:TRIGger:MILStd:DATA:DCONdition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) ConditionOperator[source]
# SEARch:TRIGger:MILStd:DATA:DCONdition
value: enums.ConditionOperator = driver.search.trigger.milstd.data.dcondition.get(search = 'abc')

Sets the operator for the corresponding search:

  • CDST:ICON - specific info for the 9th to 19th bit of a command or status word.

  • CMD:CCON - specific data word count or mode code pattern in a command word

  • CMD:SCON - specific subaddress/mode pattern in a command word

  • DATA:DCON - data pattern in a data word

Returns:

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

set(search: str, data_operator: ConditionOperator) None[source]
# SEARch:TRIGger:MILStd:DATA:DCONdition
driver.search.trigger.milstd.data.dcondition.set(search = 'abc', data_operator = enums.ConditionOperator.EQUal)

Sets the operator for the corresponding search:

  • CDST:ICON - specific info for the 9th to 19th bit of a command or status word.

  • CMD:CCON - specific data word count or mode code pattern in a command word

  • CMD:SCON - specific subaddress/mode pattern in a command word

  • DATA:DCON - data pattern in a data word

Parameters:

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