Acondition
SCPI Command :
TRIGger<*>:USB:ACONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:USB:ACONdition value: enums.ConditionOperator = driver.trigger.usb.acondition.get(trigger = repcap.Trigger.Default)
Sets the operator to set a specific address or an address range. The address values are set with method
RsRtx.trigger.usb.amin.set()and methodRsRtx.trigger.usb.amax.set().- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(optor_addr: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:USB:ACONdition driver.trigger.usb.acondition.set(optor_addr = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Sets the operator to set a specific address or an address range. The address values are set with method
RsRtx.trigger.usb.amin.set()and methodRsRtx.trigger.usb.amax.set().- Parameters:
optor_addr –
OFF | ANY | EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange
EQUal | NEQual | LTHan | LETHan | GTHan | GETHan: Equal, Not equal, Less than, Less than or equal, Greater than, Greater than or equal. These conditions require one address value to be set using TRIGgert:USB:AMIN.
INRange | OORange: In range, out of range. These conditions require an address range to be set using TRIGgert:USB:AMIN and TRIGgert:USB:AMAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)