Rtyp
SCPI Command :
BUS<*>:TBTO:RTYP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) SignalRevType[source]
# BUS<*>:TBTO:RTYP value: enums.SignalRevType = driver.bus.tbto.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<*>:TBTO:RTYP driver.bus.tbto.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’)