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

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> [ServerName <ServerName>] [Revision <RevNum>]

The <VDFPath> is the file path of the VDF on the SDF server.

The format for loading files is:

SDFLoad <ApplicationPath> ParentObject <ParentPath> <FilePath> [ServerName <ServerName>] [Revision <RevNum>]

The <ParentPath> indicates the parent of the loaded object. The <FilePath> is the path of the file on the SDF server.

Include ServerName <ServerName> to load from a specific server. This option is required if more than one server is available.

Include Revision <RevNum> to load a specific revision of the <VDFPath> or <FilePath>. If not included the latest revision will be loaded.

Note: <VDFPath> and <FilePath> are case-sensitive.

Example

To load the BasicSTK VDF from the SDF:

SDFLoad / "Users/stkUser/testSuffix/BasicSTK.vdf"

To load revision 2 of the BasicSTK VDF:

SDFLoad / "Users/stkUser/testSuffix/BasicSTK.vdf" Revision 2

To load the Satellite1 file from the SDF, into the Scenario:

SDFLoad / ParentObject * Users/stkUser/Satellite1.sa

To load the Transmitter1 file from the SDF, into the GroundVehicle:

SDFLoad / ParentObject */GroundVehicle/testVehicle Users/stkUser/testSuffix/Transmitter1.x

ReturnMessage

If activated, Connect returns an acknowledgement message.

Group Membership

This command belongs to the following group(s):

Scenarios

Version

11

STK Programming Interface 11.0.1