VIDEO_OA_paraList_getSequenceDpFromName()

Converts a sequence name into the related data point name.

Synopsis

string VIDEO_OA_paraList_getSequenceDpFromName(string name);

Parameters

Parameter Description
name Name of the sequence

Return Value

Errors

Missing or wrong arguments

Description

Converts a sequence name into the related data point name.

EXAMPLE

main()
{
  string dp = VIDEO_OA_paraList_getSequenceDpFromName("my
  sequence");
}

Assignment

Video functions

Availability

UI, CTRL