Ftyp

SCPI Command :

BUS<*>:TBTO:FTYP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusSignalDiffType[source]
# BUS<*>:TBTO:FTYP
value: enums.BusSignalDiffType = driver.bus.tbto.ftyp.get(bus = repcap.Bus.Default)

Sets the type of forward signal measurement.

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<*>:TBTO:FTYP
driver.bus.tbto.ftyp.set(signal_type = enums.BusSignalDiffType.DIFFerential, bus = repcap.Bus.Default)

Sets the type of forward signal measurement.

Parameters:
  • signal_type – DIFFerential | SINGle

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