Aggregate

SCPI Command :

[SOURce<HW>]:BB:WLAY:PCONfig:HDA:AGGRegate:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:WLAY:PCONfig:HDA:AGGRegate:STATe
value: bool = driver.source.bb.wlay.pconfig.hda.aggregate.get_state()

Queries the channel aggregate state that is off.

Returns:

aggregate: 1 | ON | 0| OFF

set_state(aggregate: bool) None[source]
# [SOURce<HW>]:BB:WLAY:PCONfig:HDA:AGGRegate:STATe
driver.source.bb.wlay.pconfig.hda.aggregate.set_state(aggregate = False)

Queries the channel aggregate state that is off.

Parameters:

aggregate – 1 | ON | 0| OFF