Fcondition
SCPI Command :
TRIGger<*>:SPI:FCONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:SPI:FCONdition value: enums.ConditionOperator = driver.trigger.spi.fcondition.get(trigger = repcap.Trigger.Default)
Selects the operator for the MISO and MOSI pattern.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
data_operator: EQUal | NEQual
- set(data_operator: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:SPI:FCONdition driver.trigger.spi.fcondition.set(data_operator = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Selects the operator for the MISO and MOSI pattern.
- Parameters:
data_operator – EQUal | NEQual
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)