WavLength
SCPI Command :
PROBe<*>:SETup:OPTical:WAVLength
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) ProbeOpticalWavelength[source]
# PROBe<*>:SETup:OPTical:WAVLength value: enums.ProbeOpticalWavelength = driver.probe.setup.optical.wavLength.get(probe = repcap.Probe.Default)
Sets the wavelength of the optical signal. The setting is relevant for optic receivers and probes.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- Returns:
wavelength: NM800 | NM1300 | NM1550 | CUSTOM
NM800 | NM1300 | NM1550: Predefined wavelength. To query the corresponding conversion gain, use PROBech:SETup:OPTical:CONGain.
CUSTOM: Set the required conversion gain with PROBech:SETup:OPTical:CONGain.
- set(wavelength: ProbeOpticalWavelength, probe=Probe.Default) None[source]
# PROBe<*>:SETup:OPTical:WAVLength driver.probe.setup.optical.wavLength.set(wavelength = enums.ProbeOpticalWavelength.CUSTOM, probe = repcap.Probe.Default)
Sets the wavelength of the optical signal. The setting is relevant for optic receivers and probes.
- Parameters:
wavelength –
NM800 | NM1300 | NM1550 | CUSTOM
NM800 | NM1300 | NM1550: Predefined wavelength. To query the corresponding conversion gain, use PROBech:SETup:OPTical:CONGain.
CUSTOM: Set the required conversion gain with PROBech:SETup:OPTical:CONGain.
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)