Skip to main content

set

The set command is the primary SDVoE command for device configuration. Each subcommand manages one device feature and is documented on its own page.

Command TypeSDVoE
Minimum Version3.x.x

Usage

set <target> <subcommand> [<parameters>...]

Arguments

ArgumentRequiredDescription
targetYesDevice(s) to configure. See Targets.
subcommandYesThe feature to configure. See Subcommands.
parametersVariesSubcommand-specific. See each subcommand's page.

Targets

ValueConfigures
<device>A single device, by hostname or MAC address
ALLAll devices
ALL_TXAll transmitter devices
ALL_RXAll receiver devices

Device names are case-insensitive. For hostnames, replace any spaces in the device name with underscores: a device named "Blu-ray Player" in DisplayNet Manager is referenced as blu-ray_player. An error is returned if the setting is not applicable to the referenced device(s).

Subcommands

SubcommandConfigures
edidThe EDID presented to the source on a TX device. See the EDID Library for more advanced EDID management
ipIP settings of the SDVoE chipset (and USB 2.0 chipset, when applicable)
propertyIndividual configuration properties of device nodes
scalerThe scaled (multiview) stream resolution on TX devices
videoDisplay mode and video output parameters on RX devices

Return value

Each subcommand returns PROCESSING with a request_id. Read the outcome with request.

set 001ec0f03668 ip mode dhcp
{
"status": "PROCESSING",
"request_id": 57,
"result": null,
"error": null
}

Notifications

A set raises SETTINGS_CHANGED notifications covering the changed device and any other device the change affects. See Notifications.

See also

  • get: read the settings these subcommands write
  • config: DisplayNet settings, which persist where a device setting does not