Fmax
SCPI Command :
SEARch:TRIGger:FLXRay:FMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:FLXRay:FMAX value: int = driver.search.trigger.flxRay.fmax.get(search = 'abc')
Sets the end value of an identifier range if the condition method
RsRtx.search.trigger.flxRay.fcondition.set()is set to INRange or OORange.- Parameters:
search – Numeric or string pattern, see ‘Bit pattern parameter’.
- set(search: str, idtf_patt_to: int) None[source]
# SEARch:TRIGger:FLXRay:FMAX driver.search.trigger.flxRay.fmax.set(search = 'abc', idtf_patt_to = 1)
Sets the end value of an identifier range if the condition method
RsRtx.search.trigger.flxRay.fcondition.set()is set to INRange or OORange.