TypePy
SCPI Command :
LAYout<*>:NODE<*>:CHILdren<*>:CONTent:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(layout=Layout.Default, nodeIx=NodeIx.Default, children=Children.Default) ContentType[source]
# LAYout<*>:NODE<*>:CHILdren<*>:CONTent:TYPE value: enums.ContentType = driver.layout.node.children.content.typePy.get(layout = repcap.Layout.Default, nodeIx = repcap.NodeIx.Default, children = repcap.Children.Default)
Sets the content type for a specified child in a specified node: diagram, result table, another node, or empty. For example, the ‘Diagram5’ has Type=DIAGRAM and ID=5.
- 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’)
children – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Children’)
- Returns:
type_py: DIAG = DIAGRAM, RES = RESULT
- set(type_py: ContentType, layout=Layout.Default, nodeIx=NodeIx.Default, children=Children.Default) None[source]
# LAYout<*>:NODE<*>:CHILdren<*>:CONTent:TYPE driver.layout.node.children.content.typePy.set(type_py = enums.ContentType.DIAG, layout = repcap.Layout.Default, nodeIx = repcap.NodeIx.Default, children = repcap.Children.Default)
Sets the content type for a specified child in a specified node: diagram, result table, another node, or empty. For example, the ‘Diagram5’ has Type=DIAGRAM and ID=5.
- Parameters:
type_py – DIAG = DIAGRAM, RES = RESULT
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’)
children – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Children’)