ChMatrix

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<carrier>:TM<8>:CHMatrix
class ChMatrixCls[source]

ChMatrix commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class ChMatrixStruct[source]

Structure for setting input parameters. Fields:

  • Abs_11: float: numeric Square of magnitude of h11 abs11 + abs12 must equal 1 Range: 0 to 1

  • Phase_11: int: numeric Phase of h11 Range: 0 deg to 345 deg, Unit: deg

  • Abs_12: float: numeric Square of magnitude of h12 Range: 0 to 1

  • Phase_12: int: numeric Phase of h12 Range: 0 deg to 345 deg, Unit: deg

  • Abs_21: float: numeric Square of magnitude of h21 abs21 + abs22 must equal 1 Range: 0 to 1

  • Phase_21: int: numeric Phase of h21 Range: 0 deg to 345 deg, Unit: deg

  • Abs_22: float: numeric Square of magnitude of h22 Range: 0 to 1

  • Phase_22: int: numeric Phase of h22 Range: 0 deg to 345 deg, Unit: deg

get(secondaryCompCarrier=SecondaryCompCarrier.Default) ChMatrixStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<carrier>:TM<8>:CHMatrix
value: ChMatrixStruct = driver.configure.connection.scc.tm.chMatrix.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Configures the channel coefficients, characterizing the radio channel for TM 8.

param secondaryCompCarrier:

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

return:

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

set(structure: ChMatrixStruct, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<carrier>:TM<8>:CHMatrix
structure = driver.configure.connection.scc.tm.chMatrix.ChMatrixStruct()
structure.Abs_11: float = 1.0
structure.Phase_11: int = 1
structure.Abs_12: float = 1.0
structure.Phase_12: int = 1
structure.Abs_21: float = 1.0
structure.Phase_21: int = 1
structure.Abs_22: float = 1.0
structure.Phase_22: int = 1
driver.configure.connection.scc.tm.chMatrix.set(structure, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Configures the channel coefficients, characterizing the radio channel for TM 8.

param structure:

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

param secondaryCompCarrier:

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