Resa
SCPI Command :
SEARch:TRIGger:PCIE:DLLP:MULT:RESA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) DllpMrResetA[source]
# SEARch:TRIGger:PCIE:DLLP:MULT:RESA value: enums.DllpMrResetA = driver.search.trigger.pcie.dllp.mult.resa.get(search = 'abc')
Sets the on the value of the A bit to be searched for, for the data link layer.
- Parameters:
search – ANY | ACK | REQUEST
- set(search: str, dllp_mr_reset_a: DllpMrResetA) None[source]
# SEARch:TRIGger:PCIE:DLLP:MULT:RESA driver.search.trigger.pcie.dllp.mult.resa.set(search = 'abc', dllp_mr_reset_a = enums.DllpMrResetA.ACK)
Sets the on the value of the A bit to be searched for, for the data link layer.