Tlswvlrangestring Method; Selectedtlsidx Method - Agilent Technologies 86038B User Manual

Photonic dispersion and loss analyzer
Table of Contents

Advertisement

TlsWvlRangeString Method

SelectedTLSIdx Method

Agilent 86038B Photonic Dispersion and Loss Analyzer, Second Edition
Use this method to query minimum and maximum wavelengths
for the tunable laser sources.
Returns
String - The minimum and maximum wavelengths as a string in
the format "min ... max nm"
Parameters
ByVal idx As Integer
The zero-based index of the tunable laser for which the
wavelengths are queried
ByRef exists As Boolean
True if a tunable laser source with the specified index exists
VB.NET Syntax
Dim exists As Boolean
Dim wvlString As String
wvlString = pdlaClient.TLS.TlsWvlRangeString(0, exists)
VB 6.0 Syntax
Dim exists As Boolean
Dim wvlString As String
wvlString = pdlaClient.TLS.TlsWvlRangeString(0, exists)
This method returns the index of the currently selected tunable
laser source.
Returns
Integer - The index of the currently selected tunable laser source
VB.NET Syntax
Dim idx As Integer
idx= pdlaClient.TLS.SelectedTLSIdx()
281

Advertisement

Table of Contents
loading

Table of Contents