Valid

SCPI Commands :

[SOURce<HW>]:AREGenerator:OBJects:VALid:CATalog
[SOURce<HW>]:AREGenerator:OBJects:VALid
class ValidCls[source]

Valid commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJects:VALid:CATalog
value: List[str] = driver.source.areGenerator.objects.valid.get_catalog()

Queries the content of the valid objects table. Lists the header and all values for the respective object number.

return:

areg_obj_valid_cat: No help available

get_value() int[source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJects:VALid
value: int = driver.source.areGenerator.objects.valid.get_value()

Specifies the number of valid radar objects für a specific channel.

return:

numb_of_valid_obj: No help available

set_value(numb_of_valid_obj: int) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJects:VALid
driver.source.areGenerator.objects.valid.set_value(numb_of_valid_obj = 1)

Specifies the number of valid radar objects für a specific channel.

param numb_of_valid_obj:

No help available