Radar

SCPI Command :

[SOURce<HW>]:REGenerator:RADar:TSETup
Commands in total: 13
Subgroups: 4
Direct child commands: 1
get_tsetup() RegRadarTestSetup[source]
# [SOURce<HW>]:REGenerator:RADar:TSETup
value: enums.RegRadarTestSetup = driver.source.regenerator.radar.get_tsetup()

Sets the test setup type.

Returns:

test_setup: CONDucted | OTA

set_tsetup(test_setup: RegRadarTestSetup) None[source]
# [SOURce<HW>]:REGenerator:RADar:TSETup
driver.source.regenerator.radar.set_tsetup(test_setup = enums.RegRadarTestSetup.CONDucted)

Sets the test setup type.

Parameters:

test_setup – CONDucted | OTA

Cloning the Group

# Create a copy of the original group, that exists independently
radar_copy = driver.source.regenerator.radar.clone()

Subgroups