Dpoperator

SCPI Command :

SEARch:TRIGger:CAN:FDATa:DPOPerator
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) DataIndexOperator[source]
# SEARch:TRIGger:CAN:FDATa:DPOPerator
value: enums.DataIndexOperator = driver.search.trigger.can.fdata.dpoperator.get(search = 'abc')

Sets the operator for the data position if DLC ≥ 9. You can define an exact position, or a position range. The setting is available in CAN FD option R&S RTP-K9.

Parameters:

search

ANY | OFF | EQUal | GETHan | INRange | RANGe

  • ANY = OFF: The data position is not relevant for the search.

  • EQUal | GETHan: Equal, Greater or equal than. These conditions require one data position to be set with SEARch:TRIGger:CAN:FDATa:DPOSition.

  • INRange = RANGe: In range: Set the minimum and maximum value of the range with SEARch:TRIGger:CAN:FDATa:DPOSition and SEARch:TRIGger:CAN:FDATa:DPTO.

set(search: str, dat_posi_optor: DataIndexOperator) None[source]
# SEARch:TRIGger:CAN:FDATa:DPOPerator
driver.search.trigger.can.fdata.dpoperator.set(search = 'abc', dat_posi_optor = enums.DataIndexOperator.ANY)

Sets the operator for the data position if DLC ≥ 9. You can define an exact position, or a position range. The setting is available in CAN FD option R&S RTP-K9.

Parameters:
  • search

    ANY | OFF | EQUal | GETHan | INRange | RANGe

    • ANY = OFF: The data position is not relevant for the search.

    • EQUal | GETHan: Equal, Greater or equal than. These conditions require one data position to be set with SEARch:TRIGger:CAN:FDATa:DPOSition.

    • INRange = RANGe: In range: Set the minimum and maximum value of the range with SEARch:TRIGger:CAN:FDATa:DPOSition and SEARch:TRIGger:CAN:FDATa:DPTO.

  • dat_posi_optor – String with the search name