State

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:RTCI:[SEQuencer<ST>]:NETWork:SOCKet:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(sequencer=Sequencer.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:RTCI:[SEQuencer<ST>]:NETWork:SOCKet:STATe
value: bool = driver.source.bb.esequencer.rtci.sequencer.network.socket.state.get(sequencer = repcap.Sequencer.Default)

Queries whether the socket is open and thus if the connection between the external PDW simulator and the instrument is established.

param sequencer

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequencer’)

return

socket_state: 1| ON| 0| OFF