Status

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:STATus
class StatusCls[source]

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

get(channel=Channel.Default) AregFeQatConnMode[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:STATus
value: enums.AregFeQatConnMode = driver.source.areGenerator.frontend.fe.status.get(channel = repcap.Channel.Default)

Queries the connection status of the connected QAT-type or FE-type frontend.

param channel:

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

return:

areg_fe_qat_status: DISConnected| DIALing| CONNected| CERRor| UPDate| UERRor DISConnected Frontend is disconnected. DIALing Tries to establish a frontend connection. CONNected Valid frontend connection is established. CERRor Network connection error. UPDate Update of the network connection is in progress. UERRor Update of the network connection failed.