Load a VDF or STK file from the ADF into STK (Deprecated Command)
ADFLoad <ApplicationPath> <Parameters>
Note: This command was deprecated in STK 10, it should no longer be used. This command has been replaced by the SDFLoad command.
The ADFLoad connect command allows a user to load a VDF or STK file from the AGI Data Federate (ADF) server into STK.
The format for loading a VDF is:
ADFLoad <ApplicationPath> <VDFPath>
The <VDFPath> is the file path of the VDF on the ADF server.
The format for loading files is:
ADFLoad <ApplicationPath> ParentObject <ParentPath> <FilePath>
The <ParentPath> indicates the parent of the loaded object. The <FilePath> is the path of the file on the ADF server.
Note: <VDFPath> and <FilePath> are case-sensitive.
To load the BasicSTK VDF from the ADF:
ADFLoad / "Users/stkUser/testSuffix/BasicSTK.vdf"
To load the Satellite1 file from the ADF, into the Scenario:
ADFLoad / ParentObject * Users/stkUser/Satellite1.sa
To load the Transmitter1 file from the ADF, into the GroundVehicle:
ADFLoad / ParentObject */GroundVehicle/testVehicle Users/stkUser/testSuffix/Transmitter1.x
If activated, Connect returns an acknowledgement message.
This command belongs to the following group(s):
10
STK Programming Interface 11.0.1