State
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SRS:STATe
- class StateCls[source]
- State commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) bool[source]
- # SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SRS:STATe value: bool = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.srs.state.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default) - Turns the sounding reference signal on and off. - param carrierComponent
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’) 
- param frame
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’) 
- param bwPart
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’) 
- return
- state: ON | OFF | 1 | 0 
 
 - set(state: bool, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) None[source]
- # SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SRS:STATe driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.srs.state.set(state = False, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default) - Turns the sounding reference signal on and off. - param state
- ON | OFF | 1 | 0 
- param carrierComponent
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’) 
- param frame
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’) 
- param bwPart
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)