Output
SCPI Command :
[SOURce<HW>]:BB:NR5G:TCW:OUTPut:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_mode() SignalOutputs[source]
# [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. Prerequisites for this command
Select a performance characteristics test case (3GPP 38.141-1 / -2, chapter 8) .
- Returns:
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: SignalOutputs) None[source]
# [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. Prerequisites for this command
Select a performance characteristics test case (3GPP 38.141-1 / -2, chapter 8) .
- Parameters:
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.