State
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:REALtime:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:REALtime:STATe value: bool = driver.source.bb.c2K.bstation.cgroup.coffset.realtime.state.get(baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)
Activates/deactivates realtime generation of the selected channel. Realtime generation is possible for F-SYNC and the first traffic channel of base station 1. For the traffic channel, this value is specific for the selected radio configuration.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param groupNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)
- param offset
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)
- return
state: 1| ON| 0| OFF
- set(state: bool, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:REALtime:STATe driver.source.bb.c2K.bstation.cgroup.coffset.realtime.state.set(state = False, baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)
Activates/deactivates realtime generation of the selected channel. Realtime generation is possible for F-SYNC and the first traffic channel of base station 1. For the traffic channel, this value is specific for the selected radio configuration.
- param state
1| ON| 0| OFF
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param groupNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)
- param offset
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)