Inactive

SCPI Command :

[SOURce<HW>]:POWer:ATTenuation:INACtive:INDices
class InactiveCls[source]

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

get_indices() List[int][source]
# SCPI: [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.

return

inactive_indices: No help available

set_indices(inactive_indices: List[int]) None[source]
# SCPI: [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.

param inactive_indices

No help available