Difference between revisions of "DCS command activateLink4"
From DCS World Wiki - Hoggitworld.com
(Created page with " {{Template:DCS_tasking |tName= activateLink4 |vNum= 2.7.12 |type= Command |for= Ships |avail= All tasks types |desc= Activates the link4 datalin...") |
|||
Line 20: | Line 20: | ||
id = 'ActivateLink4', | id = 'ActivateLink4', | ||
params = { | params = { | ||
− | unitId = number, | + | unitId = number, |
+ | frequency = number, | ||
name = string, | name = string, | ||
} | } | ||
Line 28: | Line 29: | ||
unitId: Any valid unitId corresponding to a ship. Ship must have link 4 beacon capability. | unitId: Any valid unitId corresponding to a ship. Ship must have link 4 beacon capability. | ||
+ | |||
+ | frequency: Number in hz that the datalink will operate on. | ||
'''Optional Parameters''': | '''Optional Parameters''': | ||
Line 41: | Line 44: | ||
{ | { | ||
["unitId"] = 2, | ["unitId"] = 2, | ||
+ | ["frequency"] = 336000000, | ||
}, | }, | ||
}) | }) |
Revision as of 22:04, 28 April 2022