Visible

SCPI Command :

MTESt<*>:VISible
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(maskTest=MaskTest.Default) bool[source]
# MTESt<*>:VISible
value: bool = driver.mtest.visible.get(maskTest = repcap.MaskTest.Default)

Displays all mask segments of the selected mask in the diagrams, or hides them.

Parameters:

maskTest – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mtest’)

Returns:

display_state: OFF | ON

set(display_state: bool, maskTest=MaskTest.Default) None[source]
# MTESt<*>:VISible
driver.mtest.visible.set(display_state = False, maskTest = repcap.MaskTest.Default)

Displays all mask segments of the selected mask in the diagrams, or hides them.

Parameters:
  • display_state – OFF | ON

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