12 listing available parameters – Nevion Multicon MRP User Manual

Page 18

Advertising
background image

Modular Routing Protocol - MRP

Rev. L


nevion.com | 18

Example:

Command:

Response:

salvolist
sg1

? "salvolist sg1"

salvo sg1 0 "Monitors" "Monitor wall" "MONs" ""

salvo sg1 1 "Cameras" "Camera setup" "CAM" ""

salvo sg1 2 "Editing" "Machine control routing" "EDIT" ""

salvo sg1 3 "Oslo link" "Contribution from Oslo" "OSL" ""

salvo sg1 4 "Bergen link" "Contribution from Bergen" "BGN" ""

5.12 Listing available parameters

List all parameters in a parameter group, analogue to levels for crosspoints.

<command> ::= 'parlist' 'pg'<param_group>

<response> ::= [<param_info> {<LF><param_info>}]

<param_info> ::= 'par' 'pg'<param_group> <n> <param_def>
[<overflow_def>] <read_def> <name_desc>

<param_def> ::= <enum_def>|<num_def>|<bool_def>

<enum_def> ::= 'enum' '"'<value>'"'{',' '"'<value>'"'}

<bool_def> ::= 'bool'

<num_def> ::= 'fixedpoint' <decimals> ['s'<stepsize>] 'u'<u_limit>
'l'<l_limit> ['d' '"'<unit>'"']

<read_def> ::= 'rw'|'r'

<overflow_def> ::= 'trunc'|'wrap'

<n>

Parameter index (in group). May be an arbitrary value in some
implementation, do not assume it to be sequential.

<value>

Name/description of selectable option

<step_size> All values are a multiple of this increment. Assumed to be 1.0 if not

specified

<u_limit>

Upper limit for value

<l_limit>

Lower limit for value

<rw>

Value is read-write

<r>

Value is read-only

trunc

Leaves value at upper or lower limit if a value or increment outside
permitted range is attempted.

wrap

Continues for remainder of increment from opposite limit if upper or
lower limit is reached. Typical use: phase adjustment in degrees.

<unit>

Unit (dimension) of variable

Advertising