Disconnect

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:DISConnect
class DisconnectCls[source]

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

set(channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:DISConnect
driver.source.areGenerator.frontend.fe.disconnect.set(channel = repcap.Channel.Default)

Triggers a connection procedure to connect the R&S AREG800A with the external frontend in the network.

param channel:

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

set_with_opc(channel=Channel.Default, opc_timeout_ms: int = -1) None[source]