Cpls
SCPI Command :
SEARch:TRIGger:PCIE:TLP:CPLS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusPcieTlpCplStatus[source]
# SEARch:TRIGger:PCIE:TLP:CPLS value: enums.BusPcieTlpCplStatus = driver.search.trigger.pcie.tlp.cpls.get(search = 'abc')
Sets the completion status to be searched for in the transaction layer type.
- Parameters:
search – ANY | SUCCESS | UNSUPPORTED | RETRY | ABORT
- set(search: str, tlp_cpl_status: BusPcieTlpCplStatus) None[source]
# SEARch:TRIGger:PCIE:TLP:CPLS driver.search.trigger.pcie.tlp.cpls.set(search = 'abc', tlp_cpl_status = enums.BusPcieTlpCplStatus.ABORT)
Sets the completion status to be searched for in the transaction layer type.