TypePy
SCPI Command :
BUS<*>:EBTB:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusSignalDiffType[source]
# BUS<*>:EBTB:TYPE value: enums.BusSignalDiffType = driver.bus.ebtb.typePy.get(bus = repcap.Bus.Default)
Selects the signal type that is used for the decoding. You can choose between a differential and single-ended signal.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
signal_type: DIFFerential | SINGle
- set(signal_type: BusSignalDiffType, bus=Bus.Default) None[source]
# BUS<*>:EBTB:TYPE driver.bus.ebtb.typePy.set(signal_type = enums.BusSignalDiffType.DIFFerential, bus = repcap.Bus.Default)
Selects the signal type that is used for the decoding. You can choose between a differential and single-ended signal.
- Parameters:
signal_type – DIFFerential | SINGle
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)