Count

SCPI Command :

LAYout<*>:DIAGram<*>:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(layout=Layout.Default, diagram=Diagram.Default) int[source]
# LAYout<*>:DIAGram<*>:COUNt
value: int = driver.layout.diagram.count.get(layout = repcap.Layout.Default, diagram = repcap.Diagram.Default)

Returns the number of diagrams in a specified layout. You can query the maximum number of diagrams with LAYout<ly>:DIAGram:COUNt? MAX.

Parameters:
  • layout – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layout’)

  • diagram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Diagram’)

Returns:

count: Number of diagrams