Ibs

SCPI Command :

SEARch:TRIGger:CXPI:ERRor:IBS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:CXPI:ERRor:IBS
value: bool = driver.search.trigger.cxpi.error.ibs.get(search = 'abc')

Searches for an inter-byte-space error, if method RsRtx.search.trigger.cxpi.typePy.set() is set to ERRor.

Returns:

error_ibs: OFF | ON

set(search: str, error_ibs: bool) None[source]
# SEARch:TRIGger:CXPI:ERRor:IBS
driver.search.trigger.cxpi.error.ibs.set(search = 'abc', error_ibs = False)

Searches for an inter-byte-space error, if method RsRtx.search.trigger.cxpi.typePy.set() is set to ERRor.

Parameters:

error_ibs – OFF | ON