Cnetwork

SCPI Command :

TEST:SIGNaling:TOPology:CNETwork
class CnetworkCls[source]

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

set() None[source]
# SCPI: TEST:SIGNaling:TOPology:CNETwork
driver.test.signaling.topology.cnetwork.set()

Tests in edit mode whether switching to live mode is possible with the current configuration. To get the result of the check, use method RsCMX_Signaling.Signaling.Topology.Cnetwork.State.fetch. The check is also triggered if you try to switch to live mode via the command method RsCMX_Signaling.Source.Signaling.Topology.Cnetwork.enable.

set_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: TEST:SIGNaling:TOPology:CNETwork
driver.test.signaling.topology.cnetwork.set_with_opc()

Tests in edit mode whether switching to live mode is possible with the current configuration. To get the result of the check, use method RsCMX_Signaling.Signaling.Topology.Cnetwork.State.fetch. The check is also triggered if you try to switch to live mode via the command method RsCMX_Signaling.Source.Signaling.Topology.Cnetwork.enable.

Same as set, but waits for the operation to complete before continuing further. Use the RsCMX_Signaling.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.