Rtyp

SCPI Command :

BUS<*>:HBTO:RTYP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) SignalRevType[source]
# BUS<*>:HBTO:RTYP
value: enums.SignalRevType = driver.bus.hbto.rtyp.get(bus = repcap.Bus.Default)

Sets the type of reverse signal measurement.

Parameters:

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

Returns:

signal_rev_type: DISabled | DIFFerential | SINGle

set(signal_rev_type: SignalRevType, bus=Bus.Default) None[source]
# BUS<*>:HBTO:RTYP
driver.bus.hbto.rtyp.set(signal_rev_type = enums.SignalRevType.DIFFerential, bus = repcap.Bus.Default)

Sets the type of reverse signal measurement.

Parameters:
  • signal_rev_type – DISabled | DIFFerential | SINGle

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