Auth

SCPI Command :

SEARch:TRIGger:PCIE:DLLP:MULT:AUTH
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) BusPcieSnoop[source]
# SEARch:TRIGger:PCIE:DLLP:MULT:AUTH
value: enums.BusPcieSnoop = driver.search.trigger.pcie.dllp.mult.auth.get(search = 'abc')

Sets the authorized presence state to be searched for, for the data link layer.

Parameters:

search – ANY | YES | NO

set(search: str, dllp_mri_nit_authorized: BusPcieSnoop) None[source]
# SEARch:TRIGger:PCIE:DLLP:MULT:AUTH
driver.search.trigger.pcie.dllp.mult.auth.set(search = 'abc', dllp_mri_nit_authorized = enums.BusPcieSnoop.ANY)

Sets the authorized presence state to be searched for, for the data link layer.