Fcondition
SCPI Command :
SEARch:TRIGger:SPI:FCONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) ConditionOperator[source]
# SEARch:TRIGger:SPI:FCONdition value: enums.ConditionOperator = driver.search.trigger.spi.fcondition.get(search = 'abc')
Selects the operator for the data pattern: equal or not equal.
- Returns:
data_operator: EQUal | NEQual
- set(search: str, data_operator: ConditionOperator) None[source]
# SEARch:TRIGger:SPI:FCONdition driver.search.trigger.spi.fcondition.set(search = 'abc', data_operator = enums.ConditionOperator.EQUal)
Selects the operator for the data pattern: equal or not equal.
- Parameters:
data_operator – EQUal | NEQual