Id
SCPI Command :
LAYout<*>:NODE<*>:CHILdren<*>:CONTent:ID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(layout=Layout.Default, nodeIx=NodeIx.Default, children=Children.Default) int[source]
# LAYout<*>:NODE<*>:CHILdren<*>:CONTent:ID value: int = driver.layout.node.children.content.id.get(layout = repcap.Layout.Default, nodeIx = repcap.NodeIx.Default, children = repcap.Children.Default)
Sets the content ID, the number of the specified content type. 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:
idn: Numeric value
- set(idn: int, layout=Layout.Default, nodeIx=NodeIx.Default, children=Children.Default) None[source]
# LAYout<*>:NODE<*>:CHILdren<*>:CONTent:ID driver.layout.node.children.content.id.set(idn = 1, layout = repcap.Layout.Default, nodeIx = repcap.NodeIx.Default, children = repcap.Children.Default)
Sets the content ID, the number of the specified content type. For example, the ‘Diagram5’ has Type=DIAGRAM and ID=5.
- Parameters:
idn – Numeric value
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’)