Yoctopuce Yocto-0-10V-Tx Mode D'emploi page 280

Table des Matières

Publicité

22. Référence de l'API de haut niveau
YVoltageOutput.FindVoltageOutput()
YVoltageOutput.FindVoltageOutput()
Permet de retrouver une sortie de tension d'après un identifiant donné.
function yFindVoltageOutput( func)
js
YVoltageOutput* yFindVoltageOutput( string func)
cpp
+(YVoltageOutput*) FindVoltageOutput : (NSString*)
m
TYVoltageOutput yFindVoltageOutput( func: string): TYVoltageOutput
pas
function yFindVoltageOutput( ByVal
vb
static YVoltageOutput FindVoltageOutput( string func)
cs
static YVoltageOutputProxy FindVoltageOutput( string func)
dnp
static YVoltageOutput FindVoltageOutput( String func)
java
static YVoltageOutput FindVoltageOutput( string func)
uwp
FindVoltageOutput( func)
py
function yFindVoltageOutput( $func)
php
static FindVoltageOutput( func)
es
L'identifiant peut être spécifié sous plusieurs formes:
NomLogiqueFonction
NoSerieModule.IdentifiantFonction
NoSerieModule.NomLogiqueFonction
NomLogiqueModule.IdentifiantMatériel
NomLogiqueModule.NomLogiqueFonction
Cette fonction n'exige pas que la sortie de tension soit en ligne au moment ou elle est appelée, l'objet
retourné sera néanmoins valide. Utiliser la méthode
la sortie de tension est utilisable à un moment donné. En cas d'ambiguïté lorsqu'on fait une recherche
par nom logique, aucune erreur ne sera notifiée: la première instance trouvée sera renvoyée. La
recherche se fait d'abord par nom matériel, puis par nom logique.
Si un appel à la méthode is_online() de cet objet renvoie FAUX alors que vous êtes sûr que le module
correspondant est bien branché, vérifiez que vous n'avez pas oublié d'appeler registerHub() à
l'initialisation de de l'application.
Paramètres :
func
une chaîne de caractères qui référence la sortie de tension sans ambiguïté, par exemple
TX010V01.voltageOutput1
Retourne :
YVoltageOutput
un objet de classe
274
func
func
As String) As YVoltageOutput
YVoltageOutput.isOnline()
.
qui permet ensuite de contrôler la sortie de tension.
YVoltageOutput
pour tester si
www.yoctopuce.com

Publicité

Table des Matières
loading

Table des Matières