Icondition
SCPI Command :
SEARch:TRIGger:MILStd:CDST:ICONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) ConditionOperator[source]
# SEARch:TRIGger:MILStd:CDST:ICONdition value: enums.ConditionOperator = driver.search.trigger.milstd.cdst.icondition.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
- Parameters:
search – EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange
- set(search: str, info_operator: ConditionOperator) None[source]
# SEARch:TRIGger:MILStd:CDST:ICONdition driver.search.trigger.milstd.cdst.icondition.set(search = 'abc', info_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