Highlight
SCPI Commands :
MTESt:HIGHlight:STATe
MTESt:HIGHlight:INFinite
MTESt:HIGHlight:TIME
- Commands in total: 3Subgroups: 0Direct child commands: 3
- get_infinite() bool[source]
# MTESt:HIGHlight:INFinite value: bool = driver.mtest.highlight.get_infinite()
If ON, the mask hits are highlighted for an unlimited period of time.
- get_state() bool[source]
# MTESt:HIGHlight:STATe value: bool = driver.mtest.highlight.get_state()
If ON, the mask hits are highlighted on the screen. You can define the color and the time of the hit display.
- Returns:
highlight_hits: OFF | ON
- get_time() float[source]
# MTESt:HIGHlight:TIME value: float = driver.mtest.highlight.get_time()
Sets the time how long the mask hits are highlighted.
- Returns:
highlight_time: 0.05 to 50
- set_infinite(inf_highlight: bool) None[source]
# MTESt:HIGHlight:INFinite driver.mtest.highlight.set_infinite(inf_highlight = False)
If ON, the mask hits are highlighted for an unlimited period of time.
- Parameters:
inf_highlight – OFF | ON
- set_state(highlight_hits: bool) None[source]
# MTESt:HIGHlight:STATe driver.mtest.highlight.set_state(highlight_hits = False)
If ON, the mask hits are highlighted on the screen. You can define the color and the time of the hit display.
- Parameters:
highlight_hits – OFF | ON
- set_time(highlight_time: float) None[source]
# MTESt:HIGHlight:TIME driver.mtest.highlight.set_time(highlight_time = 1.0)
Sets the time how long the mask hits are highlighted.
- Parameters:
highlight_time – 0.05 to 50