Dpdch

SCPI Command :

[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPDCh:ORATe
Commands in total: 4
Subgroups: 2
Direct child commands: 1
get_orate() SymbRate[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPDCh:ORATe
value: enums.SymbRate = driver.source.bb.w3Gpp.ts25141.wsignal.dpdch.get_orate()

Sets the overall symbol rate.

Returns:

orate: D15K | D30K | D60K | D120k | D240k | D480k | D960k | D1920k | D2880k | D3840k | D4800k | D5760k 15 ksps … 6 x 960 ksps

set_orate(orate: SymbRate) None[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPDCh:ORATe
driver.source.bb.w3Gpp.ts25141.wsignal.dpdch.set_orate(orate = enums.SymbRate.D120k)

Sets the overall symbol rate.

Parameters:

orate – D15K | D30K | D60K | D120k | D240k | D480k | D960k | D1920k | D2880k | D3840k | D4800k | D5760k 15 ksps … 6 x 960 ksps

Cloning the Group

# Create a copy of the original group, that exists independently
dpdch_copy = driver.source.bb.w3Gpp.ts25141.wsignal.dpdch.clone()

Subgroups