Ifs
SCPI Command :
SEARch:TRIGger:CXPI:ERRor:IFS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:CXPI:ERRor:IFS value: bool = driver.search.trigger.cxpi.error.ifs.get(search = 'abc')
Searches for an inter-frame-space error, if method
RsRtx.search.trigger.cxpi.typePy.set()is set to ERRor.- Returns:
error_ifs: OFF | ON
- set(search: str, error_ifs: bool) None[source]
# SEARch:TRIGger:CXPI:ERRor:IFS driver.search.trigger.cxpi.error.ifs.set(search = 'abc', error_ifs = False)
Searches for an inter-frame-space error, if method
RsRtx.search.trigger.cxpi.typePy.set()is set to ERRor.- Parameters:
error_ifs – OFF | ON