Inactive

SCPI Command :

[SOURce<HW>]:POWer:ATTenuation:INACtive:INDices
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_indices() List[int][source]
# [SOURce<HW>]:POWer:ATTenuation:INACtive:INDices
value: List[int] = driver.source.power.attenuation.inactive.get_indices()

Queries inactive attenuations. Queries inactive attenuations. The response of the query returns the indices of the attenuations.

set_indices(inactive_indices: List[int]) None[source]
# [SOURce<HW>]:POWer:ATTenuation:INACtive:INDices
driver.source.power.attenuation.inactive.set_indices(inactive_indices = [1, 2, 3])

Queries inactive attenuations. Queries inactive attenuations. The response of the query returns the indices of the attenuations.