Dpoperator
SCPI Command :
SEARch:TRIGger:FLXRay:DPOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) DataIndexOperator[source]
# SEARch:TRIGger:FLXRay:DPOPerator value: enums.DataIndexOperator = driver.search.trigger.flxRay.dpoperator.get(search = 'abc')
Sets the operator for the data position. You can defined an exact position, or a position range.
- Parameters:
search –
ANY | OFF | EQUal | GETHan | INRange | RANGe
OFF = ANY: The data position is not relevant for the search condition.
EQUal | GETHan: Equal, Greater or equal than. These conditions require one data position to be set with SEARch:TRIGger:FLXRay:DPOSition
INRange = RANGe: In range: Set the minimum and maximum value of the range with SEARch:TRIGger:FLXRay:DPOSition and SEARch:TRIGger:FLXRay:DPTO.
- set(search: str, dat_posi_optor: DataIndexOperator) None[source]
# SEARch:TRIGger:FLXRay:DPOPerator driver.search.trigger.flxRay.dpoperator.set(search = 'abc', dat_posi_optor = enums.DataIndexOperator.ANY)
Sets the operator for the data position. You can defined an exact position, or a position range.