Access the Parameters of a SequenceCall via API

I would like to access several characteristics, like name and value, of the parameter(s) of a SequenceCall via the TestStand API,
but it didn't work.
First I get the object reference of the Class SequenceCallParameters via Class SequenceCallModule.Parameters. Now I
can determine the correct number of parameters via SequenceCallParameters.Count. Cause that works, I think I am on
the right way. To access the property object of a specific parameter, I get the object reference via SequenceCallParameter.Item and
the Method AsPropertyObject of the Class SequenceCallParameter.
I thougth with this reference I could access the properties of the parameter via the PropertyObjectClass, but I didn't get the correct information resp. I didn't know at which property the objectReference really points to.
I add an example sequence. I would get the information from the Sequencecall via the PreStepCallback.
I hope someone has an idea. Thank you in advance.
Regards Carsten
Attachments:
Example GetParameters from SequenceCall.seq ‏64 KB

CKone,
You can use the API to access the parameter properties.
Once you get the parameter item you can treat that object as a SequenceCallParamer object.
The SequenceCallParameter object contains several of the properties you were  trying to access:
SequenceCallParameter
Use objects from the SequenceCallParameter class to configure and obtain SequenceCallParameter-specific information for an item in the SequenceCallParameters collection class.
Properties
Name (Read Only)
PassByReference (Read Only)
Type (Read Only)
UseDefaultValue
UserData (Read Only)
ValidEvaluationTypes (Read Only)
ValueExpr
I modified your sequence file to use this object.
Hope it helps.
Antonio Lie
Attachments:
Example GetParameters from SequenceCall35.seq ‏65 KB

