SDFLoad
Load a VDF or STK file from the STK Data Federate (SDF) servers into STK.
Syntax
SDFLoad <ApplicationPath> <Parameters>
Related Commands
Description
The SDFLoad connect command allows a user to load a VDF or STK file from the STK Data Federate (SDF) server into STK.
The format for loading a VDF is:
SDFLoad <ApplicationPath> <VDFPath> [Revision <RevNum>]
The <VDFPath> is the file path of the VDF on the SDF server, including the server name. This can be seen on the File dialog box.
The format for loading files is:
SDFLoad <ApplicationPath> ParentObject <ParentPath> <FilePath>
The <ParentPath> indicates the parent of the loaded object. The <FilePath> is the path of the file on the SDF server, including the server name. This can be seen on the File dialog box.
Include Revision <RevNum> to load a specific revision of the <VDFPath> or <FilePath>. If not included the latest revision will be loaded.
<VDFPath> and <FilePath> are case-sensitive.
This command will fail if a scenario is already open or the STK object already exists.
Example
To load the BasicSTK VDF from the SDF:
SDFLoad / "AGI SEDS SDF:\\User Homes/stkUser@agi.com/testSuffix/BasicSTK.vdf"
To load revision 2 of the BasicSTK VDF:
SDFLoad / "AGI SEDS SDF:\\User Homes/stkUser@agi.com/testSuffix/BasicSTK.vdf" Revision 2
To load the Satellite1 file from the SDF, into the Scenario:
SDFLoad / ParentObject * "AGI SEDS SDF:\\User Homes/stkUser@agi.com/Satellite1.sa"
To load the Transmitter1 file from the SDF, into the GroundVehicle:
SDFLoad / ParentObject */GroundVehicle/testVehicle "AGI SEDS SDF:\\User Homes/stkUser@agi.com/testSuffix/Transmitter1.x"
ReturnMessage
Group Membership
This command belongs to the following group(s):
Version
11.7