State

SCPI Command :

PROBe<*>:SETup:LASer:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) int[source]
# PROBe<*>:SETup:LASer:STATe
value: int = driver.probe.setup.laser.state.get(probe = repcap.Probe.Default)

Returns the current status of the laser.

Parameters:

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

Returns:

laser_state: 1 | 2 | 3

  • 1: The laser is working.

  • 2: The laser needs service, but is still working.

  • 3: Defective laser, send to your Rohde & Schwarz service center.