Dpoperator
SCPI Command :
TRIGger<*>:CAN:FDATa:DPOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) DataIndexOperator[source]
# TRIGger<*>:CAN:FDATa:DPOPerator value: enums.DataIndexOperator = driver.trigger.can.fdata.dpoperator.get(trigger = repcap.Trigger.Default)
Sets the operator to define an exact position or a data range where the instrument looks for the specified data pattern. The setting is available in CAN FD option R&S RTP-K9. The position can be defined if the data field of the frame is longer than 8 bytes - if method
RsRtx.trigger.can.dlc.set()≥9.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(dat_posi_optor: DataIndexOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:CAN:FDATa:DPOPerator driver.trigger.can.fdata.dpoperator.set(dat_posi_optor = enums.DataIndexOperator.ANY, trigger = repcap.Trigger.Default)
Sets the operator to define an exact position or a data range where the instrument looks for the specified data pattern. The setting is available in CAN FD option R&S RTP-K9. The position can be defined if the data field of the frame is longer than 8 bytes - if method
RsRtx.trigger.can.dlc.set()≥9.- Parameters:
dat_posi_optor –
ANY | OFF | EQUal | GETHan | INRange | RANGe
ANY = OFF: The data position is not relevant for the trigger condition.
EQUal | GETHan: Equal, Greater or equal than. These conditions require one data position to be set with TRIGgert:CAN:FDATa:DPOSition.
INRange = RANGe: In range: Set the minimum and maximum value of the range with TRIGgert:CAN:FDATa:DPOSition and TRIGgert:CAN:FDATa:DPTO.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)