Mimo<Mimo>

RepCap Settings

# Range: M42 .. M44
rc = driver.configure.connection.pcc.schModel.mimo.repcap_mimo_get()
driver.configure.connection.pcc.schModel.mimo.repcap_mimo_set(repcap.Mimo.M42)

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:SCHModel:MIMO<Mimo>
class MimoCls[source]

Mimo commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Mimo, default value after init: Mimo.M42

class MimoStruct[source]

Structure for setting input parameters. Contains optional setting parameters. Fields:

  • H_11_Abs: float: numeric Range: 0 to 1

  • H_11_Phi: int: numeric Range: 0 deg to 345 deg, Unit: deg

  • H_12_Abs: float: numeric Range: 0 to 1

  • H_12_Phi: int: numeric Range: 0 deg to 345 deg, Unit: deg

  • H_13_Abs: float: numeric Range: 0 to 1

  • H_13_Phi: int: numeric Range: 0 deg to 345 deg, Unit: deg

  • H_14_Abs: float: numeric Range: 0 to 1

  • H_14_Phi: int: numeric Range: 0 deg to 345 deg, Unit: deg

  • H_21_Abs: float: numeric Range: 0 to 1

  • H_21_Phi: int: numeric Range: 0 deg to 345 deg, Unit: deg

  • H_22_Abs: float: numeric Range: 0 to 1

  • H_22_Phi: int: numeric Range: 0 deg to 345 deg, Unit: deg

  • H_23_Abs: float: numeric Range: 0 to 1

  • H_23_Phi: int: numeric Range: 0 deg to 345 deg, Unit: deg

  • H_24_Abs: float: numeric Range: 0 to 1

  • H_24_Phi: int: numeric Range: 0 deg to 345 deg, Unit: deg

  • H_31_Abs: float: Optional setting parameter. numeric Range: 0 to 1

  • H_31_Phi: int: Optional setting parameter. numeric Range: 0 deg to 345 deg, Unit: deg

  • H_32_Abs: float: Optional setting parameter. numeric Range: 0 to 1

  • H_32_Phi: int: Optional setting parameter. numeric Range: 0 deg to 345 deg, Unit: deg

  • H_33_Abs: float: Optional setting parameter. numeric Range: 0 to 1

  • H_33_Phi: int: Optional setting parameter. numeric Range: 0 deg to 345 deg, Unit: deg

  • H_34_Abs: float: Optional setting parameter. numeric Range: 0 to 1

  • H_34_Phi: int: Optional setting parameter. numeric Range: 0 deg to 345 deg, Unit: deg

  • H_41_Abs: float: Optional setting parameter. numeric Range: 0 to 1

  • H_41_Phi: int: Optional setting parameter. numeric Range: 0 deg to 345 deg, Unit: deg

  • H_42_Abs: float: Optional setting parameter. numeric Range: 0 to 1

  • H_42_Phi: int: Optional setting parameter. numeric Range: 0 deg to 345 deg, Unit: deg

  • H_43_Abs: float: Optional setting parameter. numeric Range: 0 to 1

  • H_43_Phi: int: Optional setting parameter. numeric Range: 0 deg to 345 deg, Unit: deg

  • H_44_Abs: float: Optional setting parameter. numeric Range: 0 to 1

  • H_44_Phi: int: Optional setting parameter. numeric Range: 0 deg to 345 deg, Unit: deg

get(mimo=Mimo.Default) MimoStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:SCHModel:MIMO<Mimo>
value: MimoStruct = driver.configure.connection.pcc.schModel.mimo.get(mimo = repcap.Mimo.Default)
Configures the coefficients of the user-defined channel matrix, characterizing the radio channel for MIMO 4x2 or MIMO 4x4.

INTRO_CMD_HELP: There are two types of parameters:

  • <hnmabs> defines the square of the magnitude of the channel coefficient nm: <hnmabs> = (hnm) 2 The sum of all <h1mabs> must equal 1: <h11abs> + <h12abs> + <h13abs> + <h14abs> = 1 The same applies to <h2mabs>, <h3mabs> and <h4mabs>.

  • <hnmphi> defines the phase of the channel coefficient nm: <hnmphi> = φ(hnm) The phase can be entered in steps of 15 degrees. The setting is rounded, if necessary.

The *RST values depend on <Mimo> and are listed as *RST 4x2 / *RST 4x4.

param mimo:

optional repeated capability selector. Default value: M42 (settable in the interface ‘Mimo’)

return:

structure: for return value, see the help for MimoStruct structure arguments.

set(structure: MimoStruct, mimo=Mimo.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:SCHModel:MIMO<Mimo>
structure = driver.configure.connection.pcc.schModel.mimo.MimoStruct()
structure.H_11_Abs: float = 1.0
structure.H_11_Phi: int = 1
structure.H_12_Abs: float = 1.0
structure.H_12_Phi: int = 1
structure.H_13_Abs: float = 1.0
structure.H_13_Phi: int = 1
structure.H_14_Abs: float = 1.0
structure.H_14_Phi: int = 1
structure.H_21_Abs: float = 1.0
structure.H_21_Phi: int = 1
structure.H_22_Abs: float = 1.0
structure.H_22_Phi: int = 1
structure.H_23_Abs: float = 1.0
structure.H_23_Phi: int = 1
structure.H_24_Abs: float = 1.0
structure.H_24_Phi: int = 1
structure.H_31_Abs: float = 1.0
structure.H_31_Phi: int = 1
structure.H_32_Abs: float = 1.0
structure.H_32_Phi: int = 1
structure.H_33_Abs: float = 1.0
structure.H_33_Phi: int = 1
structure.H_34_Abs: float = 1.0
structure.H_34_Phi: int = 1
structure.H_41_Abs: float = 1.0
structure.H_41_Phi: int = 1
structure.H_42_Abs: float = 1.0
structure.H_42_Phi: int = 1
structure.H_43_Abs: float = 1.0
structure.H_43_Phi: int = 1
structure.H_44_Abs: float = 1.0
structure.H_44_Phi: int = 1
driver.configure.connection.pcc.schModel.mimo.set(structure, mimo = repcap.Mimo.Default)
Configures the coefficients of the user-defined channel matrix, characterizing the radio channel for MIMO 4x2 or MIMO 4x4.

INTRO_CMD_HELP: There are two types of parameters:

  • <hnmabs> defines the square of the magnitude of the channel coefficient nm: <hnmabs> = (hnm) 2 The sum of all <h1mabs> must equal 1: <h11abs> + <h12abs> + <h13abs> + <h14abs> = 1 The same applies to <h2mabs>, <h3mabs> and <h4mabs>.

  • <hnmphi> defines the phase of the channel coefficient nm: <hnmphi> = φ(hnm) The phase can be entered in steps of 15 degrees. The setting is rounded, if necessary.

The *RST values depend on <Mimo> and are listed as *RST 4x2 / *RST 4x4.

param structure:

for set value, see the help for MimoStruct structure arguments.

param mimo:

optional repeated capability selector. Default value: M42 (settable in the interface ‘Mimo’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.pcc.schModel.mimo.clone()