Enable
SCPI Command :
LAYout<*>:NODE<*>[:ENABle]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(layout=Layout.Default, nodeIx=NodeIx.Default) bool[source]
# LAYout<*>:NODE<*>[:ENABle] value: bool = driver.layout.node.enable.get(layout = repcap.Layout.Default, nodeIx = repcap.NodeIx.Default)
Creates the specified node in the specified layout. OFF deletes the node and its children. The query returns whether the specified node exists (1) or not (0) .
- Parameters:
layout – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layout’)
nodeIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Node’)
- Returns:
state: OFF | ON
- set(state: bool, layout=Layout.Default, nodeIx=NodeIx.Default) None[source]
# LAYout<*>:NODE<*>[:ENABle] driver.layout.node.enable.set(state = False, layout = repcap.Layout.Default, nodeIx = repcap.NodeIx.Default)
Creates the specified node in the specified layout. OFF deletes the node and its children. The query returns whether the specified node exists (1) or not (0) .
- Parameters:
state – OFF | ON
layout – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layout’)
nodeIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Node’)