TypePy

SCPI Command :

BUS<*>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusType[source]
# BUS<*>:TYPE
value: enums.BusType = driver.bus.typePy.get(bus = repcap.Bus.Default)

Defines the bus or protocol type for analysis. The type of available buses depends on the installed options.

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

Returns:

type_py: MILS1553 = MILStd1553: specification MIL-STD-1553 ARIN429 = ARINc429: specification ARINC 429 HBTO: Ethernet 100BASE-T1 TBTO: Ethernet 1000BASE-T1 TNOS: automotive Ethernet 10BASE-T1S CMSB: custom decode serial bus EBTB: 8b/10b general decoding SWIRe: SpaceWire

set(type_py: BusType, bus=Bus.Default) None[source]
# BUS<*>:TYPE
driver.bus.typePy.set(type_py = enums.BusType.ARIN429, bus = repcap.Bus.Default)

Defines the bus or protocol type for analysis. The type of available buses depends on the installed options.

Parameters:
  • type_py – MILS1553 = MILStd1553: specification MIL-STD-1553 ARIN429 = ARINc429: specification ARINC 429 HBTO: Ethernet 100BASE-T1 TBTO: Ethernet 1000BASE-T1 TNOS: automotive Ethernet 10BASE-T1S CMSB: custom decode serial bus EBTB: 8b/10b general decoding SWIRe: SpaceWire

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)