State

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:SUBPacket<DI>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, subpacket=Subpacket.Default) bool[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:SUBPacket<DI>:STATe
value: bool = driver.source.bb.c2K.bstation.pdChannel.subPacket.state.get(baseStation = repcap.BaseStation.Default, subpacket = repcap.Subpacket.Default)

This command activates/deactivates the selected sub packet for F_PDCH. Sub packet 1 is always active.

Parameters:
  • baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)

  • subpacket – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubPacket’)

Returns:

state: 1 | ON | 0| OFF

set(state: bool, baseStation=BaseStation.Default, subpacket=Subpacket.Default) None[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:SUBPacket<DI>:STATe
driver.source.bb.c2K.bstation.pdChannel.subPacket.state.set(state = False, baseStation = repcap.BaseStation.Default, subpacket = repcap.Subpacket.Default)

This command activates/deactivates the selected sub packet for F_PDCH. Sub packet 1 is always active.

Parameters:
  • state – 1 | ON | 0| OFF

  • baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)

  • subpacket – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubPacket’)