BitstError
SCPI Command :
SEARch:TRIGger:USB:BITSterror
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:USB:BITSterror value: bool = driver.search.trigger.usb.bitstError.get(search = 'abc')
Defines, whether a search for any bitstuffing error shall be activated or not.
- Parameters:
search – OFF | ON
- set(search: str, chk_bstff_err: bool) None[source]
# SEARch:TRIGger:USB:BITSterror driver.search.trigger.usb.bitstError.set(search = 'abc', chk_bstff_err = False)
Defines, whether a search for any bitstuffing error shall be activated or not.