N4321 audio transceiver, Video wall commands, Miscellaneous commands – SVSi N8000 Control API User Manual

Page 8: N2510 windowing processor (continued)

Advertising
background image

8

N8000 Series Direct Control API

www.svsiav.com

N4321 Audio Transceiver

wppriority

Sets the priority for a specific window.

WP IP, window number,
priority number

wppriority 169.254.120.2 1
1<┘

wpbordon

Turns on the border on a specific window.

WP IP, window number

wpbordon 169.254.120.2
1<┘

wpbordoff

Turns off the border on a specific window.

WP IP, window number

wpbordoff 169.254.120.2
1<┘

wppreset

Activates an internal preset.

WP IP, preset number

wppreset 169.254.120.2 0<┘

N4321 Audio Transceiver

Command

Description

Required Variables

Example

atrswitch

Switches audio on the ATR to a specified source.

ATR IP, source IP

atrswitch 169.254.252.121
169.254.30.238<┘

atrmute

Mutes the ATR's output.

ATR IP

atrmute
169.254.252.121<┘

atrunmute

Turns off mute on the ATR's output.

ATR IP

atrunmute
169.254.252.121<┘

atrtxmute

Disables the ATR's transmit output.

ATR IP

atrtxmute
169.254.252.121<┘

atrtxunmute

Enables the ATR's transmit output.

ATR IP

atrtxunmute
169.254.252.121<┘

atrhpvol

Sets the ATR's headphone volume level (0-100).

ATR IP, volume number

atrhpvol 169.254.252.121
50<┘

atrlovol

Sets the ATR's lineout volume level (0-100).

ATR IP, volume number

atrlovol 169.254.252.121
75<┘

atrlovolup

Increments the lineout volume by the given value (e.g., if volume is
currently 40 and the command is to increment by 5, this will make
the new volume 45).

ATR IP, amount to increase

atrlovolup 169.254.252.121
5<┘

atrlovoldown

Decrements the lineout volume by the given value.

ATR IP, amount to decrease

atrlovoldown
169.254.252.121 5<┘

atrhpvolup

Increments the headphone out volume by the give value.

ATR IP, amount to increase

atrhpvolup
169.254.252.121 5<┘

atrhpvoldown

Decrements the headphone out volume by the given value.

ATR IP, amount to decrease

atrhpvoldown
169.254.252.121 5<┘

openrelay

Opens a specific relay on the ATR (relay number = 1 or 2).

ATR IP, relay number

openrelay 169.254.43.21 1

closerelay

Closes a specific relay on the ATR (relay number = 1 or 2).

ATR IP, relay number

closerelay 169.254.43.21 1

Video Wall Commands

Command

Description

Required Variables

Example

videowall

Changes a video wall layout (Decoders or with Windowing
Processors) to the new layout.

Name of video wall, name of
layout

videowall "myVidWall"
"fullScreen"<┘

videowall

Changes one window within the video wall to a new source. Can be
referenced by IP or stream number.

Name of video wall, name of
layout, layer to switch, stream
number (or IP of Encoder)

videowall "myVidWall"
"fullScreen" 1 123<┘

Miscellaneous Commands

Command

Description

Required Variables

Example

script

Executes the stored script. Script must be saved to N-Command
prior to executing.

Script ID

script 33<┘

N2510 Windowing Processor (Continued)

Command

Description

Required Variables

Example

Advertising