Aggregate
SCPI Command :
[SOURce<HW>]:BB:WLAY:PCONfig:HDA:AGGRegate:STATe
- class AggregateCls[source]
Aggregate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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.
- return
aggregate: 1| ON| 0| OFF
- set_state(aggregate: bool) None [source]
# SCPI: [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.
- param aggregate
1| ON| 0| OFF