Transmission

SCPI Command :

[SENSe]:CESTimation:TRANsmission
class TransmissionCls[source]

Transmission commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.CestTransmType[source]
# SCPI: [SENSe]:CESTimation:TRANsmission
value: enums.CestTransmType = driver.applications.k17Mcgd.sense.cestimation.transmission.get()

Defines the satellite transmission type. This information is necessary to correctly calculate the Max Clock Offset.

return

transmission_type: OWAY One-Way Transmission TWAY Two-Way Transmission

set(transmission_type: RsFsw.enums.CestTransmType) None[source]
# SCPI: [SENSe]:CESTimation:TRANsmission
driver.applications.k17Mcgd.sense.cestimation.transmission.set(transmission_type = enums.CestTransmType.OWAY)

Defines the satellite transmission type. This information is necessary to correctly calculate the Max Clock Offset.

param transmission_type

OWAY One-Way Transmission TWAY Two-Way Transmission