Configure the time array using the specified time component. Allowed are only event arrays. QualifiedPath format adheres to the format used throughout VGT API (i.e. \"Scenario/Scenario1 OneMinuteSampleTimes EventArray\").
[Visual Basic .NET] |
---|
Public Sub SetTimeArrayQualifiedPath( _ ByVal QualifiedPath As String _ ) |
[C#] |
---|
public void SetTimeArrayQualifiedPath( string QualifiedPath ); |
[Managed C++] |
---|
public: void SetTimeArrayQualifiedPath( String __gc ^ QualifiedPath ); |
[Unmanaged C++] |
---|
public: HRESULT SetTimeArrayQualifiedPath( BSTR QualifiedPath ); |
[Java] |
---|
public void setTimeArrayQualifiedPath( String QualifiedPath ); |
[Python - STK API ] |
---|
def SetTimeArrayQualifiedPath(self, QualifiedPath:str) -> None: |
- QualifiedPath