Stype

SCPI Command :

LAYout<*>:NODE<*>:STYPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(layout=Layout.Default, nodeIx=NodeIx.Default) LayoutSplitType[source]
# LAYout<*>:NODE<*>:STYPe
value: enums.LayoutSplitType = driver.layout.node.stype.get(layout = repcap.Layout.Default, nodeIx = repcap.NodeIx.Default)

Creates a second child (e.g. diagram) in the node if only one child exists, and sets the splitting of the node. If two children exist, only the splitting is set.

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:

split_type: HOR = HORizontal, VERT = VERTical

set(split_type: LayoutSplitType, layout=Layout.Default, nodeIx=NodeIx.Default) None[source]
# LAYout<*>:NODE<*>:STYPe
driver.layout.node.stype.set(split_type = enums.LayoutSplitType.BODE, layout = repcap.Layout.Default, nodeIx = repcap.NodeIx.Default)

Creates a second child (e.g. diagram) in the node if only one child exists, and sets the splitting of the node. If two children exist, only the splitting is set.

Parameters:
  • split_type – HOR = HORizontal, VERT = VERTical

  • 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’)