Ftyp
SCPI Command :
BUS<*>:HBTO:FTYP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusSignalDiffType[source]
# BUS<*>:HBTO:FTYP value: enums.BusSignalDiffType = driver.bus.hbto.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<*>:HBTO:FTYP driver.bus.hbto.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’)