switch_connection_initiate
Manually sets up switch connections.
Format
- [-equa]<equ_position>
- [-equb] <equ_position>
- [-attn] <attn_value>
- [-ctype ] <conn_type>
Function
This command is used to set up switch connections manually.
Parameters
- -attn
Attenuation table index
range 0-7
- -ctype
Connection type:
- 0: Reserved two-way
- 1: One-way connection A->B, reserved B->A
- 2: One-way connection B->A, reserved A->B
- 3: Two-way connection A<->B
- 4: Auxiliary connection A->B
- 5: Auxiliary connection B->A
- -equa
Equ position has the format X-Y-Z-I
where X=lim number+gateway, Y=magazine, Z=position
and I=individ
example: 1A-0-10-3
- -equb
Equ position has the format X-Y-Z-I
where X=lim number+gateway, Y=magazine, Z=position
and I=individ
example: 1A-0-10-3
Example
- Set up a two-way connection with attenuation 1
switch_connection_initiate -equa 1-0-30-6 -equb 1-0-50-0 -ctype 3 -attn 1
↑