Phase
SCPI Command :
SEARch:TRIGger:PCIE:DLLP:MULT:PHAS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusPcieSnoop[source]
# SEARch:TRIGger:PCIE:DLLP:MULT:PHAS value: enums.BusPcieSnoop = driver.search.trigger.pcie.dllp.mult.phase.get(search = 'abc')
Sets the phase state to be searched for, for the data link layer.
- Parameters:
search – ANY | YES | NO
- set(search: str, dllp_mri_nit_phase: BusPcieSnoop) None[source]
# SEARch:TRIGger:PCIE:DLLP:MULT:PHAS driver.search.trigger.pcie.dllp.mult.phase.set(search = 'abc', dllp_mri_nit_phase = enums.BusPcieSnoop.ANY)
Sets the phase state to be searched for, for the data link layer.