Path<Path>

RepCap Settings

# Range: Path1 .. Path2
rc = driver.sense.iqOut.scc.path.repcap_path_get()
driver.sense.iqOut.scc.path.repcap_path_set(repcap.Path.Path1)

SCPI Command :

SENSe:LTE:SIGNaling<instance>:IQOut:SCC<Carrier>:PATH<n>
class PathCls[source]

Path commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Path, default value after init: Path.Path1

class GetStruct[source]

Response structure. Fields:

  • Sample_Rate: enums.IqOutSampleRate: No parameter help available

  • Pep: float: No parameter help available

  • Crest_Factor: float: No parameter help available

get(secondaryCompCarrier=SecondaryCompCarrier.Default, path=Path.Default) GetStruct[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:IQOut:SCC<Carrier>:PATH<n>
value: GetStruct = driver.sense.iqOut.scc.path.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default, path = repcap.Path.Default)

No command help available

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

param path:

optional repeated capability selector. Default value: Path1 (settable in the interface ‘Path’)

return:

structure: for return value, see the help for GetStruct structure arguments.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.iqOut.scc.path.clone()