Similar Messages

  • How to access the "Non Adapter" properties in Teststand API

    Hi,
    I'm trying to dynamically create a sequence file through Labview with the help of the API. So far I have eben able to create the file, add a sequence call into the file as well as link the sequence call to a particular sequence file that will be called. Now, I wish to add certain "non-adapter" steps into the sequence file like Goto, Label, Property Loader etc. I can't seem to find a way to access the propeties once the step has been added. In the LV adapter, I was able to access the TSAdp.SequenceCall API and manipulate the properties. How do I do the same for the non-adapter ones?
    Also, when I load the sequence file through the TSAdp.SequenceCall API, i'm unable to access the parameters and link the inputs and outputs. I've attached a portion of my code and would really appreciate some help.
    Thanks in advance,
    -Anshul
    Attachments:
    Dynamic Sequence File.vi ‏127 KB

    Thanks for everyone's replies. I am now able to set the parameters for the sequence file, just that I added a property node for the sequence file path and the sequence before loading the parameters. That did the trick and the rest was easy. Also for Goto, with some digging, I was able to add a custom property step if it fails or passes the step. It works like a charm. I'm attaching a modified version of my code in LV 7.0 format.
    Attachments:
    Dynamic Sequence File-1.vi ‏175 KB

  • Accessing the folders and items through Portal API

    Hi,
    I am working for a customer who is currently using Oracle Portal 3.0.x (9iAS Release 1) and uploaded/stored a lot of MS Office content (thousands of documents). They are evaluating Oracle Files as the document management application. They would like to automate the process to move the documents from Oracle Portal Content Areas to Oracle Files.
    Is there an api through which i can browse through the folder hierarchy (so that i can create the same in files) , and access all the items including the content stored in DB as blob in WWDOC_DOCUMENT$ table ? If there is not one , what are the tables and the relationships i should be looking at ?
    Thanks in advance,
    Prakash.

    The main reason I've heard for people wanting to do this is that Files supports desktop integration (e.g. drag and drop or save/load from Windows). However, if you're looking for this feature it is available in Portal Release 2 using the WebDAV (Web Folders) integration.
    You can also use WebDAV to copy between Files and Portal, however WebDAV is not available in Portal Release 1.
    The content area views and APIs for Release 1 are fully documented in the PDK (these views and APIs will also be supported for Release 2 starting with the April PDK). Note that Files does not have equivalent APIs, so you will have a difficult time moving content from Portal to Files programmatically.
    Regards,
    Jerry
    Portal PM

  • Accessing the USB drive on HH3 via Android

    Hi, i know that some people can access a usb drive connected to the HH3 on ipads etc, but can it also be done from an android, on 2.2 or 4.0 android devices - many thanks in advance.

    Sorry for the aggravation...I took an easier route, reset the AEBS and did an ignore on the Dual Nat issue.  I was then able to use the more tradition means of connecting to the USB drive via finder network connection over the internet.
    Seems much easier than going the bridge mode ---> port forwarding route.
    Cheers!
    David

  • How can I access the time capsule hard drive via ethernet?

    I recently bought a new laptop, as my old one was sadly stolen. I'm trying to connect to my backed up time capsule hard drive via ethernet to retrieve my files, but it doesn't seem to work. Oddly enough I have no issues over wifi. When I switch from wifi to ethernet, it gives me an error message stating that the disk was not found in the network. I have a MacBook Air with an ethernet adapter if that makes any difference. I'm also running the latest OS X and firmware. Wifi is simply too slow for this restoration process, so any suggestions?
    Could I possibly connect via USB? What kind of cable would that require? Is the ethernet issue a problem with my settings?
    Help greatly appreciated

    manzalawy7 wrote:
    I'm trying to connect to my backed up time capsule hard drive via ethernet to retrieve my files, but it doesn't seem to work.
    In the Network panel of System Preferences do you have an Ethernet connection item on the left? If not, authenticate if necessary by clicking on the lock, then click the plus sign at the bottom of that column and add an Ethernet item.
    When I switch from wifi to ethernet, it gives me an error message stating that the disk was not found in the network.
    How are you doing that switching? When you switch to Ethernet do you have connectivity to the Internet? If not, do you see a tiny green light on the Time Capsule next to the Ethernet socket you're using?
    Could I possibly connect via USB?
    No.

  • How can I access the Attribute Values from the Search Region

    Hi all,
    I have a table which contains Company id, department id, and PositonId. For a particular Company and Department there may be multiple records.
    I have to pupulate a table which contains the position and other details that comes under a particular Department and Position based on the selection in the Three comboBoxes.
    Also I have to populate a select many Shuttle to add new postions and records under a particular Department.
    I created a query panel *(Search Region)* for the serch and a table to display the data. That is working fine.
    Now the issue is I am using a view criteria to populate the shuttle with two bind variables ie, DepartmentId and CompanyId.
    If the serach will return a resuktant set in the table it will also pupulate the correct records, otherwise ie, if the if the serch result is empty the corresponding iterator and the attribute is setting as null.
    SO I want to access the attribute values from the Search Region itsef to populate the shuttle.
    I don't know how can I access the data from the Search Region.
    Please Help.
    Regards,
    Ranjith

    you could access the parameters entered in search region by the user as follows:
    You can get handle to the value entered by the user using queryListener method in af:query.
    You can intercept the values entered as described
    public void onQueryList(QueryEvent queryEvent) {
    // The generated QueryListener replaced by this method
    //#{bindings.ImplicitViewCriteriaQuery.processQuery}
    QueryDescriptor qdes = queryEvent.getDescriptor();
    //get the name of the QueryCriteria
    System.out.println("NAME "+qdes.getName());
    List<Criterion> searchList = qdes.getConjunctionCriterion().getCriterionList();
    for ( Criterion c : searchList) {
    if (c instanceof AttributeCriterion ) {
    AttributeCriterion a = (AttributeCriterion) c;
    a.getValues();
    for ( Object o : a.getValues()){
    System.out.println(o.toString());
    //call default Query Event
    invokeQueryEventMethodExpression("#{bindings.ImplicitViewCriteriaQuery.processQuery}",queryEvent);
    public void onQueryTable(QueryEvent queryEvent) {
    // The generated QueryListener replaced by this method
    //#{bindings.ImplicitViewCriteriaQuery.processQuery}
    QueryDescriptor qdes = queryEvent.getDescriptor();
    //get the name of the QueryCriteria
    System.out.println("NAME "+qdes.getName());
    invokeQueryEventMethodExpression("#{bindings.ImplicitViewCriteriaQuery.processQuery}",queryEvent);
    private void invokeQueryEventMethodExpression(String expression, QueryEvent queryEvent){
    FacesContext fctx = FacesContext.getCurrentInstance();
    ELContext elctx = fctx.getELContext();
    ExpressionFactory efactory = fctx.getApplication().getExpressionFactory();
    MethodExpression me = efactory.createMethodExpression(elctx,expression, Object.class, new Class[]{QueryEvent.class});
    me.invoke(elctx, new Object[]{queryEvent});
    Thanks,
    Navaneeth

  • Accessing the HH2 Home Page from other PCs

    My computer systems are
    Main    Win XP Pro SP3, Ethernet cable to HH 2 Type B
    Standby    Win 98SE, USB cable to HH 2 Type B
    Laptop    Win 98SE wireless link to HH 2 Type B
    Just a minor query -  when I set up the HH 2 this was done with the main PC.  There is no difficult accessing the HH to make changes via Firefox, such as logically disconnecting on the Home Page button each night before switching everything off.
    I switched the standby machine on today first and tried to access the HH using as usual 192.168.1.254 in order to logically connect the broad band.    This failed to open the Home page.    In order to logically connect I had to switch the Win XP machine on and connect the broadband as normal.   Having done this I switched back to the Win 98 machine and found I could now access the Home Page.
    I have checked the User Guide, but there is nothing to clarify why this occurs.    Is there some logic in the HH which only allows the Ethernet connected computer to control the HH, or the one which initially set  it up?   Or is it as simple as the machine which last logically disconnected the HH must be used to switch it on again, at which point one of the other machines can be used to disconnect/connect?
    Sometimes I wish to use the laptop without the main desktop machine being switched on.   Will the logic in the HH which allow me to connect/disconnect through the wireless link?
    Rodney Fry

    Thank you, imjolly,  for your comment.   As you suggested I activated the broad band link using the Win XP machine and returning to the Win 98 machine the HH is visible.   I tried switching off with this PC when I finished and it disconnected properly.  
    Today I tried the laptop using Firefox, which has a Binatone WL1000 22mbps PCMCIA wireless card and also a USB2.0  PQI NLWL-USB01 Wireless LAN Adapter IEEE 802.11g (not used together!).   With the USB Adapter again the radio link of the HH2 is visible, but it is not accessible.   Rebooting with the WL1000 wireless card inserted  the HH2 was showing immediately in Firefox, but with no broadband connection symbol.   Typing in the usual URL  192.168.1.254, the Home Page was then shown and I was able to make the logical connection and everything worked.
    Clearly as you had surmised a USB link, wireless or wired, does not operate until the HH2 has been activated by other means.
    Rodney Fry

  • Use UWL API in a Servet and access the servlet via URL

    Hi All,
    Actually I want to write a servlet from which I will access the uwl items using UWL APIs. And then I will submit HTTP Request to this servlet via url and want to get the UWL items in response. Is it Possible. I know that it is possible to access uwl items from JSPDynpage but is it possible to use it via servlet. If possible please give me some idea. what are the prerequisite.
    Thanks and Regards
    Avijit

    Hello,
    I see your thread is still unanswered, were you able to resolve the problem yourself (if so can you share with others who may have the same problem)? If so can you add anymore details which may help someone else to find an answer?  Or is it ok to mark this post as assumed answered?
    Beth Maben
    EP - Senior Support Consultant II
    SAP Active Global Support
    Global Support Centre Ireland
    **SDN Forum Moderator:
    SAP Enterprise Portal: Application Integration
    **SDN Universal Worklist Wiki:
    http://wiki.sdn.sap.com/wiki/x/ehU

  • Accessing the password store (PSTORE) via API

    After having created portal users via API srcipt, we now would like to register users
    for an external application programmatically.
    I.e. we have a portal user and we know his account info ( user / passwd ) for the external application. Portal seems to store account infos for external applications in a "Password Store". So i am looking for an API to register portal users for external applications providing the known acount info,
    i.e. sth. like
    PSTORE.InsertExtAccount( PortalUser, ApplicationName, ExtUser, Extpasswd).
    I had a look at http://www-sso.us.oracle.com/
    but could not find API description or any hints when an API like that will go production.
    Can anyone help me with that issue ?
    Thanks a lot.
    null

    This is probably the wrong forum for this question - I would try the 9iAS Portal forum.

  • Accessing the Admin API via Linux (and hopefully Python)

    I have been looking through the available documentation and past forum
    entries but I see nothing really on point.
    It is possible to have a complete GW system on Linux, from server to
    client. So if it is possible to administer a GW system from Linux using
    Console One, it should be possible to access the API from Linux.
    Can anyone point me towards the appropriate documentaion? Thanks
    Bob

    Bob Brandt wrote:
    > Michael Bell wrote:
    >> Yes, but there is no admin API exposed for Linux. Period.
    >>
    >> SOAP can do message store or address book related stuff. And some client
    >> option stuff. It cannot create/delete/rename users, or do most things
    >> Admin API (Win32 only) can do.
    >
    > That is very disappointing. So even though I can have a completely
    > non-M$ system, pride myself on not sending a cent to Redmond; Novell is
    > forcing me to use their competitor's (M$) inferior OS. Even the GW API
    > Gateway is not really supported anymore!
    >
    > Thats seems stupid and udderly backwards, in other words typically Novell!
    >
    > Bob
    All a matter of resources, Bob. They've had an admin api under
    development for years, just didn't have time to make it ready for Bonsai.
    You are correct, however you must have a win32 box (or try wine, but I
    doubt that's worth it). One friend of mine then wrappered the whole
    thing in a SOAP service, so he could mostly avoid thinking about windows.

  • Photostream Issue - I have had several phones over the years all backing up via iCloud/Photostream. It seems that the oldest of my photos and videos are simply gone and I cannot seem to figure out how to get access to them. Why is this happening?

    Photostream Issue - I have had several phones over the years all backing up via iCloud/Photostream. It seems that the oldest of my photos and videos are simply gone and I cannot seem to figure out how to get access to them. Why is this happening? Is there anything I can do to get them back? I'm freaked out by the thought that I am paying for what I thought was a safe place for my photos to be stored and accessed later but now see that there are nearly 500 pictures/videos gone from my photostream folder. Any help would be greatly appreciated. Thank you. - Michael

    Hi newmarket,
    Photo Stream is not a respository for archiving photos. It is a cloud storage device that will store the last month or last 1000 photos taken by any device on the same Apple ID, and then will "share" those photos with all other devices that have Photo Stream turned on,and that are logged onto the same Apple ID.
    iCloud backups will contain all of the photos that were on your camera roll the last time you backed up your device.
    If you have photos outside of the Photo Stream parameters, and they are not all on your current camera roll, then you have no way to retrieve them unless you have imported them to the computer you sync with or have uploaded them to some other cloud service like DropBox.
    Sorry,
    GB

  • JAVA API of Oracle BPEL, to access the "Task Form"(JSP) of a human task.

    Hi,
    Are there any JAVA API of Oracle BPEL, to access the "Task Form"(JSP) of a human task, to render the task form inside the custom worklist application.
    Thanks,
    Naga

    I guess you mean accessing the task details and the payload from the java API.
    Refer the below blog it will provide you the details
    http://www.albinsblog.com/2012/05/update-human-task-payload-via-java-api.html
    Regards
    Albin I
    Edited by: Albin on Sep 19, 2012 11:24 PM

  • Accessing the photoshop api from flash.. within a photoshop window?

    I should maybe ask this in scripting.. but it's some ways related to the SDK. I dont want to crosspost.. if the feature exist, it's very likely that SDK developpers are aware of this (ps: i havent downloaded the sdk since the beta)
    I had the opportunity to show a bit our project to Mike Downey from Adobe at FITC/Toronto as it's related in some way to Apollo. We use realbasic for this application (flash/html/css/javascript) and we also use Realbasic, even with all the imperfections the software has, to create visual tools to call some Applescript.
    That's how i implemented the fake palette i mentionned here or in scripting forum. To me, there was a huge benefit compared to implementing a dialog with the SDK (wich doesnt support developping a palette anyway).
    What i would be really happy to see is an integration like it has been done with jsfl in flash (extensibility). Kind of a way for us to really have a common language for intranet, production tools and final release (web or cd). (leverage the skills like Adobe say to sell Apollo)
    So in extensibility in case some of you are not aware of the feature, you can create a window that has a flash content in it and there is a mecanism to call the javascript api of flash (authoring environnement). By exemple, you can have a window in flash authoring environnement that behave like other windows (ie. dockable and all)... that has a flash interface and communicated with a database.. so you can have a script that connect to a database and then create shapes in the authoring environnement... It's a very great tool for integrated production environnement..
    So, Mike Downey mentionned to me that i was present in CS3!? (when i told him that i would have been great to have Apollo/Flash being able to access the Photoshop Api) Is it true? Where is it documented? I remember seing it mentioned in the SDK survey... Or maybe it's just possible to do it via external command..so it's not integrated in a window of photoshop)?
    Sorry if it's not clear... but i would be really happy to hear more about that... It would be great to have this even if it's not Applescript compatible (i could use xml tools in the api of flash)...

    Well.. i finally have found the feature in the sample folder of javascript scripting of cs3. You really can have a flash interface to call you scripts.
    That will be a HUGE improvement for javascript scripter and i would not be surprised that it will encourage people to develop more tools.
    The big minus for me, unless it's something i havent found yet, it looks like the dialog is only available from calling the script.. so the dialog is modal... really not as cool as Flash extensibility integration, but that's a start. :(
    I repost this on Scripting forum as i now know it's related to scripting...
    I still have hope for something more advanced... the "KnowHow" thing (wich i havent tried yet) http://labs.adobe.com/technologies/knowhow/) is really a good exemple of palette/feature integration that i wish was possible in photoshop...

  • Accessing the Osi Soft PI Api Interface

    Hi,
    does anyone have any experience accessing the Osi Soft PI API Interface with LabVIEW.
    I was trying to use a .dll, but had problems getting connected.The ODBC Interface isn't available. So I'm running out of ideas.
    Thanks.
    Solved!
    Go to Solution.

    Hi,
    you don't need to install anything but LabVIEW or the LabVIEW runtime engine to publish shared variables via OPC.
    Please refer to this link for more information.
    The document mentions ServerExplorer or QuickClient as test clients for the OPC communication. Please note, that these tools are just mentioned as a method for testing the OPC communication, but you don't need to install these tools in order to make the OPC communication work with your OPC client.
    Regards,
    Jochen

  • Accessing the user management API programmatically

    I am looking for the officially supported method that could be used to access the user management API via "curl" for CRX:
    There is a user management API described here:
    http://sling.apache.org/site/managing-users-and-groups-jackrabbitusermanager.html
    However, executing a command on CRX 2.2 such as:
    curl -u:admin:admin http://localhost:7402/system/userManager/user.tidy.1.json
    Only returns a message indicating that the contents have been redirected (without providing another URL).
    Using the Content Explorer in CRX shows the list of users at: /home/users but I am not sure if a curl command could access the user list via that URL.
    Any pointers on how this could be done are appreciated.  This is for a partner.
    Regards,
    Blair

    I am a co-worker of MorrellJ.  I am trying to do a change password request using the Jackrabbit User Manager with the REST URL /system/userManager/user/<username>.changePassword.json.  The problem I am having is that this request requires an oldPwd form param in the request.  The issue is that when I am trying to do this request it is in response to the user selecting "Forgot Password" so our logic has created a random password which we then email to the user so they can use that the next time they want to login.  We need to change that user's password in CRX so they can log in using it next time.  Since they haven't logged in there is no session, NOT the problem.  THE PROBLEMS, I don't know 1. how to use the userManager to get that user's old password, since /system/userManager/user/<username>.json doesn't appear to return the password and 2. if I could get the old password it most certainly will be encoded, some how, so I will need some decoding algorithm to pass it through in order to get the actual password to set as the oldPwd form param to my change password request.  Please let me know if you require any further explanation.  Any assistance would be greatly appreciated.  Thank you, in advance, for your assistance.
    Sincerely,
    Mike Sucena
    [email protected]

Maybe you are looking for