Data

SCPI Command :

BUS<*>:RFFE:SEQuence<*>:DATA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busRffeSequence=BusRffeSequence.Default) int[source]
# BUS<*>:RFFE:SEQuence<*>:DATA
value: int = driver.bus.rffe.sequence.data.get(bus = repcap.Bus.Default, busRffeSequence = repcap.BusRffeSequence.Default)

Returns the data bytes of the specified command sequence. Use method RsRtx.bus.rffe.sequence.byte.value.get() to access the sequence bytes.

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

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

Returns:

data: Bit pattern (B1, B2, B3, B4…) in variable length up to eight bytes.