Connection

SCPI Command :

[SOURce<HW>]:AREGenerator:OSETup:MULTiinstrument:SECondary:CONNection:[STATe]
class ConnectionCls[source]

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

get_state() AregMultiInstCnctStatus[source]
# SCPI: [SOURce<HW>]:AREGenerator:OSETup:MULTiinstrument:SECondary:CONNection:[STATe]
value: enums.AregMultiInstCnctStatus = driver.source.areGenerator.osetup.multiInstrument.secondary.connection.get_state()

Queries the connection state of the secondary instrument. If you remove a secondary instrument, the connection state of this secondary instrument is DISConnected.

return:

conn_state: DISConnected| CONNected| TCONnencting| TDISconnecting| CERRor DISConnected The secondary instrument is disconnected. DISConnected The secondary instrument is connected. TDISconnecting Triggers disconnecting the secondary instrument. CERRor Connection error.