Cnetwork

SCPI Command :

SOURce:SIGNaling:TOPology:CNETwork:ENABle
class CnetworkCls[source]

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

get_enable() bool[source]
# SCPI: SOURce:SIGNaling:TOPology:CNETwork:ENABle
value: bool = driver.source.signaling.topology.cnetwork.get_enable()

Switches between edit mode and live mode.

return:

enable: ON: Switch to live mode. OFF: Switch to edit mode.

set_enable(enable: bool) None[source]
# SCPI: SOURce:SIGNaling:TOPology:CNETwork:ENABle
driver.source.signaling.topology.cnetwork.set_enable(enable = False)

Switches between edit mode and live mode.

param enable:

ON: Switch to live mode. OFF: Switch to edit mode.