Output

SCPI Command :

[SOURce<HW>]:BB:NR5G:TCW:OUTPut:MODE
class OutputCls[source]

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

get_mode() RsSmw.enums.SignalOutputs[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TCW:OUTPut:MODE
value: enums.SignalOutputs = driver.source.bb.nr5G.tcw.output.get_mode()
Selects the signal outputs used for the test case.

INTRO_CMD_HELP: Prerequisites for this command

  • Select a performance characteristics test case (3GPP 38.141-1 / -2, chapter 8) .

return

signal_outputs: ALL| HSAL ALL Analog & digital output on the digital I/Q interface. HSAL Analog & digital output on the high speed digital I/Q interface.

set_mode(signal_outputs: RsSmw.enums.SignalOutputs) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TCW:OUTPut:MODE
driver.source.bb.nr5G.tcw.output.set_mode(signal_outputs = enums.SignalOutputs.ALL)
Selects the signal outputs used for the test case.

INTRO_CMD_HELP: Prerequisites for this command

  • Select a performance characteristics test case (3GPP 38.141-1 / -2, chapter 8) .

param signal_outputs

ALL| HSAL ALL Analog & digital output on the digital I/Q interface. HSAL Analog & digital output on the high speed digital I/Q interface.