Dlc

SCPI Command :

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

Searches for a data length code error, if method RsRtx.search.trigger.cxpi.typePy.set() is set to ERRor.

Returns:

error_dlc: OFF | ON

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

Searches for a data length code error, if method RsRtx.search.trigger.cxpi.typePy.set() is set to ERRor.

Parameters:

error_dlc – OFF | ON