Scondition
SCPI Command :
SEARch:TRIGger:MILStd:CMD:SCONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) ConditionOperator[source]
# SEARch:TRIGger:MILStd:CMD:SCONdition value: enums.ConditionOperator = driver.search.trigger.milstd.cmd.scondition.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, subaddress_optor: ConditionOperator) None[source]
# SEARch:TRIGger:MILStd:CMD:SCONdition driver.search.trigger.milstd.cmd.scondition.set(search = 'abc', subaddress_optor = 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