State

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:RTCI:[SEQuencer<ST>]:NETWork:SOCKet:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(sequencer=Sequencer.Default) bool[source]
# [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.

Parameters:

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

Returns:

socket_state: 1 | ON | 0| OFF