Vizrt Get NLE Mode

Attach this script code on a container with a Text plugin sub OnInit() If System.SendCommand(“GLOBAL*NLE_MODE GET”) = “0” Then this.geometry.text = “PGM” Else this.geometry.text = “PREVIEW” End If end sub  

Vizrt Get NLE Mode Read More ยป