ClkPeriod
SCPI Command :
SBUS<*>:SENT:CLKPeriod
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:SENT:CLKPeriod value: float = driver.sbus.sent.clkPeriod.get(serialBus = repcap.SerialBus.Default)
Sets the transmitter-specific nominal clock period (clock tick) . The clock period and signal length determine the speed of transmission.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
clock_period: 1E-06 to 0.0001
- set(clock_period: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SENT:CLKPeriod driver.sbus.sent.clkPeriod.set(clock_period = 1.0, serialBus = repcap.SerialBus.Default)
Sets the transmitter-specific nominal clock period (clock tick) . The clock period and signal length determine the speed of transmission.
- Parameters:
clock_period – 1E-06 to 0.0001
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)