SsCa
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:SSCA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) bool[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:SSCA value: bool = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssCa.get(carrierComponent = repcap.CarrierComponent.Default)
Turn shared spectrum channel access on and off.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:SSCA driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssCa.set(state = False, carrierComponent = repcap.CarrierComponent.Default)
Turn shared spectrum channel access on and off.
- Parameters:
state – ON | OFF | 1 | 0
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)