State

SCPI Command :

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

Returns the overall state of the selected command sequence.

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:

state: OK: the sequence is valid. SSC: SSC error. VERSion: RFFE version. PARity: parity error. LENGth: length error. BPERR: bus park error. NORESPONSE: No response. INComplete: The sequence is not completely contained in the acquisition. The acquired part of the sequence is valid.