Sdi

SCPI Command :

SEARch:TRIGger:ARINc:SDI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:ARINc:SDI
value: int = driver.search.trigger.arinc.sdi.get(search = 'abc')

Sets the source/destination identifier (SDI) bits.

set(search: str, sdi: int) None[source]
# SEARch:TRIGger:ARINc:SDI
driver.search.trigger.arinc.sdi.set(search = 'abc', sdi = 1)

Sets the source/destination identifier (SDI) bits.