Path<Path>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.sense.iqOut.path.repcap_path_get()
driver.sense.iqOut.path.repcap_path_set(repcap.Path.Nr1)

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:IQOut:PATH<Path>
class Path[source]

Path commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: Path, default value after init: Path.Nr1

class GetStruct[source]

Response structure. Fields:

  • Sample_Rate: enums.SampleRate: M100 Fixed value, indicating a sample rate of 100 Msps (100 MHz)

  • Pep: float: Peak envelope power of the baseband signal Range: -60 dBFS to 0 dBFS, Unit: dBFS

  • Crest_Factor: float: Crest factor of the baseband signal Range: 15 dB , Unit: dB

get(path=<Path.Default: -1>)GetStruct[source]
# SCPI: SENSe:GSM:SIGNaling<instance>:IQOut:PATH<n>
value: GetStruct = driver.sense.iqOut.path.get(path = repcap.Path.Default)

Queries properties of the baseband signal at the I/Q output.

param path

optional repeated capability selector. Default value: Nr1 (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.path.clone()