Transmission
SCPI Command :
[SENSe]:CESTimation:TRANsmission
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() CestTransmType[source]
# [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.
- Returns:
transmission_type: OWAY One-Way Transmission TWAY Two-Way Transmission
- set(transmission_type: CestTransmType) None[source]
# [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.
- Parameters:
transmission_type – OWAY One-Way Transmission TWAY Two-Way Transmission