PvSymbol
SCPI Commands :
READ:NRSub:MEASurement<Instance>:SRS[:SRESource<Resource>]:PVSYmbol
FETCh:NRSub:MEASurement<Instance>:SRS[:SRESource<Resource>]:PVSYmbol
- Commands in total: 2Subgroups: 0Direct child commands: 2
- fetch(resource=Resource.Default) List[float][source]
# FETCh:NRSub:MEASurement<Instance>:SRS[:SRESource<Resource>]:PVSYmbol value: List[float] = driver.nrSubMeas.srs.sresource.pvSymbol.fetch(resource = repcap.Resource.Default)
Return the single-value results of the power vs symbol measurement for SRS resource <r>. See also ‘Square Power vs Symbol’.
Suppressed linked return values: reliability
- Parameters:
resource – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sresource’)
- Returns:
power: Comma-separated list of 10 average power values, one value per SRS transmission.
- read(resource=Resource.Default) List[float][source]
# READ:NRSub:MEASurement<Instance>:SRS[:SRESource<Resource>]:PVSYmbol value: List[float] = driver.nrSubMeas.srs.sresource.pvSymbol.read(resource = repcap.Resource.Default)
Return the single-value results of the power vs symbol measurement for SRS resource <r>. See also ‘Square Power vs Symbol’.
Suppressed linked return values: reliability
- Parameters:
resource – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sresource’)
- Returns:
power: Comma-separated list of 10 average power values, one value per SRS transmission.