Description | Example | Return message | Group

SDFLoad

Load a VDF or STK file from the STK Data Federate (SDF) servers into STK.

Syntax

SDFLoad <ApplicationPath> <Parameters>

Related commands

Your SDF Authentication Credentials enable you to use Connect commands with the STK Data Federate (SDF).

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.

Examples

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"

To load a file from SDF using the file's SDF URL:

SDFLoad / "https://sdf.agi.com/share/page/site/agi/document-details?nodeRef=workspace://SpacesStore/e0c237bc-0f49-4adc-b9f5-f690a66ef74f"

Return message

Group membership

This command belongs to the following group(s):

Scenarios

Version

11.7