State
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) bool[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:STATe value: bool = driver.source.bb.c2K.bstation.cgroup.coffset.state.get(baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)
This command activates/deactivates the selected channel. For the traffic channels, this value is specific for the selected radio configuration.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
groupNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)
offset – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:STATe driver.source.bb.c2K.bstation.cgroup.coffset.state.set(state = False, baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)
This command activates/deactivates the selected channel. For the traffic channels, this value is specific for the selected radio configuration.
- Parameters:
state – 1 | ON | 0| OFF
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
groupNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)
offset – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)