Fmin
SCPI Command :
SEARch:TRIGger:FLXRay:FMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:FLXRay:FMIN value: int = driver.search.trigger.flxRay.fmin.get(search = 'abc')
Specifies a frame identifier pattern - the number of the slot - or sets the start value of an identifier range.
- Parameters:
search – Numeric or string pattern, see ‘Bit pattern parameter’.
- set(search: str, idtf_patt: int) None[source]
# SEARch:TRIGger:FLXRay:FMIN driver.search.trigger.flxRay.fmin.set(search = 'abc', idtf_patt = 1)
Specifies a frame identifier pattern - the number of the slot - or sets the start value of an identifier range.