Data
SCPI Command :
SEARch:TRIGger:MDIO:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MDIO:DATA value: int = driver.search.trigger.mdio.data.get(search = 'abc')
Allows to define the 16-bit payload data pattern (both in Clause 22 or Clause 45) or the address pattern (in Clause 45, only) to search for; available only in search criteria type Data.
- set(search: str, data: int) None[source]
# SEARch:TRIGger:MDIO:DATA driver.search.trigger.mdio.data.set(search = 'abc', data = 1)
Allows to define the 16-bit payload data pattern (both in Clause 22 or Clause 45) or the address pattern (in Clause 45, only) to search for; available only in search criteria type Data.